stulcrad commited on
Commit
c66f221
1 Parent(s): a03d11e

Model save

Browse files
Files changed (1) hide show
  1. README.md +19 -15
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.8181041844577285
28
  - name: Recall
29
  type: recall
30
- value: 0.8459161147902869
31
  - name: F1
32
  type: f1
33
- value: 0.8317777295420012
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9384245917387127
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [UWB-AIR/Czert-B-base-cased](https://huggingface.co/UWB-AIR/Czert-B-base-cased) on the cnec dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.3413
47
- - Precision: 0.8181
48
- - Recall: 0.8459
49
- - F1: 0.8318
50
- - Accuracy: 0.9384
51
 
52
  ## Model description
53
 
@@ -67,8 +67,8 @@ More information needed
67
 
68
  The following hyperparameters were used during training:
69
  - learning_rate: 2e-05
70
- - train_batch_size: 32
71
- - eval_batch_size: 32
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
@@ -78,10 +78,14 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.4288 | 3.4 | 500 | 0.2590 | 0.8038 | 0.8247 | 0.8141 | 0.9338 |
82
- | 0.1036 | 6.8 | 1000 | 0.2872 | 0.8244 | 0.8459 | 0.8350 | 0.9383 |
83
- | 0.0486 | 10.2 | 1500 | 0.3145 | 0.8229 | 0.8433 | 0.8330 | 0.9390 |
84
- | 0.0278 | 13.61 | 2000 | 0.3413 | 0.8181 | 0.8459 | 0.8318 | 0.9384 |
 
 
 
 
85
 
86
 
87
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.8261421319796954
28
  - name: Recall
29
  type: recall
30
+ value: 0.8622516556291391
31
  - name: F1
32
  type: f1
33
+ value: 0.8438107582631237
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9410182516810759
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [UWB-AIR/Czert-B-base-cased](https://huggingface.co/UWB-AIR/Czert-B-base-cased) on the cnec dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.3330
47
+ - Precision: 0.8261
48
+ - Recall: 0.8623
49
+ - F1: 0.8438
50
+ - Accuracy: 0.9410
51
 
52
  ## Model description
53
 
 
67
 
68
  The following hyperparameters were used during training:
69
  - learning_rate: 2e-05
70
+ - train_batch_size: 16
71
+ - eval_batch_size: 16
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.5787 | 1.7 | 500 | 0.3008 | 0.7659 | 0.7943 | 0.7798 | 0.9262 |
82
+ | 0.2266 | 3.4 | 1000 | 0.2606 | 0.8026 | 0.8437 | 0.8226 | 0.9374 |
83
+ | 0.1443 | 5.1 | 1500 | 0.2565 | 0.8189 | 0.8525 | 0.8354 | 0.9407 |
84
+ | 0.1004 | 6.8 | 2000 | 0.2807 | 0.8129 | 0.8539 | 0.8329 | 0.9400 |
85
+ | 0.0759 | 8.5 | 2500 | 0.2989 | 0.8255 | 0.8627 | 0.8437 | 0.9411 |
86
+ | 0.0563 | 10.2 | 3000 | 0.3181 | 0.8251 | 0.8578 | 0.8411 | 0.9402 |
87
+ | 0.0475 | 11.9 | 3500 | 0.3279 | 0.8204 | 0.8609 | 0.8402 | 0.9404 |
88
+ | 0.0378 | 13.61 | 4000 | 0.3330 | 0.8261 | 0.8623 | 0.8438 | 0.9410 |
89
 
90
 
91
  ### Framework versions