Commit
·
e67e7c2
1
Parent(s):
354c794
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (ee672d705ec507947b97906a205e18631cb2bc68)
README.md
CHANGED
|
@@ -17,7 +17,6 @@ source_datasets:
|
|
| 17 |
task_categories:
|
| 18 |
- translation
|
| 19 |
task_ids: []
|
| 20 |
-
paperswithcode_id: null
|
| 21 |
pretty_name: IdPanlBppt
|
| 22 |
dataset_info:
|
| 23 |
features:
|
|
@@ -33,10 +32,10 @@ dataset_info:
|
|
| 33 |
dtype:
|
| 34 |
class_label:
|
| 35 |
names:
|
| 36 |
-
0: Economy
|
| 37 |
-
1: International
|
| 38 |
-
2: Science
|
| 39 |
-
3: Sport
|
| 40 |
config_name: id_panl_bppt
|
| 41 |
splits:
|
| 42 |
- name: train
|
|
|
|
| 17 |
task_categories:
|
| 18 |
- translation
|
| 19 |
task_ids: []
|
|
|
|
| 20 |
pretty_name: IdPanlBppt
|
| 21 |
dataset_info:
|
| 22 |
features:
|
|
|
|
| 32 |
dtype:
|
| 33 |
class_label:
|
| 34 |
names:
|
| 35 |
+
'0': Economy
|
| 36 |
+
'1': International
|
| 37 |
+
'2': Science
|
| 38 |
+
'3': Sport
|
| 39 |
config_name: id_panl_bppt
|
| 40 |
splits:
|
| 41 |
- name: train
|