Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,75 @@ task_ids:
|
|
20 |
- sentiment-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: FinancialPhrasebank
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for financial_phrasebank
|
@@ -201,4 +270,4 @@ If you are interested in commercial use of the data, please contact the followin
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
-
Thanks to [@frankier](https://github.com/frankier) for adding this dataset.
|
|
|
20 |
- sentiment-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: FinancialPhrasebank
|
23 |
+
dataset_info:
|
24 |
+
- config_name: sentences_allagree
|
25 |
+
features:
|
26 |
+
- name: sentence
|
27 |
+
dtype: string
|
28 |
+
- name: label
|
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
|
38 |
+
num_examples: 2264
|
39 |
+
download_size: 681890
|
40 |
+
dataset_size: 303371
|
41 |
+
- config_name: sentences_75agree
|
42 |
+
features:
|
43 |
+
- name: sentence
|
44 |
+
dtype: string
|
45 |
+
- name: label
|
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
|
55 |
+
num_examples: 3453
|
56 |
+
download_size: 681890
|
57 |
+
dataset_size: 472703
|
58 |
+
- config_name: sentences_66agree
|
59 |
+
features:
|
60 |
+
- name: sentence
|
61 |
+
dtype: string
|
62 |
+
- name: label
|
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
|
72 |
+
num_examples: 4217
|
73 |
+
download_size: 681890
|
74 |
+
dataset_size: 587152
|
75 |
+
- config_name: sentences_50agree
|
76 |
+
features:
|
77 |
+
- name: sentence
|
78 |
+
dtype: string
|
79 |
+
- name: label
|
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
|
89 |
+
num_examples: 4846
|
90 |
+
download_size: 681890
|
91 |
+
dataset_size: 679240
|
92 |
---
|
93 |
|
94 |
# Dataset Card for financial_phrasebank
|
|
|
270 |
|
271 |
### Contributions
|
272 |
|
273 |
+
Thanks to [@frankier](https://github.com/frankier) for adding this dataset.
|