Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# destilbert_uncased_fever_nli
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.1829
|
20 |
- F1: 0.7045
|
|
|
14 |
|
15 |
# destilbert_uncased_fever_nli
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on a subset of [fever_nli](https://huggingface.co/datasets/pietrolesci/nli_fever) dataset by using the first 7.5k datapoints per each label from the training split.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 2.1829
|
20 |
- F1: 0.7045
|