refoundd commited on
Commit
6f89a23
·
verified ·
1 Parent(s): 5390f57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -22
README.md CHANGED
@@ -1,22 +1,27 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: id
8
- dtype: string
9
- - name: label
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 14958650.0
14
- num_examples: 766
15
- download_size: 14882825
16
- dataset_size: 14958650.0
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-classification
5
+ pretty_name: NailongClassification
6
+ tags:
7
+ - art
8
+ dataset_info:
9
+ features:
10
+ - name: image
11
+ dtype: image
12
+ - name: id
13
+ dtype: string
14
+ - name: label
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 14958650.0
19
+ num_examples: 766
20
+ download_size: 14882825
21
+ dataset_size: 14958650.0
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ ---