Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Commit
•
3144f92
1
Parent(s):
e6489c2
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (7cfd73dc11de32ea9b0269fd50f595229d2e8a49)
README.md
CHANGED
@@ -25,20 +25,20 @@ dataset_info:
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
-
0: Company
|
29 |
-
1: EducationalInstitution
|
30 |
-
2: Artist
|
31 |
-
3: Athlete
|
32 |
-
4: OfficeHolder
|
33 |
-
5: MeanOfTransportation
|
34 |
-
6: Building
|
35 |
-
7: NaturalPlace
|
36 |
-
8: Village
|
37 |
-
9: Animal
|
38 |
-
10: Plant
|
39 |
-
11: Album
|
40 |
-
12: Film
|
41 |
-
13: WrittenWork
|
42 |
- name: title
|
43 |
dtype: string
|
44 |
- name: content
|
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
+
'0': Company
|
29 |
+
'1': EducationalInstitution
|
30 |
+
'2': Artist
|
31 |
+
'3': Athlete
|
32 |
+
'4': OfficeHolder
|
33 |
+
'5': MeanOfTransportation
|
34 |
+
'6': Building
|
35 |
+
'7': NaturalPlace
|
36 |
+
'8': Village
|
37 |
+
'9': Animal
|
38 |
+
'10': Plant
|
39 |
+
'11': Album
|
40 |
+
'12': Film
|
41 |
+
'13': WrittenWork
|
42 |
- name: title
|
43 |
dtype: string
|
44 |
- name: content
|