Add training metadata
Browse files- training_info.txt +11 -0
training_info.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Base model: ProsusAI/finbert
|
| 2 |
+
Task: Supply chain sentiment (negative/neutral/positive)
|
| 3 |
+
Dataset size: 40636 samples (~99% real, ~1% synthetic supplement)
|
| 4 |
+
Frozen layers: BERT embeddings + encoder layers 0-9
|
| 5 |
+
Trainable layers: Encoder layers 10-11 + pooler + classifier head
|
| 6 |
+
Best val accuracy: 0.6454
|
| 7 |
+
Test accuracy: 0.6393
|
| 8 |
+
Epochs: 4
|
| 9 |
+
Learning rate: 2e-05
|
| 10 |
+
Batch size: 16
|
| 11 |
+
Class weights: neg=1.459, neu=1.060, pos=0.729
|