Commit ·
a46edd8
1
Parent(s): 2d03310
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Dataset Card for Dataset Name
|
|
|
|
| 1 |
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: label
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
'0': forum
|
| 11 |
+
'1': general
|
| 12 |
+
'2': marketplace
|
| 13 |
+
splits:
|
| 14 |
+
- name: train
|
| 15 |
+
num_bytes: 2109417862.525
|
| 16 |
+
num_examples: 3005
|
| 17 |
+
- name: test
|
| 18 |
+
num_bytes: 59369011.0
|
| 19 |
+
num_examples: 81
|
| 20 |
+
download_size: 1946901450
|
| 21 |
+
dataset_size: 2168786873.525
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for Dataset Name
|