gokuls commited on
Commit
6685360
1 Parent(s): 2c274e1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - glue
6
+ metrics:
7
+ - spearmanr
8
+ model-index:
9
+ - name: hBERTv1_new_pretrain_w_init_48_stsb
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: glue
16
+ type: glue
17
+ config: stsb
18
+ split: validation
19
+ args: stsb
20
+ metrics:
21
+ - name: Spearmanr
22
+ type: spearmanr
23
+ value: 0.750517182024731
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # hBERTv1_new_pretrain_w_init_48_stsb
30
+
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new_wt_init_48](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new_wt_init_48) on the glue dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.0470
34
+ - Pearson: 0.7517
35
+ - Spearmanr: 0.7505
36
+ - Combined Score: 0.7511
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
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
59
+ - distributed_type: multi-GPU
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 50
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
68
+ | 2.5456 | 1.0 | 45 | 2.2706 | 0.1246 | 0.1141 | 0.1194 |
69
+ | 2.0514 | 2.0 | 90 | 2.0613 | 0.5266 | 0.5198 | 0.5232 |
70
+ | 1.3837 | 3.0 | 135 | 1.1984 | 0.6853 | 0.6942 | 0.6897 |
71
+ | 1.0297 | 4.0 | 180 | 1.6176 | 0.6869 | 0.6961 | 0.6915 |
72
+ | 0.8064 | 5.0 | 225 | 1.1444 | 0.7476 | 0.7445 | 0.7460 |
73
+ | 0.604 | 6.0 | 270 | 1.2754 | 0.7422 | 0.7450 | 0.7436 |
74
+ | 0.4818 | 7.0 | 315 | 1.1407 | 0.7687 | 0.7673 | 0.7680 |
75
+ | 0.3905 | 8.0 | 360 | 1.1860 | 0.7560 | 0.7604 | 0.7582 |
76
+ | 0.3476 | 9.0 | 405 | 0.9800 | 0.7515 | 0.7472 | 0.7493 |
77
+ | 0.2819 | 10.0 | 450 | 1.0156 | 0.7521 | 0.7507 | 0.7514 |
78
+ | 0.2418 | 11.0 | 495 | 1.0174 | 0.7516 | 0.7480 | 0.7498 |
79
+ | 0.2068 | 12.0 | 540 | 1.2367 | 0.7530 | 0.7523 | 0.7527 |
80
+ | 0.1863 | 13.0 | 585 | 1.0073 | 0.7491 | 0.7468 | 0.7480 |
81
+ | 0.1929 | 14.0 | 630 | 1.0470 | 0.7517 | 0.7505 | 0.7511 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.29.2
87
+ - Pytorch 1.14.0a0+410ce96
88
+ - Datasets 2.12.0
89
+ - Tokenizers 0.13.3