gokuls commited on
Commit
f7b6284
1 Parent(s): 419df9c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - glue
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: add_BERT_24_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.8112787534009399
25
+ - name: F1
26
+ type: f1
27
+ value: 0.7559961624560281
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
+ # add_BERT_24_qqp
34
+
35
+ This model is a fine-tuned version of [gokuls/add_bert_12_layer_model_complete_training_new](https://huggingface.co/gokuls/add_bert_12_layer_model_complete_training_new) on the glue dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.5186
38
+ - Accuracy: 0.8113
39
+ - F1: 0.7560
40
+ - Combined Score: 0.7836
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.5487 | 1.0 | 2843 | 0.5164 | 0.7477 | 0.6465 | 0.6971 |
73
+ | 0.4981 | 2.0 | 5686 | 0.4939 | 0.7635 | 0.6487 | 0.7061 |
74
+ | 0.4835 | 3.0 | 8529 | 0.4990 | 0.7568 | 0.6143 | 0.6856 |
75
+ | 0.4719 | 4.0 | 11372 | 0.4912 | 0.7637 | 0.6417 | 0.7027 |
76
+ | 0.4632 | 5.0 | 14215 | 0.4881 | 0.7680 | 0.6619 | 0.7150 |
77
+ | 0.4584 | 6.0 | 17058 | 0.4839 | 0.7679 | 0.6580 | 0.7129 |
78
+ | 0.4425 | 7.0 | 19901 | 0.4774 | 0.7723 | 0.6914 | 0.7319 |
79
+ | 0.4308 | 8.0 | 22744 | 0.4679 | 0.7738 | 0.6650 | 0.7194 |
80
+ | 0.4102 | 9.0 | 25587 | 0.4536 | 0.7873 | 0.6914 | 0.7393 |
81
+ | 0.3909 | 10.0 | 28430 | 0.4512 | 0.7895 | 0.7153 | 0.7524 |
82
+ | 0.3787 | 11.0 | 31273 | 0.4681 | 0.7959 | 0.7134 | 0.7547 |
83
+ | 0.3538 | 12.0 | 34116 | 0.4487 | 0.7981 | 0.7095 | 0.7538 |
84
+ | 0.3313 | 13.0 | 36959 | 0.4356 | 0.8049 | 0.7302 | 0.7675 |
85
+ | 0.3053 | 14.0 | 39802 | 0.4410 | 0.8081 | 0.7448 | 0.7764 |
86
+ | 0.2785 | 15.0 | 42645 | 0.4896 | 0.7942 | 0.7450 | 0.7696 |
87
+ | 0.2516 | 16.0 | 45488 | 0.4969 | 0.8055 | 0.7510 | 0.7782 |
88
+ | 0.2254 | 17.0 | 48331 | 0.5079 | 0.8129 | 0.7535 | 0.7832 |
89
+ | 0.2017 | 18.0 | 51174 | 0.5186 | 0.8113 | 0.7560 | 0.7836 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.30.2
95
+ - Pytorch 1.14.0a0+410ce96
96
+ - Datasets 2.13.0
97
+ - Tokenizers 0.13.3