nllg/datikz-v3

Dataset

6

stars

3

commits

2

linked in READMEs

Mar 6, 2025

updated

README

Dataset Card for DaTikZv3

DaTikZv3 is a dataset of TikZ drawings aligned with captions. In compliance with licensing agreements, certain TikZ drawings are excluded from this public version of the dataset. Check out the DeTikZify project and the DaTikZ repository for more information as well as tools and methods to recreate the complete dataset from scratch.

Usage

from  datasets  import  load_dataset
# full dataset
ds = load_dataset("nllg/datikz-v3")
# only the train split
ds = load_dataset("nllg/datikz-v3", split="train")
for sample in ds:
    print(sample["code"])

Contributors

potamides

3 commits

nllg/datikz-v3

Dataset

6

stars

3

commits

2

linked in READMEs

Mar 6, 2025

updated

README

Dataset Card for DaTikZv3

DaTikZv3 is a dataset of TikZ drawings aligned with captions. In compliance with licensing agreements, certain TikZ drawings are excluded from this public version of the dataset. Check out the DeTikZify project and the DaTikZ repository for more information as well as tools and methods to recreate the complete dataset from scratch.

Usage

from  datasets  import  load_dataset
# full dataset
ds = load_dataset("nllg/datikz-v3")
# only the train split
ds = load_dataset("nllg/datikz-v3", split="train")
for sample in ds:
    print(sample["code"])

Contributors

potamides

3 commits