Update README.md
Browse filesThis dataset is the HuggingFace version of [this dataset](https://www.kaggle.com/datasets/heeraldedhia/us-economic-news-articles).
It has been reduced to the task of relevance detection. Each text has a label representing whether it is related to the US Economy or not.
Full credits to the author on Kaggle.
README.md
CHANGED
@@ -17,7 +17,7 @@ dataset_info:
|
|
17 |
num_bytes: 3564315.3590289075
|
18 |
num_examples: 2398
|
19 |
download_size: 7408311
|
20 |
-
dataset_size: 11877583
|
21 |
configs:
|
22 |
- config_name: default
|
23 |
data_files:
|
@@ -25,4 +25,15 @@ configs:
|
|
25 |
path: data/train-*
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
num_bytes: 3564315.3590289075
|
18 |
num_examples: 2398
|
19 |
download_size: 7408311
|
20 |
+
dataset_size: 11877583
|
21 |
configs:
|
22 |
- config_name: default
|
23 |
data_files:
|
|
|
25 |
path: data/train-*
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
+
license: apache-2.0
|
29 |
+
task_categories:
|
30 |
+
- text-classification
|
31 |
+
language:
|
32 |
+
- en
|
33 |
+
tags:
|
34 |
+
- economics
|
35 |
+
- finance
|
36 |
+
pretty_name: US economy relevance
|
37 |
+
size_categories:
|
38 |
+
- 1K<n<10K
|
39 |
+
---
|