gokuls commited on
Commit
e07745e
1 Parent(s): bdd79f7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_mrpc
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ config: mrpc
19
+ split: validation
20
+ args: mrpc
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.6029411764705882
25
+ - name: F1
26
+ type: f1
27
+ value: 0.6908396946564885
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_mrpc
34
+
35
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48) on the glue dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 1.2389
38
+ - Accuracy: 0.6029
39
+ - F1: 0.6908
40
+ - Combined Score: 0.6469
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.6634 | 1.0 | 29 | 0.6017 | 0.6863 | 0.7881 | 0.7372 |
73
+ | 0.6054 | 2.0 | 58 | 0.6601 | 0.6691 | 0.7316 | 0.7004 |
74
+ | 0.5623 | 3.0 | 87 | 0.5996 | 0.6936 | 0.8092 | 0.7514 |
75
+ | 0.4773 | 4.0 | 116 | 0.6380 | 0.7010 | 0.8057 | 0.7534 |
76
+ | 0.3781 | 5.0 | 145 | 0.8476 | 0.6471 | 0.7391 | 0.6931 |
77
+ | 0.258 | 6.0 | 174 | 0.8257 | 0.6642 | 0.7514 | 0.7078 |
78
+ | 0.2236 | 7.0 | 203 | 1.1873 | 0.6495 | 0.7451 | 0.6973 |
79
+ | 0.1818 | 8.0 | 232 | 1.2389 | 0.6029 | 0.6908 | 0.6469 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.29.2
85
+ - Pytorch 1.14.0a0+410ce96
86
+ - Datasets 2.12.0
87
+ - Tokenizers 0.13.3