Datasets:
Commit
·
810a34a
1
Parent(s):
7317783
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (7585ee42b0c0a8f33b7d4488cded0a543734f015)
README.md
CHANGED
@@ -22,7 +22,6 @@ task_ids:
|
|
22 |
- masked-language-modeling
|
23 |
- multi-class-classification
|
24 |
- topic-classification
|
25 |
-
paperswithcode_id: null
|
26 |
pretty_name: TeluguNews
|
27 |
dataset_info:
|
28 |
features:
|
@@ -38,11 +37,11 @@ dataset_info:
|
|
38 |
dtype:
|
39 |
class_label:
|
40 |
names:
|
41 |
-
0: business
|
42 |
-
1: editorial
|
43 |
-
2: entertainment
|
44 |
-
3: nation
|
45 |
-
4: sports
|
46 |
splits:
|
47 |
- name: train
|
48 |
num_bytes: 69400234
|
|
|
22 |
- masked-language-modeling
|
23 |
- multi-class-classification
|
24 |
- topic-classification
|
|
|
25 |
pretty_name: TeluguNews
|
26 |
dataset_info:
|
27 |
features:
|
|
|
37 |
dtype:
|
38 |
class_label:
|
39 |
names:
|
40 |
+
'0': business
|
41 |
+
'1': editorial
|
42 |
+
'2': entertainment
|
43 |
+
'3': nation
|
44 |
+
'4': sports
|
45 |
splits:
|
46 |
- name: train
|
47 |
num_bytes: 69400234
|