JianhaoDYDY commited on
Commit
b0166d5
1 Parent(s): e79b8f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,7 +1,22 @@
1
  ---
 
 
2
  license: apache-2.0
3
  task_categories:
4
  - image-classification
5
- language:
6
- - en
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  task_categories:
6
  - image-classification
7
+ configs:
8
+ - config_name: default
9
+ data_files:
10
+ - split: train
11
+ path: data/train-*
12
+ dataset_info:
13
+ features:
14
+ - name: image
15
+ dtype: image
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2742.0
19
+ num_examples: 1
20
+ download_size: 20101
21
+ dataset_size: 2742.0
22
+ ---