File size: 556 Bytes
62c3222
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: period
    dtype: string
  - name: label
    dtype: string
  - name: symbol
    dtype: string
  - name: company_info
    dtype: string
  splits:
  - name: train
    num_bytes: 15552190
    num_examples: 1230
  - name: test
    num_bytes: 3850409
    num_examples: 300
  download_size: 7336834
  dataset_size: 19402599
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---