irfanamal commited on
Commit
a1dcba0
1 Parent(s): 4c60931

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/distilbert_multiple_choice](https://huggingface.co/irfanamal/distilbert_multiple_choice) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3872
21
- - Accuracy: 0.35
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.4915 | 1.0 | 12 | 1.3196 | 0.35 |
53
- | 1.4643 | 2.0 | 24 | 1.3224 | 0.35 |
54
- | 1.4655 | 3.0 | 36 | 1.3316 | 0.35 |
55
- | 1.369 | 4.0 | 48 | 1.3453 | 0.35 |
56
- | 1.4155 | 5.0 | 60 | 1.3559 | 0.35 |
57
- | 1.3734 | 6.0 | 72 | 1.3628 | 0.35 |
58
- | 1.3904 | 7.0 | 84 | 1.3688 | 0.35 |
59
- | 1.3796 | 8.0 | 96 | 1.3750 | 0.35 |
60
- | 1.3374 | 9.0 | 108 | 1.3762 | 0.35 |
61
- | 1.4071 | 10.0 | 120 | 1.3816 | 0.35 |
62
- | 1.3718 | 11.0 | 132 | 1.3872 | 0.35 |
 
 
63
 
64
 
65
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [irfanamal/distilbert_multiple_choice](https://huggingface.co/irfanamal/distilbert_multiple_choice) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.5628
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.4753 | 1.0 | 12 | 1.4752 | 0.4 |
53
+ | 1.3861 | 2.0 | 24 | 1.4672 | 0.4 |
54
+ | 1.3169 | 3.0 | 36 | 1.4031 | 0.45 |
55
+ | 1.2006 | 4.0 | 48 | 1.4479 | 0.4 |
56
+ | 1.1849 | 5.0 | 60 | 1.4765 | 0.4 |
57
+ | 1.1181 | 6.0 | 72 | 1.4869 | 0.4 |
58
+ | 1.0861 | 7.0 | 84 | 1.4524 | 0.4 |
59
+ | 1.0234 | 8.0 | 96 | 1.5183 | 0.35 |
60
+ | 0.9677 | 9.0 | 108 | 1.4981 | 0.35 |
61
+ | 0.9281 | 10.0 | 120 | 1.5195 | 0.4 |
62
+ | 0.919 | 11.0 | 132 | 1.5218 | 0.4 |
63
+ | 0.8673 | 12.0 | 144 | 1.5395 | 0.4 |
64
+ | 0.8 | 13.0 | 156 | 1.5628 | 0.4 |
65
 
66
 
67
  ### Framework versions