VitaliiVrublevskyi commited on
Commit
bcce560
1 Parent(s): 31dd2e9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8799019607843137
26
  - name: F1
27
  type: f1
28
- value: 0.9147826086956522
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.5471
39
- - Accuracy: 0.8799
40
- - F1: 0.9148
41
 
42
  ## Model description
43
 
@@ -59,7 +59,7 @@ The following hyperparameters were used during training:
59
  - learning_rate: 2e-05
60
  - train_batch_size: 32
61
  - eval_batch_size: 32
62
- - seed: 60
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - num_epochs: 5
@@ -68,11 +68,11 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | No log | 1.0 | 115 | 0.4404 | 0.8137 | 0.8762 |
72
- | No log | 2.0 | 230 | 0.3759 | 0.8652 | 0.9027 |
73
- | No log | 3.0 | 345 | 0.3746 | 0.8529 | 0.8980 |
74
- | No log | 4.0 | 460 | 0.4984 | 0.8897 | 0.9228 |
75
- | 0.2826 | 5.0 | 575 | 0.5471 | 0.8799 | 0.9148 |
76
 
77
 
78
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8578431372549019
26
  - name: F1
27
  type: f1
28
+ value: 0.9006849315068494
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.6016
39
+ - Accuracy: 0.8578
40
+ - F1: 0.9007
41
 
42
  ## Model description
43
 
 
59
  - learning_rate: 2e-05
60
  - train_batch_size: 32
61
  - eval_batch_size: 32
62
+ - seed: 91
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - num_epochs: 5
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | No log | 1.0 | 115 | 0.4435 | 0.8162 | 0.8777 |
72
+ | No log | 2.0 | 230 | 0.3542 | 0.8407 | 0.8870 |
73
+ | No log | 3.0 | 345 | 0.4246 | 0.8652 | 0.9063 |
74
+ | No log | 4.0 | 460 | 0.5290 | 0.8578 | 0.9010 |
75
+ | 0.2887 | 5.0 | 575 | 0.6016 | 0.8578 | 0.9007 |
76
 
77
 
78
  ### Framework versions