jalaluddin94
commited on
Commit
·
dafbd10
1
Parent(s):
528ee80
End of training
Browse files- README.md +18 -14
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
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 [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1 Score: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,18 +48,22 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 101
|
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
|
56 |
-
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.7328
|
23 |
+
- Accuracy: 0.7770
|
24 |
+
- Precision: 0.7770
|
25 |
+
- Recall: 0.7770
|
26 |
+
- F1 Score: 0.7772
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 101
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 10
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
56 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
57 |
+
| 1.4856 | 1.0 | 10330 | 1.7105 | 0.6063 | 0.6063 | 0.6063 | 0.6096 |
|
58 |
+
| 1.8291 | 2.0 | 20660 | 1.7699 | 0.6800 | 0.6800 | 0.6800 | 0.6785 |
|
59 |
+
| 1.7113 | 3.0 | 30990 | 1.6908 | 0.7260 | 0.7260 | 0.7260 | 0.7254 |
|
60 |
+
| 1.6058 | 4.0 | 41320 | 1.6276 | 0.7456 | 0.7456 | 0.7456 | 0.7451 |
|
61 |
+
| 1.3499 | 5.0 | 51650 | 1.6436 | 0.7565 | 0.7565 | 0.7565 | 0.7568 |
|
62 |
+
| 1.1362 | 6.0 | 61980 | 1.6715 | 0.7615 | 0.7615 | 0.7615 | 0.7619 |
|
63 |
+
| 1.1918 | 7.0 | 72310 | 1.7237 | 0.7738 | 0.7738 | 0.7738 | 0.7743 |
|
64 |
+
| 0.9035 | 8.0 | 82640 | 1.7436 | 0.7751 | 0.7751 | 0.7751 | 0.7750 |
|
65 |
+
| 0.9824 | 9.0 | 92970 | 1.7354 | 0.7806 | 0.7806 | 0.7806 | 0.7804 |
|
66 |
+
| 0.9303 | 10.0 | 103300 | 1.7328 | 0.7770 | 0.7770 | 0.7770 | 0.7772 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2239709617
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be6de350d83b6de8f68bc8b5718396b9b9587273199ab7762fb6d90bd7930778
|
3 |
size 2239709617
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0796bbf83efcaadf73c75d1d1ded6a5f16523096490a6badf0fc6298141128fa
|
3 |
+
size 4283
|