datikz
收藏魔搭社区2025-11-07 更新2025-01-11 收录
下载链接:
https://modelscope.cn/datasets/nllg/datikz
下载链接
链接失效反馈官方服务:
资源简介:
# Dataset Card for DaTi*k*Z
DaTi*k*Z 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 [AutomaTi*k*Z](https://github.com/potamides/AutomaTikZ) project and the [DaTi*k*Z](https://github.com/potamides/DaTikZ) 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")
# only the train split
ds = load_dataset("nllg/datikz", split="train")
for sample in ds:
print(sample["code"])
```
# DaTi*k*Z 数据集卡片
DaTi*k*Z 是一组与文本描述(caption)对齐的Ti*k*Z绘图数据集。根据许可协议约定,本公开版本的数据集已剔除部分Ti*k*Z绘图作品。如需了解更多信息,以及获取从零构建完整数据集所需的工具与实现方法,请参阅AutomaTi*k*Z项目与DaTi*k*Z代码仓库:[AutomaTi*k*Z](https://github.com/potamides/AutomaTikZ)、[DaTi*k*Z](https://github.com/potamides/DaTikZ)。
## 使用方法
python
from datasets import load_dataset
# 加载完整数据集
ds = load_dataset("nllg/datikz")
# 仅加载训练子集
ds = load_dataset("nllg/datikz", split="train")
for sample in ds:
print(sample["code"])
提供机构:
maas
创建时间:
2025-01-08



