Datasets:
Replace YAML keys from int to str
#3
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -18,7 +18,6 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
20 |
- sentiment-classification
|
21 |
-
paperswithcode_id: null
|
22 |
pretty_name: FinancialPhrasebank
|
23 |
dataset_info:
|
24 |
- config_name: sentences_allagree
|
@@ -29,9 +28,9 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: negative
|
33 |
-
1: neutral
|
34 |
-
2: positive
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 303371
|
@@ -46,9 +45,9 @@ dataset_info:
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
-
0: negative
|
50 |
-
1: neutral
|
51 |
-
2: positive
|
52 |
splits:
|
53 |
- name: train
|
54 |
num_bytes: 472703
|
@@ -63,9 +62,9 @@ dataset_info:
|
|
63 |
dtype:
|
64 |
class_label:
|
65 |
names:
|
66 |
-
0: negative
|
67 |
-
1: neutral
|
68 |
-
2: positive
|
69 |
splits:
|
70 |
- name: train
|
71 |
num_bytes: 587152
|
@@ -80,9 +79,9 @@ dataset_info:
|
|
80 |
dtype:
|
81 |
class_label:
|
82 |
names:
|
83 |
-
0: negative
|
84 |
-
1: neutral
|
85 |
-
2: positive
|
86 |
splits:
|
87 |
- name: train
|
88 |
num_bytes: 679240
|
|
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
20 |
- sentiment-classification
|
|
|
21 |
pretty_name: FinancialPhrasebank
|
22 |
dataset_info:
|
23 |
- config_name: sentences_allagree
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': negative
|
32 |
+
'1': neutral
|
33 |
+
'2': positive
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 303371
|
|
|
45 |
dtype:
|
46 |
class_label:
|
47 |
names:
|
48 |
+
'0': negative
|
49 |
+
'1': neutral
|
50 |
+
'2': positive
|
51 |
splits:
|
52 |
- name: train
|
53 |
num_bytes: 472703
|
|
|
62 |
dtype:
|
63 |
class_label:
|
64 |
names:
|
65 |
+
'0': negative
|
66 |
+
'1': neutral
|
67 |
+
'2': positive
|
68 |
splits:
|
69 |
- name: train
|
70 |
num_bytes: 587152
|
|
|
79 |
dtype:
|
80 |
class_label:
|
81 |
names:
|
82 |
+
'0': negative
|
83 |
+
'1': neutral
|
84 |
+
'2': positive
|
85 |
splits:
|
86 |
- name: train
|
87 |
num_bytes: 679240
|