gokuls commited on
Commit
8348b8e
1 Parent(s): 97acb6d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
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 STSB
18
  type: glue
19
  config: stsb
20
  split: validation
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Spearmanr
24
  type: spearmanr
25
- value: .nan
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,12 +28,12 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # hBERTv1_new_pretrain_stsb
32
 
33
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new) on the GLUE STSB dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 11480.3916
36
- - Pearson: nan
37
- - Spearmanr: nan
38
- - Combined Score: nan
39
 
40
  ## Model description
41
 
@@ -54,7 +52,7 @@ More information needed
54
  ### Training hyperparameters
55
 
56
  The following hyperparameters were used during training:
57
- - learning_rate: 0.0005
58
  - train_batch_size: 128
59
  - eval_batch_size: 128
60
  - seed: 10
@@ -67,12 +65,14 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
69
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
70
- | 11870.5542 | 1.0 | 45 | 11480.3916 | nan | nan | nan |
71
- | 11864.3806 | 2.0 | 90 | 11480.3916 | nan | nan | nan |
72
- | 11929.5181 | 3.0 | 135 | 11480.3916 | nan | nan | nan |
73
- | 11830.7097 | 4.0 | 180 | 11480.3916 | nan | nan | nan |
74
- | 11918.4542 | 5.0 | 225 | 11480.3916 | nan | nan | nan |
75
- | 11798.3167 | 6.0 | 270 | 11480.3916 | nan | nan | nan |
 
 
76
 
77
 
78
  ### 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: stsb
18
  split: validation
 
20
  metrics:
21
  - name: Spearmanr
22
  type: spearmanr
23
+ value: 0.3601190242350477
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # hBERTv1_new_pretrain_stsb
30
 
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 2.6668
34
+ - Pearson: 0.3626
35
+ - Spearmanr: 0.3601
36
+ - Combined Score: 0.3614
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 4e-05
56
  - train_batch_size: 128
57
  - eval_batch_size: 128
58
  - seed: 10
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
67
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
68
+ | 2.2918 | 1.0 | 45 | 2.6098 | 0.1233 | 0.1129 | 0.1181 |
69
+ | 1.9907 | 2.0 | 90 | 2.4074 | 0.2000 | 0.1874 | 0.1937 |
70
+ | 1.6996 | 3.0 | 135 | 2.2275 | 0.2386 | 0.2477 | 0.2431 |
71
+ | 1.4403 | 4.0 | 180 | 2.5775 | 0.3060 | 0.3062 | 0.3061 |
72
+ | 1.1707 | 5.0 | 225 | 2.3220 | 0.3500 | 0.3356 | 0.3428 |
73
+ | 0.8313 | 6.0 | 270 | 2.4218 | 0.3881 | 0.3929 | 0.3905 |
74
+ | 0.6374 | 7.0 | 315 | 2.2601 | 0.3980 | 0.3955 | 0.3967 |
75
+ | 0.5371 | 8.0 | 360 | 2.6668 | 0.3626 | 0.3601 | 0.3614 |
76
 
77
 
78
  ### Framework versions