File size: 834 Bytes
44515a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
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
```python
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
|