gokuls commited on
Commit
eb8e679
1 Parent(s): 52ae34c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_qqp_128
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: glue
18
+ type: glue
19
+ config: qqp
20
+ split: validation
21
+ args: qqp
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.6318327974276527
26
+ - name: F1
27
+ type: f1
28
+ value: 0.0
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_qqp_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: nan
39
+ - Accuracy: 0.6318
40
+ - F1: 0.0
41
+ - Combined Score: 0.3159
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.6507 | 1.0 | 2843 | 0.6497 | 0.6318 | 0.0 | 0.3159 |
74
+ | 0.6311 | 2.0 | 5686 | 0.5445 | 0.7259 | 0.5622 | 0.6441 |
75
+ | 0.5153 | 3.0 | 8529 | 0.5153 | 0.7493 | 0.5892 | 0.6693 |
76
+ | 0.4912 | 4.0 | 11372 | 0.5071 | 0.7568 | 0.6361 | 0.6965 |
77
+ | 0.4805 | 5.0 | 14215 | nan | 0.6318 | 0.0 | 0.3159 |
78
+ | 0.0 | 6.0 | 17058 | nan | 0.6318 | 0.0 | 0.3159 |
79
+ | 0.0 | 7.0 | 19901 | nan | 0.6318 | 0.0 | 0.3159 |
80
+ | 0.0 | 8.0 | 22744 | nan | 0.6318 | 0.0 | 0.3159 |
81
+ | 0.0 | 9.0 | 25587 | nan | 0.6318 | 0.0 | 0.3159 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.26.0
87
+ - Pytorch 1.14.0a0+410ce96
88
+ - Datasets 2.8.0
89
+ - Tokenizers 0.13.2