gokuls commited on
Commit
c7d664a
1 Parent(s): b2249e6

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_stsb_256
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.060373490039481906
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_stsb_256
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: 2.4995
35
+ - Pearson: 0.0614
36
+ - Spearmanr: 0.0604
37
+ - Combined Score: 0.0609
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
+ | 4.3289 | 1.0 | 45 | 2.5185 | 0.0152 | 0.0186 | 0.0169 |
70
+ | 2.1532 | 2.0 | 90 | 2.5569 | 0.0388 | 0.0235 | 0.0312 |
71
+ | 2.1161 | 3.0 | 135 | 2.2965 | 0.0399 | 0.0217 | 0.0308 |
72
+ | 2.1083 | 4.0 | 180 | 2.4191 | 0.0409 | 0.0284 | 0.0347 |
73
+ | 2.0885 | 5.0 | 225 | 2.5610 | 0.0458 | 0.0382 | 0.0420 |
74
+ | 2.0602 | 6.0 | 270 | 2.3788 | 0.0473 | 0.0444 | 0.0458 |
75
+ | 2.0283 | 7.0 | 315 | 2.4459 | 0.0571 | 0.0527 | 0.0549 |
76
+ | 1.9677 | 8.0 | 360 | 2.4995 | 0.0614 | 0.0604 | 0.0609 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.26.0
82
+ - Pytorch 1.14.0a0+410ce96
83
+ - Datasets 2.8.0
84
+ - Tokenizers 0.13.2