irfanamal commited on
Commit
68d6ae0
1 Parent(s): 316c62c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -15
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.5628
21
- - Accuracy: 0.4
22
 
23
  ## Model description
24
 
@@ -49,19 +49,17 @@ The following hyperparameters were used during training:
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
 
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.1067
21
+ - Accuracy: 0.6
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.2754 | 1.0 | 12 | 1.1916 | 0.55 |
53
+ | 1.142 | 2.0 | 24 | 1.1608 | 0.55 |
54
+ | 1.0688 | 3.0 | 36 | 1.1239 | 0.55 |
55
+ | 0.9401 | 4.0 | 48 | 1.1163 | 0.55 |
56
+ | 0.9029 | 5.0 | 60 | 1.1077 | 0.6 |
57
+ | 0.7597 | 6.0 | 72 | 1.0713 | 0.6 |
58
+ | 0.7811 | 7.0 | 84 | 1.0723 | 0.6 |
59
+ | 0.7215 | 8.0 | 96 | 1.1225 | 0.6 |
60
+ | 0.6318 | 9.0 | 108 | 1.1065 | 0.6 |
61
+ | 0.6308 | 10.0 | 120 | 1.0958 | 0.6 |
62
+ | 0.6369 | 11.0 | 132 | 1.1067 | 0.6 |
 
 
63
 
64
 
65
  ### Framework versions