Model save
Browse files- README.md +25 -26
- model.safetensors +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the cnec dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -73,26 +73,25 @@ The following hyperparameters were used during training:
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
-
| Training Loss | Epoch | Step
|
81 |
-
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
95 |
-
| 0.0278 | 7.84 | 7000 | 0.1456 | 0.8676 | 0.8973 | 0.8822 | 0.9754 |
|
96 |
|
97 |
|
98 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8860882210373243
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9071960297766749
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8965179009318294
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9772540983606557
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the cnec dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1919
|
48 |
+
- Precision: 0.8861
|
49 |
+
- Recall: 0.9072
|
50 |
+
- F1: 0.8965
|
51 |
+
- Accuracy: 0.9773
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 15
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.1664 | 1.12 | 1000 | 0.1312 | 0.8299 | 0.8521 | 0.8408 | 0.9695 |
|
83 |
+
| 0.1153 | 2.24 | 2000 | 0.1121 | 0.8283 | 0.8640 | 0.8458 | 0.9722 |
|
84 |
+
| 0.0815 | 3.36 | 3000 | 0.1159 | 0.8523 | 0.8531 | 0.8527 | 0.9735 |
|
85 |
+
| 0.0633 | 4.48 | 4000 | 0.1166 | 0.8515 | 0.8819 | 0.8664 | 0.9750 |
|
86 |
+
| 0.0472 | 5.6 | 5000 | 0.1624 | 0.8635 | 0.8918 | 0.8774 | 0.9735 |
|
87 |
+
| 0.0369 | 6.72 | 6000 | 0.1476 | 0.8710 | 0.8983 | 0.8844 | 0.9770 |
|
88 |
+
| 0.0325 | 7.84 | 7000 | 0.1590 | 0.8710 | 0.8943 | 0.8825 | 0.9752 |
|
89 |
+
| 0.0268 | 8.96 | 8000 | 0.1698 | 0.8709 | 0.9037 | 0.8870 | 0.9761 |
|
90 |
+
| 0.0236 | 10.08 | 9000 | 0.1721 | 0.8807 | 0.9087 | 0.8945 | 0.9763 |
|
91 |
+
| 0.0125 | 11.2 | 10000 | 0.1843 | 0.8781 | 0.9047 | 0.8912 | 0.9768 |
|
92 |
+
| 0.009 | 12.32 | 11000 | 0.1971 | 0.8789 | 0.9077 | 0.8931 | 0.9766 |
|
93 |
+
| 0.0097 | 13.44 | 12000 | 0.1823 | 0.8857 | 0.9077 | 0.8966 | 0.9775 |
|
94 |
+
| 0.0077 | 14.56 | 13000 | 0.1919 | 0.8861 | 0.9072 | 0.8965 | 0.9773 |
|
|
|
95 |
|
96 |
|
97 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2235473356
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9054d486b09cefe3c929879ef1a722337709fc9fa5663655cf857bdcdf55b4d
|
3 |
size 2235473356
|