Model save
Browse files
README.md
CHANGED
@@ -17,14 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1 Macro: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- F1 Neg: 0.
|
24 |
-
- Acc: 0.
|
25 |
-
- Prec: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- Mcc: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc
|
59 |
-
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5120
|
21 |
+
- F1 Macro: 0.7346
|
22 |
+
- F1: 0.8315
|
23 |
+
- F1 Neg: 0.6378
|
24 |
+
- Acc: 0.77
|
25 |
+
- Prec: 0.7828
|
26 |
+
- Recall: 0.8867
|
27 |
+
- Mcc: 0.4829
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:-----:|:------:|:------:|:------:|
|
60 |
+
| 0.6427 | 1.0 | 600 | 0.6329 | 0.6619 | 0.6941 | 0.6298 | 0.665 | 0.8352 | 0.5938 | 0.3715 |
|
61 |
+
| 0.5445 | 2.0 | 1200 | 0.5193 | 0.7363 | 0.8233 | 0.6493 | 0.765 | 0.7935 | 0.8555 | 0.4770 |
|
62 |
+
| 0.4446 | 3.0 | 1800 | 0.5120 | 0.7346 | 0.8315 | 0.6378 | 0.77 | 0.7828 | 0.8867 | 0.4829 |
|
63 |
|
64 |
|
65 |
### Framework versions
|