nejox commited on
Commit
21b3ed7
1 Parent(s): e984dfc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.2375
18
 
19
  ## Model description
20
 
@@ -34,8 +34,8 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
- - train_batch_size: 16
38
- - eval_batch_size: 16
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
@@ -46,21 +46,21 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 2 | 2.6360 |
50
- | No log | 2.0 | 4 | 2.6283 |
51
- | No log | 3.0 | 6 | 2.6177 |
52
- | No log | 4.0 | 8 | 2.5990 |
53
- | No log | 5.0 | 10 | 2.5762 |
54
- | No log | 6.0 | 12 | 2.5464 |
55
- | No log | 7.0 | 14 | 2.5160 |
56
- | No log | 8.0 | 16 | 2.4832 |
57
- | No log | 9.0 | 18 | 2.4497 |
58
- | No log | 10.0 | 20 | 2.4124 |
59
- | No log | 11.0 | 22 | 2.3740 |
60
- | No log | 12.0 | 24 | 2.3414 |
61
- | No log | 13.0 | 26 | 2.3065 |
62
- | No log | 14.0 | 28 | 2.2717 |
63
- | No log | 15.0 | 30 | 2.2375 |
64
 
65
 
66
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 4.4291
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 92 | 1.8403 |
50
+ | 2.3138 | 2.0 | 184 | 1.7960 |
51
+ | 1.5166 | 3.0 | 276 | 1.8769 |
52
+ | 0.9893 | 4.0 | 368 | 2.0993 |
53
+ | 0.7197 | 5.0 | 460 | 2.5598 |
54
+ | 0.4902 | 6.0 | 552 | 2.9495 |
55
+ | 0.4027 | 7.0 | 644 | 2.9910 |
56
+ | 0.3031 | 8.0 | 736 | 3.4344 |
57
+ | 0.1708 | 9.0 | 828 | 3.9058 |
58
+ | 0.1239 | 10.0 | 920 | 3.9043 |
59
+ | 0.0651 | 11.0 | 1012 | 4.0318 |
60
+ | 0.0394 | 12.0 | 1104 | 4.0876 |
61
+ | 0.0394 | 13.0 | 1196 | 4.3854 |
62
+ | 0.0174 | 14.0 | 1288 | 4.4298 |
63
+ | 0.0063 | 15.0 | 1380 | 4.4291 |
64
 
65
 
66
  ### Framework versions