nllg/datikz-v2

Dataset

17

stars

14

commits

2

linked in READMEs

May 17, 2024

updated

README

Dataset Card for DaTikZv2

DaTikZv2 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-v2")
# only the train split
ds = load_dataset("nllg/datikz-v2", split="train")
for sample in ds:
    print(sample["code"])

Contributors

potamides

14 commits

nllg/datikz-v2

Dataset

17

stars

14

commits

2

linked in READMEs

May 17, 2024

updated

README

Dataset Card for DaTikZv2

DaTikZv2 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-v2")
# only the train split
ds = load_dataset("nllg/datikz-v2", split="train")
for sample in ds:
    print(sample["code"])

Contributors

potamides

14 commits