JoseLuis95
commited on
Commit
•
0f9384d
1
Parent(s):
0456f87
Training complete
Browse files- README.md +10 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# social-behavior-emotions
|
20 |
|
21 |
-
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
# social-behavior-emotions
|
20 |
|
21 |
+
This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2910
|
24 |
+
- Precision: 0.9233
|
25 |
+
- Recall: 0.9175
|
26 |
+
- F1: 0.9190
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
58 |
+
| 1.5671 | 1.0 | 800 | 0.5302 | 0.8664 | 0.8469 | 0.8502 |
|
59 |
+
| 0.4396 | 2.0 | 1600 | 0.3693 | 0.9118 | 0.9 | 0.9019 |
|
60 |
+
| 0.3103 | 3.0 | 2400 | 0.2973 | 0.9230 | 0.9125 | 0.9146 |
|
61 |
+
| 0.1984 | 4.0 | 3200 | 0.3098 | 0.9191 | 0.9125 | 0.9132 |
|
62 |
+
| 0.1283 | 5.0 | 4000 | 0.2910 | 0.9233 | 0.9175 | 0.9190 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112217312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99d748e95437587e998279fe13bd7a48a06e04457d02d866939ff26d901069f1
|
3 |
size 1112217312
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93afcb11ef44b49905cfdd115be3a07651d668607f2757a72b43d3ec65df8e60
|
3 |
size 4984
|