gokuls commited on
Commit
784ddb7
·
1 Parent(s): 65b8e2a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -17
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -14,7 +12,7 @@ model-index:
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
- name: GLUE QNLI
18
  type: glue
19
  config: qnli
20
  split: validation
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.4946000366099213
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # hBERTv2_new_pretrain_qnli
32
 
33
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the GLUE QNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7446
36
- - Accuracy: 0.4946
37
 
38
  ## Model description
39
 
@@ -52,7 +50,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 0.0005
56
  - train_batch_size: 128
57
  - eval_batch_size: 128
58
  - seed: 10
@@ -65,15 +63,13 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 9.3816 | 1.0 | 819 | 0.8747 | 0.4946 |
69
- | 9.2855 | 2.0 | 1638 | 0.8931 | 0.4946 |
70
- | 9.3355 | 3.0 | 2457 | 0.7447 | 0.4946 |
71
- | 9.3249 | 4.0 | 3276 | 0.7446 | 0.4946 |
72
- | 9.2866 | 5.0 | 4095 | 0.9299 | 0.5054 |
73
- | 9.5308 | 6.0 | 4914 | 4.2012 | 0.4946 |
74
- | 9.1933 | 7.0 | 5733 | 1.3372 | 0.4946 |
75
- | 32.7671 | 8.0 | 6552 | 18.0674 | 0.4946 |
76
- | 6.8935 | 9.0 | 7371 | 1.6547 | 0.4946 |
77
 
78
 
79
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
+ name: glue
16
  type: glue
17
  config: qnli
18
  split: validation
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.5086948563060589
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # hBERTv2_new_pretrain_qnli
30
 
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.6930
34
+ - Accuracy: 0.5087
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 4e-05
54
  - train_batch_size: 128
55
  - eval_batch_size: 128
56
  - seed: 10
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.6921 | 1.0 | 819 | 0.6903 | 0.5050 |
67
+ | 0.6906 | 2.0 | 1638 | 0.6870 | 0.5502 |
68
+ | 0.6889 | 3.0 | 2457 | 0.6924 | 0.5232 |
69
+ | 0.6932 | 4.0 | 3276 | 0.6916 | 0.5261 |
70
+ | 0.6927 | 5.0 | 4095 | 0.6920 | 0.5314 |
71
+ | 0.6918 | 6.0 | 4914 | 0.6897 | 0.5297 |
72
+ | 0.6927 | 7.0 | 5733 | 0.6930 | 0.5087 |
 
 
73
 
74
 
75
  ### Framework versions