Update README.md

This commit is contained in:
Baptiste Doyen 2021-04-08 14:11:55 +00:00 committed by huggingface-web
parent e3e8a282c7
commit 84e3c23618
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ prob_label_is_true[0].tolist() * 100
## Training data
Training data is the french fold of the [XLNI](https://research.fb.com/publications/xnli-evaluating-cross-lingual-sentence-representations/) dataset released in 2018 by Facebook. <br>
Training data is the french fold of the [XNLI](https://research.fb.com/publications/xnli-evaluating-cross-lingual-sentence-representations/) dataset released in 2018 by Facebook. <br>
Available with great ease using the ```datasets``` library :
```python