gokuls commited on
Commit
29d2fdc
1 Parent(s): a429971

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - glue
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: hBERTv2_new_pretrain_48_KD_w_init_qqp
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ config: qqp
19
+ split: validation
20
+ args: qqp
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.7147909967845659
25
+ - name: F1
26
+ type: f1
27
+ value: 0.5017069270990883
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # hBERTv2_new_pretrain_48_KD_w_init_qqp
34
+
35
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48_KD_wt_init](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48_KD_wt_init) on the glue dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.5929
38
+ - Accuracy: 0.7148
39
+ - F1: 0.5017
40
+ - Combined Score: 0.6082
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 4e-05
60
+ - train_batch_size: 128
61
+ - eval_batch_size: 128
62
+ - seed: 10
63
+ - distributed_type: multi-GPU
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 50
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
71
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:--------------:|
72
+ | 0.5751 | 1.0 | 2843 | 0.5381 | 0.7260 | 0.6367 | 0.6813 |
73
+ | 0.522 | 2.0 | 5686 | 0.5377 | 0.7336 | 0.6479 | 0.6907 |
74
+ | 0.5274 | 3.0 | 8529 | 0.5656 | 0.7333 | 0.6147 | 0.6740 |
75
+ | 0.5435 | 4.0 | 11372 | 0.5561 | 0.7424 | 0.6314 | 0.6869 |
76
+ | 0.5405 | 5.0 | 14215 | 0.5772 | 0.7359 | 0.5543 | 0.6451 |
77
+ | 0.5468 | 6.0 | 17058 | 0.5563 | 0.7355 | 0.5944 | 0.6649 |
78
+ | 0.5732 | 7.0 | 19901 | 0.5929 | 0.7148 | 0.5017 | 0.6082 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.30.2
84
+ - Pytorch 1.14.0a0+410ce96
85
+ - Datasets 2.13.0
86
+ - Tokenizers 0.13.3