stulcrad commited on
Commit
51a57e9
·
verified ·
1 Parent(s): 05000e2

Model save

Browse files
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.8280399274047187
29
  - name: Recall
30
  type: recall
31
- value: 0.8807915057915058
32
  - name: F1
33
  type: f1
34
- value: 0.8536014967259121
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9694915254237289
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.1664
48
- - Precision: 0.8280
49
- - Recall: 0.8808
50
- - F1: 0.8536
51
- - Accuracy: 0.9695
52
 
53
  ## Model description
54
 
@@ -68,26 +68,31 @@ More information needed
68
 
69
  The following hyperparameters were used during training:
70
  - learning_rate: 2e-05
71
- - train_batch_size: 16
72
- - eval_batch_size: 16
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
- - num_epochs: 10
77
 
78
  ### Training results
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | 0.3183 | 1.11 | 500 | 0.1528 | 0.6999 | 0.7934 | 0.7437 | 0.9583 |
83
- | 0.144 | 2.22 | 1000 | 0.1302 | 0.7521 | 0.8639 | 0.8041 | 0.9648 |
84
- | 0.1015 | 3.33 | 1500 | 0.1431 | 0.8003 | 0.8721 | 0.8346 | 0.9678 |
85
- | 0.0807 | 4.44 | 2000 | 0.1355 | 0.7840 | 0.8740 | 0.8266 | 0.9680 |
86
- | 0.066 | 5.56 | 2500 | 0.1413 | 0.8196 | 0.8793 | 0.8484 | 0.9691 |
87
- | 0.0492 | 6.67 | 3000 | 0.1461 | 0.8132 | 0.8803 | 0.8454 | 0.9700 |
88
- | 0.0401 | 7.78 | 3500 | 0.1577 | 0.8229 | 0.8769 | 0.8491 | 0.9690 |
89
- | 0.0312 | 8.89 | 4000 | 0.1637 | 0.8242 | 0.8822 | 0.8522 | 0.9700 |
90
- | 0.0265 | 10.0 | 4500 | 0.1664 | 0.8280 | 0.8808 | 0.8536 | 0.9695 |
 
 
 
 
 
91
 
92
 
93
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.8299725022914757
29
  - name: Recall
30
  type: recall
31
+ value: 0.874034749034749
32
  - name: F1
33
  type: f1
34
+ value: 0.8514339445228021
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9687092568448501
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.1727
48
+ - Precision: 0.8300
49
+ - Recall: 0.8740
50
+ - F1: 0.8514
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: 8
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.3664 | 0.56 | 500 | 0.1708 | 0.6886 | 0.8132 | 0.7457 | 0.9536 |
83
+ | 0.1841 | 1.11 | 1000 | 0.1512 | 0.7474 | 0.8470 | 0.7941 | 0.9631 |
84
+ | 0.1528 | 1.67 | 1500 | 0.1650 | 0.7530 | 0.8181 | 0.7842 | 0.9612 |
85
+ | 0.1313 | 2.22 | 2000 | 0.1598 | 0.7809 | 0.8687 | 0.8225 | 0.9656 |
86
+ | 0.1094 | 2.78 | 2500 | 0.1421 | 0.7791 | 0.8475 | 0.8118 | 0.9636 |
87
+ | 0.0897 | 3.33 | 3000 | 0.1395 | 0.7958 | 0.8634 | 0.8282 | 0.9669 |
88
+ | 0.0864 | 3.89 | 3500 | 0.1454 | 0.7897 | 0.8789 | 0.8319 | 0.9664 |
89
+ | 0.0674 | 4.44 | 4000 | 0.1524 | 0.8174 | 0.8663 | 0.8411 | 0.9675 |
90
+ | 0.0689 | 5.0 | 4500 | 0.1475 | 0.8178 | 0.8687 | 0.8425 | 0.9674 |
91
+ | 0.05 | 5.56 | 5000 | 0.1628 | 0.8257 | 0.8731 | 0.8487 | 0.9676 |
92
+ | 0.0521 | 6.11 | 5500 | 0.1614 | 0.8257 | 0.8644 | 0.8446 | 0.9668 |
93
+ | 0.0409 | 6.67 | 6000 | 0.1648 | 0.8258 | 0.8740 | 0.8492 | 0.9681 |
94
+ | 0.0345 | 7.22 | 6500 | 0.1684 | 0.8295 | 0.8711 | 0.8498 | 0.9682 |
95
+ | 0.0302 | 7.78 | 7000 | 0.1727 | 0.8300 | 0.8740 | 0.8514 | 0.9687 |
96
 
97
 
98
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8199d244c86e5b53d1bbd19b79ea41dd4a1cc2faef80cca732304b55fa33561c
3
  size 2235481556
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5379866d0caa358e72896d13bb4814e33675be6b83bbe55fd19e6619c1fd63
3
  size 2235481556
runs/Mar06_16-20-16_n32/events.out.tfevents.1709738419.n32.1455937.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4de48c904fdb555da1a21daef53bd32035633437f9dd677e704db2491786cff8
3
- size 13786
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501340a9a8bdc09c9436ca3515ffa993e17045f262e544406e2b088db9c68da0
3
+ size 14140