fynn3003 commited on
Commit
0f123cd
1 Parent(s): f4ea075

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: file_name
6
+ dtype: string
7
+ - name: path
8
+ dtype: string
9
+ - name: caption
10
+ dtype: string
11
+ - name: description
12
+ dtype: string
13
+ - name: image
14
+ dtype: image
15
+ splits:
16
+ - name: train
17
+ num_bytes: 747043.0
18
+ num_examples: 17
19
+ download_size: 743543
20
+ dataset_size: 747043.0
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
  ---