gokuls commited on
Commit
15f1d96
1 Parent(s): d70f7f0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -22
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.5270758122743683
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
  # add_BERT_no_pretrain_rte
32
 
33
- This model is a fine-tuned version of [](https://huggingface.co/) on the GLUE RTE dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6917
36
- - Accuracy: 0.5271
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
@@ -60,29 +58,22 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - num_epochs: 50
63
- - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.9285 | 1.0 | 20 | 0.7302 | 0.5271 |
70
- | 0.7216 | 2.0 | 40 | 0.6919 | 0.5271 |
71
- | 0.7641 | 3.0 | 60 | 0.7044 | 0.4729 |
72
- | 0.7002 | 4.0 | 80 | 0.7476 | 0.4729 |
73
- | 0.7253 | 5.0 | 100 | 0.7224 | 0.5271 |
74
- | 0.7081 | 6.0 | 120 | 0.7066 | 0.4729 |
75
- | 0.6975 | 7.0 | 140 | 0.6917 | 0.5271 |
76
- | 0.698 | 8.0 | 160 | 0.6933 | 0.4729 |
77
- | 0.6967 | 9.0 | 180 | 0.6917 | 0.5271 |
78
- | 0.6926 | 10.0 | 200 | 0.7154 | 0.4729 |
79
- | 0.696 | 11.0 | 220 | 0.6964 | 0.4729 |
80
- | 0.694 | 12.0 | 240 | 0.6917 | 0.5271 |
81
 
82
 
83
  ### Framework versions
84
 
85
- - Transformers 4.29.2
86
  - Pytorch 1.14.0a0+410ce96
87
  - Datasets 2.12.0
88
  - Tokenizers 0.13.3
 
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.4729241877256318
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # add_BERT_no_pretrain_rte
30
 
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.7269
34
+ - Accuracy: 0.4729
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
 
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - num_epochs: 50
 
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.7731 | 1.0 | 20 | 0.6942 | 0.5271 |
67
+ | 0.709 | 2.0 | 40 | 0.7189 | 0.4729 |
68
+ | 0.7188 | 3.0 | 60 | 0.6948 | 0.4729 |
69
+ | 0.7007 | 4.0 | 80 | 0.6980 | 0.4729 |
70
+ | 0.7048 | 5.0 | 100 | 0.7018 | 0.5271 |
71
+ | 0.7065 | 6.0 | 120 | 0.7269 | 0.4729 |
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.30.2
77
  - Pytorch 1.14.0a0+410ce96
78
  - Datasets 2.12.0
79
  - Tokenizers 0.13.3