gokuls commited on
Commit
8c25a44
·
1 Parent(s): 3862144

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
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - spearmanr
9
+ model-index:
10
+ - name: mobilebert_sa_GLUE_Experiment_stsb
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.20056583736129271
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_sa_GLUE_Experiment_stsb
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.3885
35
+ - Pearson: 0.1998
36
+ - Spearmanr: 0.2006
37
+ - Combined Score: 0.2002
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
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Pearson | Spearmanr | Combined Score |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|:--------------:|
70
+ | 4.0455 | 1.0 | 45 | 2.3024 | 0.0671 | 0.0815 | 0.0743 |
71
+ | 2.1712 | 2.0 | 90 | 2.6644 | 0.0612 | 0.0724 | 0.0668 |
72
+ | 2.0637 | 3.0 | 135 | 2.3625 | 0.0582 | 0.0669 | 0.0625 |
73
+ | 1.996 | 4.0 | 180 | 2.8671 | 0.0713 | 0.0728 | 0.0720 |
74
+ | 1.908 | 5.0 | 225 | 2.6622 | 0.0954 | 0.0898 | 0.0926 |
75
+ | 1.7068 | 6.0 | 270 | 2.3885 | 0.1998 | 0.2006 | 0.2002 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.26.0
81
+ - Pytorch 1.14.0a0+410ce96
82
+ - Datasets 2.8.0
83
+ - Tokenizers 0.13.2