File size: 756 Bytes
e9b0674
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: target_price_continuation
    dtype: string
  - name: target_returns_continuation
    dtype: string
  - name: target_direction_magnitude_continuation
    dtype: string
  - name: target_technical_levels_continuation
    dtype: string
  - name: symbol
    dtype: string
  - name: sequence_end_date
    dtype: string
  - name: prediction_start_date
    dtype: string
  splits:
  - name: train
    num_bytes: 87137985
    num_examples: 30230
  - name: test
    num_bytes: 39367992
    num_examples: 13622
  download_size: 17409055
  dataset_size: 126505977
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---