datikz-v3
收藏魔搭社区2025-12-04 更新2025-04-26 收录
下载链接:
https://modelscope.cn/datasets/nllg/datikz-v3
下载链接
链接失效反馈官方服务:
资源简介:
# Dataset Card for DaTi*k*Z<sub>v3</sub>
DaTi*k*Z<sub>v3</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-v3")
# only the train split
ds = load_dataset("nllg/datikz-v3", split="train")
for sample in ds:
print(sample["code"])
```
# DaTi*k*Z<sub>v3</sub> 数据集卡片
DaTi*k*Z<sub>v3</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-v3")
# 仅训练划分集
ds = load_dataset("nllg/datikz-v3", split="train")
for sample in ds:
print(sample["code"])
提供机构:
maas
创建时间:
2025-04-22



