gokuls commited on
Commit
29f0e0c
·
1 Parent(s): cc2781d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -16
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 MNLI
18
  type: glue
19
  config: mnli
20
  split: validation_matched
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.318246541903987
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_mnli
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 MNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.0992
36
- - Accuracy: 0.3182
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,14 +63,13 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
68
- | 70.7498 | 1.0 | 3068 | 30.0481 | 0.3274 |
69
- | 5.5287 | 2.0 | 6136 | 1.1252 | 0.3274 |
70
- | 1.354 | 3.0 | 9204 | 1.0991 | 0.3182 |
71
- | 3.0766 | 4.0 | 12272 | 1.2373 | 0.3182 |
72
- | 4.2409 | 5.0 | 15340 | 1.1912 | 0.3274 |
73
- | 5.4957 | 6.0 | 18408 | 1.1716 | 0.3545 |
74
- | 3.0327 | 7.0 | 21476 | 1.3155 | 0.3274 |
75
- | 1.571 | 8.0 | 24544 | 1.3787 | 0.3274 |
76
 
77
 
78
  ### 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: mnli
18
  split: validation_matched
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.3273560876209883
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_mnli
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: 1.1000
34
+ - Accuracy: 0.3274
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
+ | 1.1031 | 1.0 | 3068 | 1.1008 | 0.3274 |
67
+ | 1.0989 | 2.0 | 6136 | 1.0964 | 0.3182 |
68
+ | 1.0987 | 3.0 | 9204 | 1.0980 | 0.3265 |
69
+ | 1.0987 | 4.0 | 12272 | 1.0995 | 0.3182 |
70
+ | 1.0986 | 5.0 | 15340 | 1.0986 | 0.3274 |
71
+ | 1.0991 | 6.0 | 18408 | 1.1016 | 0.3545 |
72
+ | 1.0991 | 7.0 | 21476 | 1.1000 | 0.3274 |
 
73
 
74
 
75
  ### Framework versions