anirudh21 commited on
Commit
d5daf70
1 Parent(s): 9add9e0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.5633802816901409
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [albert-xlarge-v2](https://huggingface.co/albert-xlarge-v2) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.6968
33
- - Accuracy: 0.5634
34
 
35
  ## Model description
36
 
@@ -50,8 +50,8 @@ More information needed
50
 
51
  The following hyperparameters were used during training:
52
  - learning_rate: 2e-05
53
- - train_batch_size: 8
54
- - eval_batch_size: 8
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
- | No log | 1.0 | 80 | 0.6968 | 0.5634 |
65
- | No log | 2.0 | 160 | 0.6903 | 0.5634 |
66
- | No log | 3.0 | 240 | 0.6852 | 0.5634 |
67
- | No log | 4.0 | 320 | 0.7036 | 0.4366 |
68
- | No log | 5.0 | 400 | 0.6924 | 0.5493 |
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.15.0
74
- - Pytorch 1.9.0+cu102
75
  - Datasets 1.18.0
76
  - Tokenizers 0.10.3
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.5774647887323944
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [albert-xlarge-v2](https://huggingface.co/albert-xlarge-v2) on the glue dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.6986
33
+ - Accuracy: 0.5775
34
 
35
  ## Model description
36
 
 
50
 
51
  The following hyperparameters were used during training:
52
  - learning_rate: 2e-05
53
+ - train_batch_size: 16
54
+ - eval_batch_size: 16
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
63
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
64
+ | No log | 1.0 | 40 | 0.6827 | 0.5634 |
65
+ | No log | 2.0 | 80 | 0.7022 | 0.5634 |
66
+ | No log | 3.0 | 120 | 0.6865 | 0.5493 |
67
+ | No log | 4.0 | 160 | 0.7093 | 0.5070 |
68
+ | No log | 5.0 | 200 | 0.6986 | 0.5775 |
69
 
70
 
71
  ### Framework versions
72
 
73
  - Transformers 4.15.0
74
+ - Pytorch 1.10.0+cu111
75
  - Datasets 1.18.0
76
  - Tokenizers 0.10.3