File size: 757 Bytes
e4773a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
---
dataset_info:
  features:
  - name: system_prompt
    dtype: string
  - name: user_prompt
    dtype: string
  - name: assistant
    struct:
    - name: is_stock_related
      dtype: bool
    - name: negative_impact_stocks
      list: 'null'
    - name: negative_keywords
      list: 'null'
    - name: positive_impact_stocks
      list: string
    - name: positive_keywords
      list: string
    - name: reason_for_negative_impact
      dtype: string
    - name: reason_for_positive_impact
      dtype: string
    - name: summary
      dtype: string
  splits:
  - name: train
    num_bytes: 30299
    num_examples: 5
  download_size: 39267
  dataset_size: 30299
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---