Commit
•
f2a392a
1
Parent(s):
b4b30ab
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (81936205a63f10c5fe502c17b3cb77ad0ea84a94)
README.md
CHANGED
@@ -25,8 +25,8 @@ dataset_info:
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
-
0: '0'
|
29 |
-
1: '1'
|
30 |
- name: article
|
31 |
dtype: string
|
32 |
splits:
|
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
+
'0': '0'
|
29 |
+
'1': '1'
|
30 |
- name: article
|
31 |
dtype: string
|
32 |
splits:
|