From 97091acb8c5bd192a354375e58352694007b2390 Mon Sep 17 00:00:00 2001 From: Pierric Cistac Date: Wed, 31 Jul 2019 10:37:56 -0400 Subject: [PATCH] Small spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4905e5854..54c0ac94a1 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Here is a quick summary of what you should take care of when migrating from `pyt The main breaking change when migrating from `pytorch-pretrained-bert` to `pytorch-transformers` is that the models forward method always outputs a `tuple` with various elements depending on the model and the configuration parameters. -The exact content of the tuples for each model are detailled in the models' docstrings and the [documentation](https://huggingface.co/pytorch-transformers/). +The exact content of the tuples for each model are detailed in the models' docstrings and the [documentation](https://huggingface.co/pytorch-transformers/). In pretty much every case, you will be fine by taking the first element of the output as the output you previously used in `pytorch-pretrained-bert`.