sciarrilli commited on
Commit
9747a40
1 Parent(s): 79b0ebf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
- value: 0.5474713423103301
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  # distilbert-base-uncased-cola
29
 
30
- This model is a fine-tuned version of [sciarrilli/distilbert-base-uncased-cola](https://huggingface.co/sciarrilli/distilbert-base-uncased-cola) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 1.2934
33
- - Matthews Correlation: 0.5475
34
 
35
  ## Model description
36
 
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
- | 0.3525 | 1.0 | 535 | 0.5328 | 0.4268 |
65
- | 0.2941 | 2.0 | 1070 | 0.6235 | 0.4805 |
66
- | 0.2111 | 3.0 | 1605 | 0.6743 | 0.4982 |
67
- | 0.1607 | 4.0 | 2140 | 0.7463 | 0.5172 |
68
- | 0.1487 | 5.0 | 2675 | 0.9553 | 0.4935 |
69
- | 0.102 | 6.0 | 3210 | 1.0206 | 0.5121 |
70
- | 0.0878 | 7.0 | 3745 | 1.1293 | 0.5347 |
71
- | 0.0605 | 8.0 | 4280 | 1.1958 | 0.5422 |
72
- | 0.0418 | 9.0 | 4815 | 1.2673 | 0.5449 |
73
- | 0.0378 | 10.0 | 5350 | 1.2934 | 0.5475 |
74
 
75
 
76
  ### Framework versions
19
  metrics:
20
  - name: Matthews Correlation
21
  type: matthews_correlation
22
+ value: 0.5301312348234369
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
 
28
  # distilbert-base-uncased-cola
29
 
30
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 1.2715
33
+ - Matthews Correlation: 0.5301
34
 
35
  ## Model description
36
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
64
+ | 0.5216 | 1.0 | 535 | 0.5124 | 0.4104 |
65
+ | 0.3456 | 2.0 | 1070 | 0.5700 | 0.4692 |
66
+ | 0.2362 | 3.0 | 1605 | 0.7277 | 0.4844 |
67
+ | 0.1818 | 4.0 | 2140 | 0.7553 | 0.5007 |
68
+ | 0.1509 | 5.0 | 2675 | 0.9406 | 0.4987 |
69
+ | 0.1017 | 6.0 | 3210 | 0.9475 | 0.5387 |
70
+ | 0.0854 | 7.0 | 3745 | 1.0933 | 0.5317 |
71
+ | 0.051 | 8.0 | 4280 | 1.1719 | 0.5358 |
72
+ | 0.0512 | 9.0 | 4815 | 1.2296 | 0.5321 |
73
+ | 0.0308 | 10.0 | 5350 | 1.2715 | 0.5301 |
74
 
75
 
76
  ### Framework versions