From 2f869dc6651f9cf9253f4c5a43279027a0eccfc5 Mon Sep 17 00:00:00 2001 From: rish-16 Date: Sat, 20 Jul 2019 16:49:42 +0800 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484c3c47df..81bc1ab6bd 100644 --- a/README.md +++ b/README.md @@ -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