Model save
Browse files
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,21 +73,23 @@ 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: 8
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
|
92 |
|
93 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8413379073756432
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8802153432032301
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.860337645253234
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9612787384363168
|
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.2313
|
48 |
+
- Precision: 0.8413
|
49 |
+
- Recall: 0.8802
|
50 |
+
- F1: 0.8603
|
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 |
+
- lr_scheduler_warmup_ratio: 0.1
|
77 |
+
- lr_scheduler_warmup_steps: 500
|
78 |
- num_epochs: 8
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
83 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
84 |
+
| 0.7584 | 0.85 | 500 | 0.2266 | 0.6844 | 0.8044 | 0.7395 | 0.9401 |
|
85 |
+
| 0.2143 | 1.7 | 1000 | 0.2301 | 0.7516 | 0.8268 | 0.7874 | 0.9447 |
|
86 |
+
| 0.1472 | 2.56 | 1500 | 0.2024 | 0.7634 | 0.8452 | 0.8022 | 0.9535 |
|
87 |
+
| 0.1109 | 3.41 | 2000 | 0.1845 | 0.7719 | 0.8686 | 0.8174 | 0.9571 |
|
88 |
+
| 0.0843 | 4.26 | 2500 | 0.1853 | 0.8025 | 0.8694 | 0.8346 | 0.9585 |
|
89 |
+
| 0.0576 | 5.11 | 3000 | 0.1976 | 0.8235 | 0.8896 | 0.8553 | 0.9599 |
|
90 |
+
| 0.0403 | 5.96 | 3500 | 0.2000 | 0.8308 | 0.8766 | 0.8531 | 0.9596 |
|
91 |
+
| 0.025 | 6.81 | 4000 | 0.2242 | 0.8304 | 0.8811 | 0.8550 | 0.9602 |
|
92 |
+
| 0.0206 | 7.67 | 4500 | 0.2313 | 0.8413 | 0.8802 | 0.8603 | 0.9613 |
|
93 |
|
94 |
|
95 |
### 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:8f889f0f7ea4dd863583509e390dd76d748dcc39be1b161e59bb4ce790feb6f1
|
3 |
size 2235497956
|
runs/Mar06_16-51-44_n28/events.out.tfevents.1709740320.n28.863430.3
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:8cb0c4c590a0fe79f89d4a934e61982668914bd3e8286d270aa35bd8df2242ef
|
3 |
+
size 11124
|