gokuls commited on
Commit
153b0ca
1 Parent(s): 0a99ca0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: mobilebert_sa_GLUE_Experiment_data_aug_mrpc
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mobilebert_sa_GLUE_Experiment_data_aug_mrpc
17
+
18
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0000
21
+ - Accuracy: 1.0
22
+ - F1: 1.0
23
+ - Combined Score: 1.0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 128
44
+ - eval_batch_size: 128
45
+ - seed: 10
46
+ - distributed_type: multi-GPU
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 50
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:--------------:|
55
+ | 0.1838 | 1.0 | 1959 | 0.0138 | 0.9951 | 0.9964 | 0.9958 |
56
+ | 0.0406 | 2.0 | 3918 | 0.0055 | 1.0 | 1.0 | 1.0 |
57
+ | 0.0267 | 3.0 | 5877 | 0.0129 | 0.9975 | 0.9982 | 0.9979 |
58
+ | 0.0151 | 4.0 | 7836 | 0.0004 | 1.0 | 1.0 | 1.0 |
59
+ | 0.0108 | 5.0 | 9795 | 0.0104 | 0.9975 | 0.9982 | 0.9979 |
60
+ | 0.0075 | 6.0 | 11754 | 0.0000 | 1.0 | 1.0 | 1.0 |
61
+ | 0.0059 | 7.0 | 13713 | 0.0005 | 1.0 | 1.0 | 1.0 |
62
+ | 0.0047 | 8.0 | 15672 | 0.0000 | 1.0 | 1.0 | 1.0 |
63
+ | 0.0033 | 9.0 | 17631 | 0.0001 | 1.0 | 1.0 | 1.0 |
64
+ | 0.0031 | 10.0 | 19590 | 0.0000 | 1.0 | 1.0 | 1.0 |
65
+ | 0.0025 | 11.0 | 21549 | 0.0000 | 1.0 | 1.0 | 1.0 |
66
+ | 0.0019 | 12.0 | 23508 | 0.0000 | 1.0 | 1.0 | 1.0 |
67
+ | 0.0019 | 13.0 | 25467 | 0.0000 | 1.0 | 1.0 | 1.0 |
68
+ | 0.0014 | 14.0 | 27426 | 0.0000 | 1.0 | 1.0 | 1.0 |
69
+ | 0.001 | 15.0 | 29385 | 0.0000 | 1.0 | 1.0 | 1.0 |
70
+ | 0.001 | 16.0 | 31344 | 0.0000 | 1.0 | 1.0 | 1.0 |
71
+ | 0.0009 | 17.0 | 33303 | 0.0000 | 1.0 | 1.0 | 1.0 |
72
+ | 0.0009 | 18.0 | 35262 | 0.0000 | 1.0 | 1.0 | 1.0 |
73
+ | 0.0006 | 19.0 | 37221 | 0.0000 | 1.0 | 1.0 | 1.0 |
74
+ | 0.0006 | 20.0 | 39180 | 0.0000 | 1.0 | 1.0 | 1.0 |
75
+ | 0.0003 | 21.0 | 41139 | 0.0000 | 1.0 | 1.0 | 1.0 |
76
+ | 0.0003 | 22.0 | 43098 | 0.0000 | 1.0 | 1.0 | 1.0 |
77
+ | 0.0005 | 23.0 | 45057 | 0.0000 | 1.0 | 1.0 | 1.0 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.26.0
83
+ - Pytorch 1.14.0a0+410ce96
84
+ - Datasets 2.9.0
85
+ - Tokenizers 0.13.2