Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: year
|
6 |
+
dtype: int64
|
7 |
+
- name: quarter
|
8 |
+
dtype: string
|
9 |
+
- name: symbol
|
10 |
+
dtype: string
|
11 |
+
- name: report_url
|
12 |
+
dtype: string
|
13 |
+
- name: report
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 34363
|
18 |
+
num_examples: 1
|
19 |
+
download_size: 15771
|
20 |
+
dataset_size: 34363
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: data/train-*
|
26 |
---
|