gokuls commited on
Commit
06e7153
1 Parent(s): b62c9e3

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
+ model-index:
9
+ - name: hBERTv2_qnli
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: glue
16
+ type: glue
17
+ config: qnli
18
+ split: validation
19
+ args: qnli
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.4946000366099213
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # hBERTv2_qnli
30
+
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2](https://huggingface.co/gokuls/bert_12_layer_model_v2) on the glue dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.6931
34
+ - Accuracy: 0.4946
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 256
55
+ - eval_batch_size: 256
56
+ - seed: 10
57
+ - distributed_type: multi-GPU
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 50
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.6968 | 1.0 | 410 | 0.6952 | 0.5054 |
68
+ | 0.6943 | 2.0 | 820 | 0.6932 | 0.4946 |
69
+ | 0.6937 | 3.0 | 1230 | 0.6933 | 0.5054 |
70
+ | 0.6934 | 4.0 | 1640 | 0.6931 | 0.5054 |
71
+ | 0.6934 | 5.0 | 2050 | 0.6931 | 0.5054 |
72
+ | 0.6933 | 6.0 | 2460 | 0.6930 | 0.5054 |
73
+ | 0.6933 | 7.0 | 2870 | 0.6931 | 0.5054 |
74
+ | 0.6932 | 8.0 | 3280 | 0.6930 | 0.5054 |
75
+ | 0.6932 | 9.0 | 3690 | 0.6934 | 0.4946 |
76
+ | 0.6932 | 10.0 | 4100 | 0.6930 | 0.5054 |
77
+ | 0.6932 | 11.0 | 4510 | 0.6931 | 0.4946 |
78
+ | 0.6933 | 12.0 | 4920 | 0.6934 | 0.4946 |
79
+ | 0.6932 | 13.0 | 5330 | 0.6931 | 0.4946 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.26.1
85
+ - Pytorch 1.14.0a0+410ce96
86
+ - Datasets 2.10.1
87
+ - Tokenizers 0.13.2