End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
base_model: ahmedrachid/FinancialBERT-Sentiment-Analysis
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: sentiment_pc_weightedLoss
|
7 |
results: []
|
@@ -14,13 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [ahmedrachid/FinancialBERT-Sentiment-Analysis](https://huggingface.co/ahmedrachid/FinancialBERT-Sentiment-Analysis) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
- eval_runtime: 426.0546
|
21 |
-
- eval_samples_per_second: 5.403
|
22 |
-
- eval_steps_per_second: 0.338
|
23 |
-
- step: 0
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -47,11 +46,40 @@ The following hyperparameters were used during training:
|
|
47 |
- total_train_batch_size: 32
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.41.2
|
55 |
- Pytorch 2.3.0+cu121
|
56 |
-
- Datasets 2.19.
|
57 |
- Tokenizers 0.19.1
|
|
|
2 |
base_model: ahmedrachid/FinancialBERT-Sentiment-Analysis
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: sentiment_pc_weightedLoss
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [ahmedrachid/FinancialBERT-Sentiment-Analysis](https://huggingface.co/ahmedrachid/FinancialBERT-Sentiment-Analysis) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6463
|
21 |
+
- Accuracy: 0.86
|
22 |
+
- F1: 0.8290
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| No log | 0.1739 | 50 | 0.6153 | 0.8087 | 0.7818 |
|
56 |
+
| No log | 0.3478 | 100 | 0.4938 | 0.8165 | 0.7843 |
|
57 |
+
| No log | 0.5217 | 150 | 0.4613 | 0.8339 | 0.8016 |
|
58 |
+
| No log | 0.6957 | 200 | 0.4918 | 0.7913 | 0.7619 |
|
59 |
+
| No log | 0.8696 | 250 | 0.4520 | 0.8283 | 0.7961 |
|
60 |
+
| No log | 1.0435 | 300 | 0.4821 | 0.8339 | 0.8054 |
|
61 |
+
| No log | 1.2174 | 350 | 0.4868 | 0.8639 | 0.8327 |
|
62 |
+
| No log | 1.3913 | 400 | 0.5093 | 0.8574 | 0.8259 |
|
63 |
+
| No log | 1.5652 | 450 | 0.4648 | 0.8474 | 0.8175 |
|
64 |
+
| 0.4528 | 1.7391 | 500 | 0.4556 | 0.8470 | 0.8151 |
|
65 |
+
| 0.4528 | 1.9130 | 550 | 0.4747 | 0.8361 | 0.8062 |
|
66 |
+
| 0.4528 | 2.0870 | 600 | 0.5520 | 0.8543 | 0.8234 |
|
67 |
+
| 0.4528 | 2.2609 | 650 | 0.6130 | 0.8652 | 0.8367 |
|
68 |
+
| 0.4528 | 2.4348 | 700 | 0.5657 | 0.8722 | 0.8415 |
|
69 |
+
| 0.4528 | 2.6087 | 750 | 0.5357 | 0.8339 | 0.8033 |
|
70 |
+
| 0.4528 | 2.7826 | 800 | 0.5729 | 0.8513 | 0.8233 |
|
71 |
+
| 0.4528 | 2.9565 | 850 | 0.5304 | 0.8522 | 0.8215 |
|
72 |
+
| 0.4528 | 3.1304 | 900 | 0.5982 | 0.8683 | 0.8375 |
|
73 |
+
| 0.4528 | 3.3043 | 950 | 0.5684 | 0.8513 | 0.8197 |
|
74 |
+
| 0.1978 | 3.4783 | 1000 | 0.6463 | 0.86 | 0.8290 |
|
75 |
+
| 0.1978 | 3.6522 | 1050 | 0.6566 | 0.8565 | 0.8262 |
|
76 |
+
| 0.1978 | 3.8261 | 1100 | 0.6497 | 0.8578 | 0.8282 |
|
77 |
+
| 0.1978 | 4.0 | 1150 | 0.6531 | 0.8591 | 0.8266 |
|
78 |
+
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
- Transformers 4.41.2
|
83 |
- Pytorch 2.3.0+cu121
|
84 |
+
- Datasets 2.19.2
|
85 |
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439039996
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b62e07ace7d9396720a5c16264dc76cafb26fefd349ffa22746a4b0f7841a7
|
3 |
size 439039996
|
runs/Jun04_05-51-16_d94cc819b79e/events.out.tfevents.1717480277.d94cc819b79e.5277.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8860ade60fb8a0b06656e86d1b16f9b8253b610dc8a484f83d7ba2fa7527eb45
|
3 |
+
size 14310
|
runs/Jun04_05-51-16_d94cc819b79e/events.out.tfevents.1717480955.d94cc819b79e.5277.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f0a4df1beeae5413563169831843a3fcd027c800e77545547c3b3ef09bc75d4
|
3 |
+
size 457
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:798dfb0110c87abd3df225a94bd4a85387763c4ab9ec025e1b46ba78c8975fe0
|
3 |
size 5112
|