gokuls commited on
Commit
f29a194
·
1 Parent(s): 3ac82e4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -14,7 +12,7 @@ model-index:
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
- name: GLUE COLA
18
  type: glue
19
  config: cola
20
  split: validation
@@ -30,9 +28,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # hBERTv2_new_pretrain_cola
32
 
33
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the GLUE COLA dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 9.8472
36
  - Matthews Correlation: 0.0
37
 
38
  ## Model description
@@ -52,7 +50,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 0.0005
56
  - train_batch_size: 128
57
  - eval_batch_size: 128
58
  - seed: 10
@@ -65,12 +63,14 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
68
- | 225.85 | 1.0 | 67 | 9.8472 | 0.0 |
69
- | 322.5451 | 2.0 | 134 | 176.9664 | 0.0 |
70
- | 88.5896 | 3.0 | 201 | 127.8706 | 0.0 |
71
- | 121.8729 | 4.0 | 268 | 106.4564 | 0.0 |
72
- | 99.3696 | 5.0 | 335 | 85.7181 | 0.0 |
73
- | 87.2883 | 6.0 | 402 | 79.4784 | 0.0 |
 
 
74
 
75
 
76
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
+ name: glue
16
  type: glue
17
  config: cola
18
  split: validation
 
28
 
29
  # hBERTv2_new_pretrain_cola
30
 
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.6200
34
  - Matthews Correlation: 0.0
35
 
36
  ## Model description
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 4e-05
54
  - train_batch_size: 128
55
  - eval_batch_size: 128
56
  - seed: 10
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
+ | 0.6294 | 1.0 | 67 | 0.6236 | 0.0 |
67
+ | 0.6169 | 2.0 | 134 | 0.6312 | 0.0 |
68
+ | 0.6115 | 3.0 | 201 | 0.6173 | 0.0 |
69
+ | 0.6372 | 4.0 | 268 | 0.6201 | 0.0 |
70
+ | 0.6087 | 5.0 | 335 | 0.6217 | 0.0 |
71
+ | 0.6086 | 6.0 | 402 | 0.6248 | 0.0 |
72
+ | 0.6113 | 7.0 | 469 | 0.6283 | 0.0 |
73
+ | 0.6109 | 8.0 | 536 | 0.6200 | 0.0 |
74
 
75
 
76
  ### Framework versions