stulcrad commited on
Commit
cce891d
·
verified ·
1 Parent(s): a391d59

Model save

Browse files
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.8251895534962089
29
  - name: Recall
30
  type: recall
31
- value: 0.8788694481830417
32
  - name: F1
33
  type: f1
34
- value: 0.8511840104279819
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9608493696084937
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.2044
48
- - Precision: 0.8252
49
- - Recall: 0.8789
50
- - F1: 0.8512
51
- - Accuracy: 0.9608
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.4123 | 0.85 | 500 | 0.2026 | 0.7055 | 0.8255 | 0.7608 | 0.9474 |
83
- | 0.196 | 1.7 | 1000 | 0.1791 | 0.7699 | 0.8573 | 0.8113 | 0.9543 |
84
- | 0.145 | 2.56 | 1500 | 0.1962 | 0.7604 | 0.8430 | 0.7996 | 0.9533 |
85
- | 0.1184 | 3.41 | 2000 | 0.1812 | 0.7897 | 0.8708 | 0.8282 | 0.9569 |
86
- | 0.0959 | 4.26 | 2500 | 0.1788 | 0.7989 | 0.8681 | 0.8321 | 0.9601 |
87
- | 0.0707 | 5.11 | 3000 | 0.1868 | 0.8106 | 0.8852 | 0.8462 | 0.9616 |
88
- | 0.0561 | 5.96 | 3500 | 0.1988 | 0.8132 | 0.8730 | 0.8421 | 0.9596 |
89
- | 0.0404 | 6.81 | 4000 | 0.2027 | 0.8268 | 0.8847 | 0.8548 | 0.9614 |
90
- | 0.0383 | 7.67 | 4500 | 0.2044 | 0.8252 | 0.8789 | 0.8512 | 0.9608 |
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:5e94cba87a69e37b3c9ac07cb3c42802e20c395f1b3369eca229db75fac3a56c
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:db383363845064e95aa9a8d21acd60aab0061bffdd9b14b5d1607c55598d55e0
3
- size 10770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb0c4c590a0fe79f89d4a934e61982668914bd3e8286d270aa35bd8df2242ef
3
+ size 11124