gokuls commited on
Commit
c27223a
1 Parent(s): 1a6906c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: mobilebert_add_GLUE_Experiment_mrpc_128
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: glue
18
+ type: glue
19
+ config: mrpc
20
+ split: validation
21
+ args: mrpc
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.6838235294117647
26
+ - name: F1
27
+ type: f1
28
+ value: 0.8122270742358079
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # mobilebert_add_GLUE_Experiment_mrpc_128
35
+
36
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the glue dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.6412
39
+ - Accuracy: 0.6838
40
+ - F1: 0.8122
41
+ - Combined Score: 0.7480
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 5e-05
61
+ - train_batch_size: 128
62
+ - eval_batch_size: 128
63
+ - seed: 10
64
+ - distributed_type: multi-GPU
65
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
+ - lr_scheduler_type: linear
67
+ - num_epochs: 50
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
72
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
73
+ | 0.6471 | 1.0 | 29 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
74
+ | 0.6304 | 2.0 | 58 | 0.6242 | 0.6838 | 0.8122 | 0.7480 |
75
+ | 0.6314 | 3.0 | 87 | 0.6249 | 0.6838 | 0.8122 | 0.7480 |
76
+ | 0.6307 | 4.0 | 116 | 0.6250 | 0.6838 | 0.8122 | 0.7480 |
77
+ | 0.6298 | 5.0 | 145 | 0.6233 | 0.6838 | 0.8122 | 0.7480 |
78
+ | 0.6283 | 6.0 | 174 | 0.6233 | 0.6838 | 0.8122 | 0.7480 |
79
+ | 0.6283 | 7.0 | 203 | 0.6231 | 0.6838 | 0.8122 | 0.7480 |
80
+ | 0.6224 | 8.0 | 232 | 0.6265 | 0.6838 | 0.8122 | 0.7480 |
81
+ | 0.6042 | 9.0 | 261 | 0.6355 | 0.6838 | 0.8122 | 0.7480 |
82
+ | 0.5862 | 10.0 | 290 | 0.6303 | 0.6838 | 0.8122 | 0.7480 |
83
+ | 0.5717 | 11.0 | 319 | 0.6515 | 0.6324 | 0.7525 | 0.6924 |
84
+ | 0.5641 | 12.0 | 348 | 0.6412 | 0.6838 | 0.8122 | 0.7480 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.26.0
90
+ - Pytorch 1.14.0a0+410ce96
91
+ - Datasets 2.8.0
92
+ - Tokenizers 0.13.2