Me1oy commited on
Commit
3986164
1 Parent(s): 8f80672

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: FORM
6
+ path: data/FORM-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: date
12
+ dtype: date32
13
+ - name: price
14
+ struct:
15
+ - name: FORM
16
+ dtype: float64
17
+ - name: filing_k
18
+ struct:
19
+ - name: FORM
20
+ dtype: string
21
+ - name: filing_q
22
+ struct:
23
+ - name: FORM
24
+ dtype: string
25
+ - name: news
26
+ struct:
27
+ - name: FORM
28
+ sequence: string
29
+ splits:
30
+ - name: FORM
31
+ num_bytes: 315692
32
+ num_examples: 291
33
+ download_size: 121475
34
+ dataset_size: 315692
35
+ ---
36
+ # Dataset Card for "test"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)