Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Replace YAML keys from int to str
#3
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -27,22 +27,22 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: letter
|
31 |
-
1: form
|
32 |
-
2: email
|
33 |
-
3: handwritten
|
34 |
-
4: advertisement
|
35 |
-
5: scientific report
|
36 |
-
6: scientific publication
|
37 |
-
7: specification
|
38 |
-
8: file folder
|
39 |
-
9: news article
|
40 |
-
10: budget
|
41 |
-
11: invoice
|
42 |
-
12: presentation
|
43 |
-
13: questionnaire
|
44 |
-
14: resume
|
45 |
-
15: memo
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 38816373360
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': letter
|
31 |
+
'1': form
|
32 |
+
'2': email
|
33 |
+
'3': handwritten
|
34 |
+
'4': advertisement
|
35 |
+
'5': scientific report
|
36 |
+
'6': scientific publication
|
37 |
+
'7': specification
|
38 |
+
'8': file folder
|
39 |
+
'9': news article
|
40 |
+
'10': budget
|
41 |
+
'11': invoice
|
42 |
+
'12': presentation
|
43 |
+
'13': questionnaire
|
44 |
+
'14': resume
|
45 |
+
'15': memo
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 38816373360
|