irfanamal commited on
Commit
4ebc381
1 Parent(s): 7e95dbd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
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.2311
21
- - Accuracy: 0.35
22
 
23
  ## Model description
24
 
@@ -43,14 +43,20 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 1.3821 | 1.0 | 12 | 1.2296 | 0.35 |
53
- | 1.3471 | 2.0 | 24 | 1.2311 | 0.35 |
 
 
 
 
 
 
54
 
55
 
56
  ### 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.3015
21
+ - Accuracy: 0.4
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 100
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.3814 | 1.0 | 12 | 1.2339 | 0.35 |
53
+ | 1.3208 | 2.0 | 24 | 1.2381 | 0.35 |
54
+ | 1.3387 | 3.0 | 36 | 1.2284 | 0.4 |
55
+ | 1.2083 | 4.0 | 48 | 1.2504 | 0.4 |
56
+ | 1.1881 | 5.0 | 60 | 1.2781 | 0.4 |
57
+ | 1.0885 | 6.0 | 72 | 1.2886 | 0.4 |
58
+ | 1.1656 | 7.0 | 84 | 1.2927 | 0.4 |
59
+ | 0.997 | 8.0 | 96 | 1.3015 | 0.4 |
60
 
61
 
62
  ### Framework versions