update model card README.md
Browse files
README.md
CHANGED
|
@@ -12,10 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# vxnli-v1
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
-
- Exact Match: 0.
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -46,18 +46,16 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match |
|
| 48 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.0117 | 11.0 | 1738 | 0.2879 | 0.5667 |
|
| 60 |
-
| 0.0096 | 12.0 | 1896 | 0.2581 | 0.5815 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 12 |
|
| 13 |
# vxnli-v1
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [kwkty/vxnli-v0](https://huggingface.co/kwkty/vxnli-v0) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.2262
|
| 18 |
+
- Exact Match: 0.6407
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match |
|
| 48 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|
|
| 49 |
+
| 0.1092 | 1.0 | 158 | 0.1820 | 0.5704 |
|
| 50 |
+
| 0.0432 | 2.0 | 316 | 0.2149 | 0.5593 |
|
| 51 |
+
| 0.0266 | 3.0 | 474 | 0.2721 | 0.5370 |
|
| 52 |
+
| 0.0193 | 4.0 | 632 | 0.2456 | 0.5889 |
|
| 53 |
+
| 0.0168 | 5.0 | 790 | 0.2382 | 0.6111 |
|
| 54 |
+
| 0.0138 | 6.0 | 948 | 0.2910 | 0.5741 |
|
| 55 |
+
| 0.0146 | 7.0 | 1106 | 0.2559 | 0.5889 |
|
| 56 |
+
| 0.0078 | 8.0 | 1264 | 0.2927 | 0.5630 |
|
| 57 |
+
| 0.0073 | 9.0 | 1422 | 0.3346 | 0.5741 |
|
| 58 |
+
| 0.0063 | 10.0 | 1580 | 0.3308 | 0.5481 |
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|