Kaichengalex commited on
Commit
d155a1a
·
verified ·
1 Parent(s): f5b3945

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: raw_image_url
5
+ dtype: string
6
+ - name: text1
7
+ dtype: string
8
+ - name: text2
9
+ dtype: string
10
+ - name: text3
11
+ dtype: string
12
+ - name: syn_text
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 8729944000
17
+ num_examples: 10000
18
+ download_size: 8729944000
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ ---