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 [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -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 [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 4.2379
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 90 | 1.6912 |
|
50 |
+
| 1.8817 | 2.0 | 180 | 1.7054 |
|
51 |
+
| 1.3233 | 3.0 | 270 | 1.6376 |
|
52 |
+
| 0.9894 | 4.0 | 360 | 2.1005 |
|
53 |
+
| 0.7526 | 5.0 | 450 | 2.7104 |
|
54 |
+
| 0.6553 | 6.0 | 540 | 2.2928 |
|
55 |
+
| 0.5512 | 7.0 | 630 | 2.6380 |
|
56 |
+
| 0.4148 | 8.0 | 720 | 2.8010 |
|
57 |
+
| 0.2964 | 9.0 | 810 | 3.1167 |
|
58 |
+
| 0.2538 | 10.0 | 900 | 3.5313 |
|
59 |
+
| 0.2538 | 11.0 | 990 | 3.6620 |
|
60 |
+
| 0.1918 | 12.0 | 1080 | 4.1138 |
|
61 |
+
| 0.1363 | 13.0 | 1170 | 4.0901 |
|
62 |
+
| 0.1606 | 14.0 | 1260 | 4.2286 |
|
63 |
+
| 0.1162 | 15.0 | 1350 | 4.2379 |
|
64 |
|
65 |
|
66 |
### Framework versions
|