metadata
pretty_name: Chinese Characters TikZ Dataset
tags:
- chinese
- tikz
- image-generation
- text-to-image
- multimodal
language:
- zh
license: cc-by-4.0
Chinese Characters TikZ Dataset
This dataset contains Chinese characters with their corresponding TikZ code and 420x420 PNG images.
Dataset Structure
- code: The TikZ code that generates the character (string)
- image: The 420x420 PNG image of the character (Image)
Usage
from datasets import load_dataset
dataset = load_dataset("your-username/chinese-chars-tikz")
# Access data
for example in dataset["train"]:
tikz_code = example["code"]
image = example["image"]
Generation Details
- Generated using pdflatex compiler
- All text elements are black color
- Image size: 420x420 pixels