GCopoulos commited on
Commit
ad8d010
1 Parent(s): 1366629

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: F1
23
  type: f1
24
- value: 0.8540648951195363
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.4511
35
- - F1: 0.8541
36
 
37
  ## Model description
38
 
@@ -57,16 +57,18 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 4
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | No log | 1.0 | 221 | 1.1080 | 0.4104 |
67
- | 1.1005 | 2.0 | 442 | 0.6008 | 0.7900 |
68
- | 0.4343 | 3.0 | 663 | 0.4740 | 0.8496 |
69
- | 0.4343 | 4.0 | 884 | 0.4511 | 0.8541 |
 
 
70
 
71
 
72
  ### Framework versions
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.8526968320709598
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4009
35
+ - F1: 0.8527
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 6
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | No log | 1.0 | 221 | 1.1820 | 0.2111 |
67
+ | 1.1195 | 2.0 | 442 | 0.7073 | 0.7068 |
68
+ | 0.4953 | 3.0 | 663 | 0.5068 | 0.8311 |
69
+ | 0.4953 | 4.0 | 884 | 0.4326 | 0.8498 |
70
+ | 0.2767 | 5.0 | 1105 | 0.4155 | 0.8553 |
71
+ | 0.2147 | 6.0 | 1326 | 0.4009 | 0.8527 |
72
 
73
 
74
  ### Framework versions