sofial commited on
Commit
bbc6d74
1 Parent(s): 3df6eba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ mnli hypothesis: Your contributions were of no help with our students' education
52
  ```
53
 
54
  ## Fine-tuning and validation data
55
- Fine tuning is done using the `train` split of the GLUE MNLI dataset and the performance is measured using the `validation_mismatched` split.
56
 
57
  `validation_mismatched` means validation examples are not derived from the same sources as those in the training set and therefore not closely resembling any of the examples seen at training time.
58
 
 
52
  ```
53
 
54
  ## Fine-tuning and validation data
55
+ Fine tuning is done using the `train` split of the GLUE MNLI dataset and the performance is measured using the [validation_mismatched](https://huggingface.co/datasets/glue#mnli_mismatched) split.
56
 
57
  `validation_mismatched` means validation examples are not derived from the same sources as those in the training set and therefore not closely resembling any of the examples seen at training time.
58