Datasets:
Commit
·
9ebd871
1
Parent(s):
10b91b2
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (505f26faa45c3b42d5dfd228c1fcd7d8d064bcb7)
README.md
CHANGED
@@ -60,10 +60,10 @@ dataset_info:
|
|
60 |
dtype:
|
61 |
class_label:
|
62 |
names:
|
63 |
-
0: StrongNegative
|
64 |
-
1: Negative
|
65 |
-
2: Positive
|
66 |
-
3: StrongPositive
|
67 |
- name: opinion_expression_target
|
68 |
sequence: string
|
69 |
splits:
|
@@ -108,10 +108,10 @@ dataset_info:
|
|
108 |
dtype:
|
109 |
class_label:
|
110 |
names:
|
111 |
-
0: StrongNegative
|
112 |
-
1: Negative
|
113 |
-
2: Positive
|
114 |
-
3: StrongPositive
|
115 |
- name: opinion_expression_target
|
116 |
sequence: string
|
117 |
splits:
|
|
|
60 |
dtype:
|
61 |
class_label:
|
62 |
names:
|
63 |
+
'0': StrongNegative
|
64 |
+
'1': Negative
|
65 |
+
'2': Positive
|
66 |
+
'3': StrongPositive
|
67 |
- name: opinion_expression_target
|
68 |
sequence: string
|
69 |
splits:
|
|
|
108 |
dtype:
|
109 |
class_label:
|
110 |
names:
|
111 |
+
'0': StrongNegative
|
112 |
+
'1': Negative
|
113 |
+
'2': Positive
|
114 |
+
'3': StrongPositive
|
115 |
- name: opinion_expression_target
|
116 |
sequence: string
|
117 |
splits:
|