gokuls commited on
Commit
ac01c22
1 Parent(s): 20117bb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: mobilebert_sa_GLUE_Experiment_logit_kd_mnli_128
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ config: mnli
19
+ split: validation_matched
20
+ args: mnli
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.6026490066225165
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_logit_kd_mnli_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.3296
35
+ - Accuracy: 0.6026
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 128
56
+ - eval_batch_size: 128
57
+ - seed: 10
58
+ - distributed_type: multi-GPU
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 50
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
+ | 1.6825 | 1.0 | 3068 | 1.4581 | 0.5256 |
68
+ | 1.4941 | 2.0 | 6136 | 1.3516 | 0.5680 |
69
+ | 1.4199 | 3.0 | 9204 | 1.3259 | 0.5712 |
70
+ | 1.3747 | 4.0 | 12272 | 1.3024 | 0.5856 |
71
+ | 1.34 | 5.0 | 15340 | 1.2875 | 0.5931 |
72
+ | 1.3087 | 6.0 | 18408 | 1.2730 | 0.5928 |
73
+ | 1.2769 | 7.0 | 21476 | 1.2845 | 0.5916 |
74
+ | 1.246 | 8.0 | 24544 | 1.2750 | 0.5965 |
75
+ | 1.2166 | 9.0 | 27612 | 1.2651 | 0.6020 |
76
+ | 1.1883 | 10.0 | 30680 | 1.2773 | 0.6043 |
77
+ | 1.1604 | 11.0 | 33748 | 1.2555 | 0.6011 |
78
+ | 1.1329 | 12.0 | 36816 | 1.2792 | 0.5991 |
79
+ | 1.1074 | 13.0 | 39884 | 1.2891 | 0.5986 |
80
+ | 1.0812 | 14.0 | 42952 | 1.2889 | 0.5947 |
81
+ | 1.0577 | 15.0 | 46020 | 1.2871 | 0.5970 |
82
+ | 1.0338 | 16.0 | 49088 | 1.3296 | 0.6026 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.26.0
88
+ - Pytorch 1.14.0a0+410ce96
89
+ - Datasets 2.9.0
90
+ - Tokenizers 0.13.2