IT039 commited on
Commit
44515a1
·
verified ·
1 Parent(s): 97ed0a9

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +40 -0
  2. chinese_chars_tikz_dataset1.parquet +3 -0
README.md CHANGED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Chinese Characters TikZ Dataset
3
+ tags:
4
+ - chinese
5
+ - tikz
6
+ - image-generation
7
+ - text-to-image
8
+ - multimodal
9
+ language:
10
+ - zh
11
+ license: cc-by-4.0
12
+ ---
13
+
14
+ # Chinese Characters TikZ Dataset
15
+
16
+ This dataset contains Chinese characters with their corresponding TikZ code and 420x420 PNG images.
17
+
18
+ ## Dataset Structure
19
+
20
+ - **code**: The TikZ code that generates the character (string)
21
+ - **image**: The 420x420 PNG image of the character (Image)
22
+
23
+ ## Usage
24
+
25
+ ```python
26
+ from datasets import load_dataset
27
+
28
+ dataset = load_dataset("your-username/chinese-chars-tikz")
29
+
30
+ # Access data
31
+ for example in dataset["train"]:
32
+ tikz_code = example["code"]
33
+ image = example["image"]
34
+ ```
35
+
36
+ ## Generation Details
37
+
38
+ - Generated using pdflatex compiler
39
+ - All text elements are black color
40
+ - Image size: 420x420 pixels
chinese_chars_tikz_dataset1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc3fbc8302902c834a65a28c0df341bc0f1bb20495ba781deaddbe61f37ada2
3
+ size 34824824