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 |
|
@@ -68,26 +68,23 @@ More information needed
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
-
- train_batch_size:
|
72 |
- eval_batch_size: 8
|
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.0781 | 4.3 | 2500 | 0.1568 | 0.8383 | 0.8808 | 0.8590 | 0.9686 |
|
87 |
-
| 0.0638 | 5.16 | 3000 | 0.1653 | 0.8272 | 0.8851 | 0.8552 | 0.9683 |
|
88 |
-
| 0.0521 | 6.02 | 3500 | 0.1680 | 0.8419 | 0.8995 | 0.8698 | 0.9695 |
|
89 |
-
| 0.0394 | 6.88 | 4000 | 0.1761 | 0.8374 | 0.8920 | 0.8639 | 0.9685 |
|
90 |
-
| 0.0326 | 7.75 | 4500 | 0.1815 | 0.8426 | 0.8926 | 0.8669 | 0.9688 |
|
91 |
|
92 |
|
93 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.8450920245398773
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.8834847675040085
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.8638620329239612
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9686893876420061
|
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.1689
|
48 |
+
- Precision: 0.8451
|
49 |
+
- Recall: 0.8835
|
50 |
+
- F1: 0.8639
|
51 |
+
- Accuracy: 0.9687
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
+
- train_batch_size: 16
|
72 |
- eval_batch_size: 8
|
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.622 | 1.72 | 500 | 0.1439 | 0.7485 | 0.8525 | 0.7971 | 0.9606 |
|
85 |
+
| 0.1138 | 3.44 | 1000 | 0.1308 | 0.8185 | 0.8846 | 0.8502 | 0.9684 |
|
86 |
+
| 0.056 | 5.15 | 1500 | 0.1430 | 0.8528 | 0.8915 | 0.8717 | 0.9717 |
|
87 |
+
| 0.0285 | 6.87 | 2000 | 0.1689 | 0.8451 | 0.8835 | 0.8639 | 0.9687 |
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
|
90 |
### 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:b3090e73ba617c0415804108324e0265890e65f8fb85f356fb8332d2c6e3b71b
|
3 |
size 2235473356
|
runs/Mar06_16-58-39_n21/events.out.tfevents.1709740720.n21.3392055.0
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:41776f7caf212f7d0f48d0593f9e7a3c82fbb9e667bc6f8ed4198ab2f3e5ac18
|
3 |
+
size 7782
|