Update README.md
Browse files
README.md
CHANGED
@@ -20,18 +20,18 @@ dataset_info:
|
|
20 |
- name: url
|
21 |
dtype: string
|
22 |
splits:
|
23 |
-
- name:
|
24 |
num_bytes: 239351320
|
25 |
num_examples: 515851
|
26 |
download_size: 99173371
|
27 |
dataset_size: 239351320
|
28 |
-
|
29 |
-
# Dataset Card for "Finnhub-News"
|
30 |
configs:
|
31 |
- config_name: default
|
32 |
data_files:
|
33 |
-
- split:
|
34 |
path: data/train-*
|
|
|
|
|
35 |
---
|
36 |
|
37 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
20 |
- name: url
|
21 |
dtype: string
|
22 |
splits:
|
23 |
+
- name: data
|
24 |
num_bytes: 239351320
|
25 |
num_examples: 515851
|
26 |
download_size: 99173371
|
27 |
dataset_size: 239351320
|
|
|
|
|
28 |
configs:
|
29 |
- config_name: default
|
30 |
data_files:
|
31 |
+
- split: train
|
32 |
path: data/train-*
|
33 |
+
tags:
|
34 |
+
- finance
|
35 |
---
|
36 |
|
37 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|