gokuls commited on
Commit
33c8704
1 Parent(s): 6d788d4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
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 RTE
18
  type: glue
19
  config: rte
20
  split: validation
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.4729241877256318
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_rte
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 RTE dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7371
36
- - Accuracy: 0.4729
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,12 +63,14 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 9.1657 | 1.0 | 20 | 0.7371 | 0.4729 |
69
- | 9.3188 | 2.0 | 40 | 0.7859 | 0.5271 |
70
- | 9.3339 | 3.0 | 60 | 0.9236 | 0.5271 |
71
- | 9.7488 | 4.0 | 80 | 0.9142 | 0.5271 |
72
- | 9.1542 | 5.0 | 100 | 0.8327 | 0.5271 |
73
- | 9.1755 | 6.0 | 120 | 0.8222 | 0.5271 |
 
 
74
 
75
 
76
  ### 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: rte
18
  split: validation
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.5415162454873647
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_rte
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.1810
34
+ - Accuracy: 0.5415
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.7512 | 1.0 | 20 | 0.6929 | 0.4982 |
67
+ | 0.7204 | 2.0 | 40 | 0.6908 | 0.5271 |
68
+ | 0.701 | 3.0 | 60 | 0.6853 | 0.5596 |
69
+ | 0.6315 | 4.0 | 80 | 0.7081 | 0.5632 |
70
+ | 0.5807 | 5.0 | 100 | 0.8746 | 0.5343 |
71
+ | 0.4079 | 6.0 | 120 | 0.8831 | 0.5632 |
72
+ | 0.3077 | 7.0 | 140 | 1.0779 | 0.5487 |
73
+ | 0.2453 | 8.0 | 160 | 1.1810 | 0.5415 |
74
 
75
 
76
  ### Framework versions