michael-zus commited on
Commit
94c42af
·
verified ·
1 Parent(s): 04f2a68

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -80
README.md CHANGED
@@ -1,88 +1,74 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - text-classification
5
  language:
6
- - en
7
  tags:
8
- - finance
9
- - sentiment-analysis
10
- - stock-market
11
- - twitter
12
- - trading
13
- - finbert
14
  size_categories:
15
- - 10K<n<100K
16
  dataset_info:
17
  features:
18
- - name: timestamp
19
- dtype: string
20
- - name: ticker
21
- dtype: string
22
- - name: tweet_url
23
- dtype: string
24
- - name: label_1d_3class
25
- dtype:
26
- class_label:
27
- names:
28
- '0': BUY
29
- '1': HOLD
30
- '2': SELL
31
- - name: author
32
- dtype: string
33
- - name: category
34
- dtype: string
35
- - name: session
36
- dtype: string
37
- - name: market_regime
38
- dtype: string
39
- - name: sector
40
- dtype: string
41
- - name: market_cap_bucket
42
- dtype: string
43
- - name: volatility_7d
44
- dtype: float32
45
- - name: relative_volume
46
- dtype: float32
47
- - name: rsi_14
48
- dtype: float32
49
- - name: distance_from_ma_20
50
- dtype: float32
51
- - name: return_5d
52
- dtype: float32
53
- - name: return_20d
54
- dtype: float32
55
- - name: above_ma_20
56
- dtype: float32
57
- - name: slope_ma_20
58
- dtype: float32
59
- - name: gap_open
60
- dtype: float32
61
- - name: intraday_range
62
- dtype: float32
63
- - name: text
64
- dtype: string
65
  splits:
66
- - name: train
67
- num_bytes: 16461460
68
- num_examples: 30427
69
- - name: validation
70
- num_bytes: 3465436
71
- num_examples: 6520
72
- - name: test
73
- num_bytes: 3741163
74
- num_examples: 6521
75
- download_size: 7080883
76
- dataset_size: 23668059
77
- configs:
78
- - config_name: default
79
- data_files:
80
- - split: train
81
- path: data/train-*
82
- - split: validation
83
- path: data/validation-*
84
- - split: test
85
- path: data/test-*
86
  ---
87
 
88
  # FinTweet Sentiment Dataset 2025
@@ -100,7 +86,7 @@ This dataset combines social media signals from financial Twitter accounts with
100
  | **Time Period** | 2024-2025 |
101
  | **Total Samples** | 43,468 |
102
  | **Target Variable** | 3-class: BUY, HOLD, SELL |
103
- | **Split Strategy** | Temporal 80/10/10 |
104
 
105
  ### Class Distribution
106
 
@@ -162,9 +148,9 @@ This dataset combines social media signals from financial Twitter accounts with
162
 
163
  | Split | Samples | Time Period |
164
  |-------|---------|-------------|
165
- | train | 34,774 | Earliest 80% |
166
- | validation | 4,346 | Middle 10% |
167
- | test | 4,348 | Latest 10% |
168
 
169
  Splits are **temporal** (chronologically ordered) to prevent data leakage and simulate real-world deployment.
170
 
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - text-classification
5
  language:
6
+ - en
7
  tags:
8
+ - finance
9
+ - sentiment-analysis
10
+ - stock-market
11
+ - twitter
12
+ - trading
13
+ - finbert
14
  size_categories:
15
+ - 10K<n<100K
16
  dataset_info:
17
  features:
18
+ - name: timestamp
19
+ dtype: string
20
+ - name: ticker
21
+ dtype: string
22
+ - name: tweet_url
23
+ dtype: string
24
+ - name: label_1d_3class
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ '0': BUY
29
+ '1': HOLD
30
+ '2': SELL
31
+ - name: author
32
+ dtype: string
33
+ - name: category
34
+ dtype: string
35
+ - name: session
36
+ dtype: string
37
+ - name: market_regime
38
+ dtype: string
39
+ - name: sector
40
+ dtype: string
41
+ - name: market_cap_bucket
42
+ dtype: string
43
+ - name: volatility_7d
44
+ dtype: float32
45
+ - name: relative_volume
46
+ dtype: float32
47
+ - name: rsi_14
48
+ dtype: float32
49
+ - name: distance_from_ma_20
50
+ dtype: float32
51
+ - name: return_5d
52
+ dtype: float32
53
+ - name: return_20d
54
+ dtype: float32
55
+ - name: above_ma_20
56
+ dtype: float32
57
+ - name: slope_ma_20
58
+ dtype: float32
59
+ - name: gap_open
60
+ dtype: float32
61
+ - name: intraday_range
62
+ dtype: float32
63
+ - name: text
64
+ dtype: string
65
  splits:
66
+ - name: train
67
+ num_examples: 30428
68
+ - name: validation
69
+ num_examples: 6520
70
+ - name: test
71
+ num_examples: 6520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ---
73
 
74
  # FinTweet Sentiment Dataset 2025
 
86
  | **Time Period** | 2024-2025 |
87
  | **Total Samples** | 43,468 |
88
  | **Target Variable** | 3-class: BUY, HOLD, SELL |
89
+ | **Split Strategy** | Temporal 70/15/15 |
90
 
91
  ### Class Distribution
92
 
 
148
 
149
  | Split | Samples | Time Period |
150
  |-------|---------|-------------|
151
+ | train | 30,428 | Earliest 70% |
152
+ | validation | 6,520 | Middle 15% |
153
+ | test | 6,520 | Latest 15% |
154
 
155
  Splits are **temporal** (chronologically ordered) to prevent data leakage and simulate real-world deployment.
156