gokuls commited on
Commit
13a6a59
·
1 Parent(s): 14d4a42

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - spearmanr
9
+ model-index:
10
+ - name: mobilebert_add_GLUE_Experiment_logit_kd_stsb_128
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ config: stsb
19
+ split: validation
20
+ args: stsb
21
+ metrics:
22
+ - name: Spearmanr
23
+ type: spearmanr
24
+ value: 0.07003830521003132
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # mobilebert_add_GLUE_Experiment_logit_kd_stsb_128
31
+
32
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the glue dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.2214
35
+ - Pearson: 0.0666
36
+ - Spearmanr: 0.0700
37
+ - Combined Score: 0.0683
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 128
58
+ - eval_batch_size: 128
59
+ - seed: 10
60
+ - distributed_type: multi-GPU
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 50
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
69
+ | 2.524 | 1.0 | 45 | 1.3607 | -0.0066 | -0.0281 | -0.0174 |
70
+ | 1.0877 | 2.0 | 90 | 1.1729 | 0.0446 | 0.0497 | 0.0472 |
71
+ | 1.0648 | 3.0 | 135 | 1.1505 | 0.0470 | 0.0414 | 0.0442 |
72
+ | 1.0737 | 4.0 | 180 | 1.1564 | 0.0472 | 0.0464 | 0.0468 |
73
+ | 1.0445 | 5.0 | 225 | 1.1971 | 0.0529 | 0.0575 | 0.0552 |
74
+ | 1.0296 | 6.0 | 270 | 1.1723 | 0.0578 | 0.0727 | 0.0652 |
75
+ | 1.026 | 7.0 | 315 | 1.2735 | 0.0621 | 0.0606 | 0.0614 |
76
+ | 1.0216 | 8.0 | 360 | 1.2214 | 0.0666 | 0.0700 | 0.0683 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.26.0
82
+ - Pytorch 1.14.0a0+410ce96
83
+ - Datasets 2.9.0
84
+ - Tokenizers 0.13.2