lsanochkin commited on
Commit
9327e94
·
1 Parent(s): cf9166c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.9379310344827586
28
  - name: Recall
29
  type: recall
30
- value: 0.9579791110031577
31
  - name: F1
32
  type: f1
33
- value: 0.9478490747416486
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9867005707595492
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 [sberbank-ai/ruBert-base](https://huggingface.co/sberbank-ai/ruBert-base) on the collection3 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0505
47
- - Precision: 0.9379
48
- - Recall: 0.9580
49
- - F1: 0.9478
50
- - Accuracy: 0.9867
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.0814 | 1.0 | 1163 | 0.0531 | 0.9160 | 0.9483 | 0.9319 | 0.9828 |
82
- | 0.0395 | 2.0 | 2326 | 0.0536 | 0.9229 | 0.9599 | 0.9411 | 0.9854 |
83
- | 0.0203 | 3.0 | 3489 | 0.0505 | 0.9379 | 0.9580 | 0.9478 | 0.9867 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9354685646500593
28
  - name: Recall
29
  type: recall
30
+ value: 0.9577362156910372
31
  - name: F1
32
  type: f1
33
+ value: 0.9464714354296688
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.986481047855993
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 [sberbank-ai/ruBert-base](https://huggingface.co/sberbank-ai/ruBert-base) on the collection3 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0514
47
+ - Precision: 0.9355
48
+ - Recall: 0.9577
49
+ - F1: 0.9465
50
+ - Accuracy: 0.9865
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0794 | 1.0 | 1163 | 0.0536 | 0.9178 | 0.9466 | 0.9320 | 0.9825 |
82
+ | 0.0391 | 2.0 | 2326 | 0.0512 | 0.9228 | 0.9553 | 0.9388 | 0.9853 |
83
+ | 0.0191 | 3.0 | 3489 | 0.0514 | 0.9355 | 0.9577 | 0.9465 | 0.9865 |
84
 
85
 
86
  ### Framework versions