Training in progress, epoch 1
Browse files- README.md +30 -2
- model.safetensors +1 -1
README.md
CHANGED
@@ -4,17 +4,29 @@ license: apache-2.0
|
|
4 |
base_model: EuroBERT/EuroBERT-210m
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
-
- name: EuroBERT-immigration-stance-
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
# EuroBERT-immigration-stance-
|
16 |
|
17 |
This model is a fine-tuned version of [EuroBERT/EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,6 +54,22 @@ The following hyperparameters were used during training:
|
|
42 |
- lr_scheduler_warmup_ratio: 0.06
|
43 |
- num_epochs: 10
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.50.0
|
|
|
4 |
base_model: EuroBERT/EuroBERT-210m
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
+
- name: EuroBERT-immigration-stance-positive
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# EuroBERT-immigration-stance-positive
|
18 |
|
19 |
This model is a fine-tuned version of [EuroBERT/EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.1444
|
22 |
+
- Accuracy: 0.7389
|
23 |
+
- F1 Macro: 0.7210
|
24 |
+
- Accuracy Balanced: 0.7165
|
25 |
+
- F1 Micro: 0.7389
|
26 |
+
- Precision Macro: 0.7342
|
27 |
+
- Recall Macro: 0.7165
|
28 |
+
- Precision Micro: 0.7389
|
29 |
+
- Recall Micro: 0.7389
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
54 |
- lr_scheduler_warmup_ratio: 0.06
|
55 |
- num_epochs: 10
|
56 |
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
|
61 |
+
| 0.697 | 1.0 | 654 | 0.6768 | 0.5908 | 0.3714 | 0.5 | 0.5908 | 0.2954 | 0.5 | 0.5908 | 0.5908 |
|
62 |
+
| 0.7267 | 2.0 | 1308 | 0.6543 | 0.5878 | 0.5797 | 0.6340 | 0.5878 | 0.6642 | 0.6340 | 0.5878 | 0.5878 |
|
63 |
+
| 0.7024 | 3.0 | 1962 | 0.9052 | 0.6779 | 0.6778 | 0.7044 | 0.6779 | 0.7076 | 0.7044 | 0.6779 | 0.6779 |
|
64 |
+
| 0.675 | 4.0 | 2616 | 1.1944 | 0.7206 | 0.7088 | 0.7073 | 0.7206 | 0.7108 | 0.7073 | 0.7206 | 0.7206 |
|
65 |
+
| 0.5142 | 5.0 | 3270 | 1.4177 | 0.7160 | 0.7097 | 0.7126 | 0.7160 | 0.7084 | 0.7126 | 0.7160 | 0.7160 |
|
66 |
+
| 0.3573 | 6.0 | 3924 | 1.6717 | 0.7267 | 0.7159 | 0.7148 | 0.7267 | 0.7172 | 0.7148 | 0.7267 | 0.7267 |
|
67 |
+
| 0.1643 | 7.0 | 4578 | 1.6307 | 0.7389 | 0.7295 | 0.7292 | 0.7389 | 0.7300 | 0.7292 | 0.7389 | 0.7389 |
|
68 |
+
| 0.1253 | 8.0 | 5232 | 1.8601 | 0.7374 | 0.7187 | 0.7141 | 0.7374 | 0.7331 | 0.7141 | 0.7374 | 0.7374 |
|
69 |
+
| 0.0937 | 9.0 | 5886 | 2.0865 | 0.7420 | 0.7209 | 0.7157 | 0.7420 | 0.7412 | 0.7157 | 0.7420 | 0.7420 |
|
70 |
+
| 0.0562 | 10.0 | 6540 | 2.1444 | 0.7389 | 0.7210 | 0.7165 | 0.7389 | 0.7342 | 0.7165 | 0.7389 | 0.7389 |
|
71 |
+
|
72 |
+
|
73 |
### Framework versions
|
74 |
|
75 |
- Transformers 4.50.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 849445136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e75d3c200437be1ccf295644de878ed73b873640dd2469fe4b620e75adc55e42
|
3 |
size 849445136
|