File size: 1,070 Bytes
bc38c66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4363fb2
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
---
dataset_info:
  features:
  - name: ticker
    dtype: string
  - name: prompt
    dtype: string
  - name: text
    dtype: string
  - name: url
    dtype: string
  - name: result_1
    dtype: string
  - name: result_1_bin
    dtype: int64
  - name: relevance
    dtype: string
  - name: token_count
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 13594282
    num_examples: 3600
  - name: val
    num_bytes: 783344
    num_examples: 200
  - name: test
    num_bytes: 719298
    num_examples: 200
  download_size: 7884341
  dataset_size: 15096924
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---

## INFO

A selection of tweets and news articles deemed relevant by GPT-3.5-turbo for the purpose of fine-tuning a LLM to predict stock price movement the day after the news publications/tweets.

Source koen430/preprocessed_stock_news and koen430/preprocessed_stock_twitter

More info will follow soon