Arrivedercis commited on
Commit
8afba5a
1 Parent(s): 140ec75

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: cik
5
+ dtype: string
6
+ - name: sentence
7
+ dtype: string
8
+ - name: section
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': section_1
13
+ '1': section_1A
14
+ '2': section_1B
15
+ '3': section_2
16
+ '4': section_3
17
+ '5': section_4
18
+ '6': section_5
19
+ '7': section_6
20
+ '8': section_7
21
+ '9': section_7A
22
+ '10': section_8
23
+ '11': section_9
24
+ '12': section_9A
25
+ '13': section_9B
26
+ '14': section_10
27
+ '15': section_11
28
+ '16': section_12
29
+ '17': section_13
30
+ '18': section_14
31
+ '19': section_15
32
+ - name: labels
33
+ struct:
34
+ - name: 1d
35
+ dtype:
36
+ class_label:
37
+ names:
38
+ '0': positive
39
+ '1': negative
40
+ - name: 5d
41
+ dtype:
42
+ class_label:
43
+ names:
44
+ '0': positive
45
+ '1': negative
46
+ - name: 30d
47
+ dtype:
48
+ class_label:
49
+ names:
50
+ '0': positive
51
+ '1': negative
52
+ - name: filingDate
53
+ dtype: string
54
+ - name: name
55
+ dtype: string
56
+ - name: docID
57
+ dtype: string
58
+ - name: sentenceID
59
+ dtype: string
60
+ - name: sentenceCount
61
+ dtype: int64
62
+ - name: tickers
63
+ list: string
64
+ - name: exchanges
65
+ list: string
66
+ - name: entityType
67
+ dtype: string
68
+ - name: sic
69
+ dtype: string
70
+ - name: stateOfIncorporation
71
+ dtype: string
72
+ - name: tickerCount
73
+ dtype: int32
74
+ - name: acceptanceDateTime
75
+ dtype: string
76
+ - name: form
77
+ dtype: string
78
+ - name: reportDate
79
+ dtype: string
80
+ - name: returns
81
+ struct:
82
+ - name: 1d
83
+ struct:
84
+ - name: closePriceEndDate
85
+ dtype: float32
86
+ - name: closePriceStartDate
87
+ dtype: float32
88
+ - name: endDate
89
+ dtype: string
90
+ - name: startDate
91
+ dtype: string
92
+ - name: ret
93
+ dtype: float32
94
+ - name: 5d
95
+ struct:
96
+ - name: closePriceEndDate
97
+ dtype: float32
98
+ - name: closePriceStartDate
99
+ dtype: float32
100
+ - name: endDate
101
+ dtype: string
102
+ - name: startDate
103
+ dtype: string
104
+ - name: ret
105
+ dtype: float32
106
+ - name: 30d
107
+ struct:
108
+ - name: closePriceEndDate
109
+ dtype: float32
110
+ - name: closePriceStartDate
111
+ dtype: float32
112
+ - name: endDate
113
+ dtype: string
114
+ - name: startDate
115
+ dtype: string
116
+ - name: ret
117
+ dtype: float32
118
+ - name: text
119
+ dtype: string
120
+ splits:
121
+ - name: train
122
+ num_bytes: 4325074
123
+ num_examples: 5000
124
+ download_size: 1408488
125
+ dataset_size: 4325074
126
+ configs:
127
+ - config_name: default
128
+ data_files:
129
+ - split: train
130
+ path: data/train-*
131
+ ---
132
+ # Dataset Card for "finreport-llama2-5k"
133
+
134
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)