Training complete
Browse files- README.md +9 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the masakhaner2 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- F1: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -58,15 +58,17 @@ The following hyperparameters were used during training:
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
+
value: 0.8361858190709046
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the masakhaner2 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3771
|
36 |
+
- F1: 0.8362
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 5
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| 0.7475 | 1.0 | 739 | 0.4053 | 0.6989 |
|
68 |
+
| 0.3252 | 2.0 | 1478 | 0.3251 | 0.6653 |
|
69 |
+
| 0.1983 | 3.0 | 2217 | 0.3703 | 0.8234 |
|
70 |
+
| 0.1139 | 4.0 | 2956 | 0.3170 | 0.8299 |
|
71 |
+
| 0.052 | 5.0 | 3695 | 0.3771 | 0.8362 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2235535145
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:719be1c8484c569098a4990e4848cece47720a3a3fc1611d33c6c3223dd49342
|
3 |
size 2235535145
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:568486e32704a3fe3bc87e23eb06fd2d0031ceda8dd0445eba39a77f5067187f
|
3 |
size 4091
|