RobertoMCA97
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: fingpt_sentiment_train
|
6 |
+
path: data/fingpt_sentiment_train-*
|
7 |
+
- split: financial_phrasebank
|
8 |
+
path: data/financial_phrasebank-*
|
9 |
+
- split: twitter_financial_news_sentiment
|
10 |
+
path: data/twitter_financial_news_sentiment-*
|
11 |
+
- split: auditor_sentiment
|
12 |
+
path: data/auditor_sentiment-*
|
13 |
+
dataset_info:
|
14 |
+
features:
|
15 |
+
- name: text
|
16 |
+
dtype: string
|
17 |
+
- name: label
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: fingpt_sentiment_train
|
21 |
+
num_bytes: 9855228
|
22 |
+
num_examples: 76772
|
23 |
+
- name: financial_phrasebank
|
24 |
+
num_bytes: 601485
|
25 |
+
num_examples: 4217
|
26 |
+
- name: twitter_financial_news_sentiment
|
27 |
+
num_bytes: 971346
|
28 |
+
num_examples: 9543
|
29 |
+
- name: auditor_sentiment
|
30 |
+
num_bytes: 555930
|
31 |
+
num_examples: 3877
|
32 |
+
download_size: 7532886
|
33 |
+
dataset_size: 11983989
|
34 |
+
---
|
35 |
+
# Dataset Card for "financial_sentiment_analysis_train_compilation_v2"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|