irfanamal commited on
Commit
83b4337
1 Parent(s): 071816f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [irfanamal/bert_multiple_choice](https://huggingface.co/irfanamal/bert_multiple_choice) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.2269
21
- - Accuracy: 0.5
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-07
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
@@ -49,17 +49,19 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.4597 | 1.0 | 12 | 1.2031 | 0.5 |
53
- | 1.4484 | 2.0 | 24 | 1.2057 | 0.5 |
54
- | 1.4718 | 3.0 | 36 | 1.2066 | 0.5 |
55
- | 1.4246 | 4.0 | 48 | 1.2105 | 0.5 |
56
- | 1.4013 | 5.0 | 60 | 1.2136 | 0.5 |
57
- | 1.3983 | 6.0 | 72 | 1.2179 | 0.5 |
58
- | 1.471 | 7.0 | 84 | 1.2231 | 0.5 |
59
- | 1.4615 | 8.0 | 96 | 1.2285 | 0.5 |
60
- | 1.4289 | 9.0 | 108 | 1.2276 | 0.5 |
61
- | 1.4712 | 10.0 | 120 | 1.2255 | 0.5 |
62
- | 1.3966 | 11.0 | 132 | 1.2269 | 0.5 |
 
 
63
 
64
 
65
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [irfanamal/bert_multiple_choice](https://huggingface.co/irfanamal/bert_multiple_choice) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.3092
21
+ - Accuracy: 0.4
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-06
41
  - train_batch_size: 16
42
  - eval_batch_size: 16
43
  - seed: 42
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.4608 | 1.0 | 12 | 1.2885 | 0.5 |
53
+ | 1.3738 | 2.0 | 24 | 1.3587 | 0.5 |
54
+ | 1.3521 | 3.0 | 36 | 1.2585 | 0.45 |
55
+ | 1.2274 | 4.0 | 48 | 1.2703 | 0.45 |
56
+ | 1.1653 | 5.0 | 60 | 1.2730 | 0.45 |
57
+ | 1.1352 | 6.0 | 72 | 1.3275 | 0.45 |
58
+ | 1.1907 | 7.0 | 84 | 1.2848 | 0.45 |
59
+ | 1.0782 | 8.0 | 96 | 1.2745 | 0.45 |
60
+ | 1.0616 | 9.0 | 108 | 1.2995 | 0.45 |
61
+ | 1.0012 | 10.0 | 120 | 1.3002 | 0.45 |
62
+ | 0.9113 | 11.0 | 132 | 1.3236 | 0.4 |
63
+ | 0.8489 | 12.0 | 144 | 1.3175 | 0.4 |
64
+ | 0.8098 | 13.0 | 156 | 1.3092 | 0.4 |
65
 
66
 
67
  ### Framework versions