Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,27 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
- name:
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
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 |
+
---
|