Fixed typo

This commit is contained in:
rish-16 2019-07-20 16:49:42 +08:00 committed by Julien Chaumond
parent a615499076
commit 2f869dc665
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ python -m pytest -sv ./examples/
## Quick tour
Let's do a very quick overview of PyTorch-Transformers. Detailled examples for each model architecture (Bert, GPT, GPT-2, Transformer-XL, XLNet and XLM) can be found in the [full documentation](https://huggingface.co/pytorch-transformers/).
Let's do a very quick overview of PyTorch-Transformers. Detailed examples for each model architecture (Bert, GPT, GPT-2, Transformer-XL, XLNet and XLM) can be found in the [full documentation](https://huggingface.co/pytorch-transformers/).
```python
import torch