Model save
Browse files- README.md +33 -29
- 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,29 +73,33 @@ 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.
|
96 |
-
| 0.
|
97 |
-
| 0.
|
98 |
-
| 0.
|
|
|
|
|
|
|
|
|
99 |
|
100 |
|
101 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8579351535836177
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8890362511052167
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8732088580112897
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9613177719661189
|
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.3156
|
48 |
+
- Precision: 0.8579
|
49 |
+
- Recall: 0.8890
|
50 |
+
- F1: 0.8732
|
51 |
+
- Accuracy: 0.9613
|
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: 18
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.4473 | 0.85 | 500 | 0.1990 | 0.7879 | 0.8263 | 0.8066 | 0.9488 |
|
83 |
+
| 0.2061 | 1.7 | 1000 | 0.1800 | 0.8151 | 0.8537 | 0.8339 | 0.9544 |
|
84 |
+
| 0.1501 | 2.56 | 1500 | 0.1782 | 0.8145 | 0.8638 | 0.8384 | 0.9541 |
|
85 |
+
| 0.1257 | 3.41 | 2000 | 0.1613 | 0.8266 | 0.8767 | 0.8509 | 0.9606 |
|
86 |
+
| 0.1039 | 4.26 | 2500 | 0.1812 | 0.8359 | 0.8762 | 0.8556 | 0.9600 |
|
87 |
+
| 0.0859 | 5.11 | 3000 | 0.1949 | 0.8356 | 0.8811 | 0.8578 | 0.9594 |
|
88 |
+
| 0.0705 | 5.96 | 3500 | 0.1965 | 0.8323 | 0.8753 | 0.8533 | 0.9588 |
|
89 |
+
| 0.0549 | 6.81 | 4000 | 0.2135 | 0.8469 | 0.8899 | 0.8679 | 0.9619 |
|
90 |
+
| 0.0513 | 7.67 | 4500 | 0.2137 | 0.8488 | 0.8912 | 0.8695 | 0.9608 |
|
91 |
+
| 0.0374 | 8.52 | 5000 | 0.2099 | 0.8564 | 0.8908 | 0.8732 | 0.9625 |
|
92 |
+
| 0.0326 | 9.37 | 5500 | 0.2388 | 0.8617 | 0.8868 | 0.8741 | 0.9619 |
|
93 |
+
| 0.03 | 10.22 | 6000 | 0.2796 | 0.8569 | 0.8868 | 0.8716 | 0.9601 |
|
94 |
+
| 0.0258 | 11.07 | 6500 | 0.2669 | 0.8584 | 0.8899 | 0.8739 | 0.9607 |
|
95 |
+
| 0.018 | 11.93 | 7000 | 0.2855 | 0.8580 | 0.8815 | 0.8696 | 0.9592 |
|
96 |
+
| 0.0165 | 12.78 | 7500 | 0.2838 | 0.8612 | 0.8939 | 0.8772 | 0.9609 |
|
97 |
+
| 0.0133 | 13.63 | 8000 | 0.2903 | 0.8593 | 0.8855 | 0.8722 | 0.9605 |
|
98 |
+
| 0.0128 | 14.48 | 8500 | 0.3064 | 0.8529 | 0.8921 | 0.8721 | 0.9610 |
|
99 |
+
| 0.0092 | 15.33 | 9000 | 0.3078 | 0.8552 | 0.8904 | 0.8724 | 0.9607 |
|
100 |
+
| 0.0089 | 16.18 | 9500 | 0.3088 | 0.8570 | 0.8899 | 0.8731 | 0.9615 |
|
101 |
+
| 0.0077 | 17.04 | 10000 | 0.3099 | 0.8571 | 0.8912 | 0.8739 | 0.9612 |
|
102 |
+
| 0.0057 | 17.89 | 10500 | 0.3156 | 0.8579 | 0.8890 | 0.8732 | 0.9613 |
|
103 |
|
104 |
|
105 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2235497956
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87a283c1950139a45299cdfd0f3b6a6e4f3216c610134e403eee85f61027f210
|
3 |
size 2235497956
|