update model card README.md
Browse files
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:
|
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:
|
38 |
-
- eval_batch_size:
|
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 |
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
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
|