ernlavr commited on
Commit
8d4ec80
1 Parent(s): 9a0d0d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 an unknown dataset.
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