End of training
Browse files- README.md +11 -16
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [daveni/twitter-xlm-roberta-emotion-es](https://huggingface.co/daveni/twitter-xlm-roberta-emotion-es) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,22 +48,17 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.0974 | 6.0 | 192 | 0.7955 | 0.8228 | 0.7619 | 0.8571 | 0.6857 |
|
63 |
-
| 0.042 | 7.0 | 224 | 0.8829 | 0.8346 | 0.7766 | 0.8795 | 0.6952 |
|
64 |
-
| 0.014 | 8.0 | 256 | 0.9991 | 0.8189 | 0.7653 | 0.8242 | 0.7143 |
|
65 |
-
| 0.0103 | 9.0 | 288 | 1.1313 | 0.8346 | 0.7717 | 0.8987 | 0.6762 |
|
66 |
-
| 0.0194 | 10.0 | 320 | 1.1501 | 0.8346 | 0.7717 | 0.8987 | 0.6762 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [daveni/twitter-xlm-roberta-emotion-es](https://huggingface.co/daveni/twitter-xlm-roberta-emotion-es) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4881
|
23 |
+
- Accuracy: 0.8504
|
24 |
+
- F1: 0.8119
|
25 |
+
- Precision: 0.8454
|
26 |
+
- Recall: 0.7810
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
+
| 0.667 | 1.0 | 32 | 0.5528 | 0.7283 | 0.6057 | 0.7571 | 0.5048 |
|
58 |
+
| 0.5241 | 2.0 | 64 | 0.4843 | 0.7874 | 0.7065 | 0.8228 | 0.6190 |
|
59 |
+
| 0.3046 | 3.0 | 96 | 0.4785 | 0.8031 | 0.7423 | 0.8090 | 0.6857 |
|
60 |
+
| 0.1631 | 4.0 | 128 | 0.4776 | 0.8228 | 0.7644 | 0.8488 | 0.6952 |
|
61 |
+
| 0.097 | 5.0 | 160 | 0.4881 | 0.8504 | 0.8119 | 0.8454 | 0.7810 |
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112205008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23d47a9bc0a8268a08f245a87584e18ea346fe2061a0fa15f3ef9d851957dfa0
|
3 |
size 1112205008
|
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:67284abadf27ab8e9b32a0c2058a074c1be098220a14a776dd6d39a3bcd18bd5
|
3 |
size 5112
|