datikz-v2
收藏资源简介:
# Dataset Card for DaTi*k*Z<sub>v2</sub> DaTi*k*Z<sub>v2</sub> is a dataset of Ti*k*Z drawings aligned with captions. In compliance with licensing agreements, certain Ti*k*Z drawings are excluded from this public version of the dataset. Check out the [DeTi*k*Zify](https://github.com/potamides/DeTikZify) project and the [DaTi*k*Z](https://github.com/potamides/DeTikZify) repository for more information as well as tools and methods to recreate the complete dataset from scratch. ## Usage ```python 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"]) ```
# DaTi*k*Z<sub>v2</sub> 数据集卡片 DaTi*k*Z<sub>v2</sub> 是一组与标题文本对齐的Ti*k*Z绘图数据集。根据许可协议要求,本公开版本的数据集未包含部分Ti*k*Z绘图作品。如需获取更多信息及从零构建完整数据集所需的工具与方法,请查阅 [DeTi*k*Zify](https://github.com/potamides/DeTikZify) 项目与 [DaTi*k*Z](https://github.com/potamides/DeTikZify) 代码仓库。 ## 使用方法 python from datasets import load_dataset # 完整数据集 ds = load_dataset("nllg/datikz-v2") # 仅训练子集 ds = load_dataset("nllg/datikz-v2", split="train") for sample in ds: print(sample["code"])




