gokuls commited on
Commit
e885b4e
1 Parent(s): 4e2e8b0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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__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.014776116124505849
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__stsb
30
+
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new_wt_init](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new_wt_init) on the glue dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 2.2834
34
+ - Pearson: 0.0372
35
+ - Spearmanr: -0.0148
36
+ - Combined Score: 0.0112
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: 0.0005
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
+ | 61.8804 | 1.0 | 45 | 2.3512 | -0.0440 | 0.0212 | -0.0114 |
69
+ | 2.6713 | 2.0 | 90 | 3.0563 | 0.0479 | 0.0125 | 0.0302 |
70
+ | 2.3803 | 3.0 | 135 | 2.2578 | 0.0646 | 0.0638 | 0.0642 |
71
+ | 2.2516 | 4.0 | 180 | 2.3252 | 0.0646 | 0.0638 | 0.0642 |
72
+ | 2.243 | 5.0 | 225 | 2.2928 | 0.0646 | 0.0638 | 0.0642 |
73
+ | 2.1764 | 6.0 | 270 | 2.2826 | 0.0632 | 0.0058 | 0.0345 |
74
+ | 2.1933 | 7.0 | 315 | 2.3738 | 0.0495 | 0.0497 | 0.0496 |
75
+ | 2.2067 | 8.0 | 360 | 2.2834 | 0.0372 | -0.0148 | 0.0112 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.29.2
81
+ - Pytorch 1.14.0a0+410ce96
82
+ - Datasets 2.12.0
83
+ - Tokenizers 0.13.3