gokuls commited on
Commit
4d41e5d
·
1 Parent(s): 6bc8292

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - glue
6
+ metrics:
7
+ - spearmanr
8
+ model-index:
9
+ - name: hBERTv2_new_no_pretrain_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: .nan
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
+ # hBERTv2_new_no_pretrain_stsb
30
+
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the glue dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 2.2926
34
+ - Pearson: nan
35
+ - Spearmanr: nan
36
+ - Combined Score: nan
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
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
69
+ | 13.1642 | 1.0 | 45 | 2.2500 | nan | nan | nan |
70
+ | 2.3438 | 2.0 | 90 | 2.2500 | -0.0336 | -0.0323 | -0.0329 |
71
+ | 2.3125 | 3.0 | 135 | 2.2502 | nan | nan | nan |
72
+ | 2.2007 | 4.0 | 180 | 2.3598 | 0.0455 | 0.0438 | 0.0447 |
73
+ | 2.2124 | 5.0 | 225 | 2.3019 | nan | nan | nan |
74
+ | 2.2073 | 6.0 | 270 | 2.2926 | nan | nan | nan |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.29.2
80
+ - Pytorch 1.14.0a0+410ce96
81
+ - Datasets 2.12.0
82
+ - Tokenizers 0.13.3