Commit
·
888e910
1
Parent(s):
09b32e5
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: labels
|
7 |
+
dtype: string
|
8 |
+
- name: articleid
|
9 |
+
dtype: string
|
10 |
+
- name: relevance
|
11 |
+
dtype: string
|
12 |
+
- name: positivity
|
13 |
+
dtype: string
|
14 |
+
- name: split
|
15 |
+
dtype: string
|
16 |
+
- name: positivity_rounded
|
17 |
+
dtype: string
|
18 |
+
- name: idx
|
19 |
+
dtype: int64
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 5122725
|
23 |
+
num_examples: 3000
|
24 |
+
- name: test
|
25 |
+
num_bytes: 653059
|
26 |
+
num_examples: 382
|
27 |
+
- name: train_sample
|
28 |
+
num_bytes: 1684685
|
29 |
+
num_examples: 1000
|
30 |
+
- name: train_sample_numeric
|
31 |
+
num_bytes: 1720504
|
32 |
+
num_examples: 1000
|
33 |
+
download_size: 5611673
|
34 |
+
dataset_size: 9180973
|
35 |
+
---
|
36 |
+
# Dataset Card for "sentiment_economy_news"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|