Fix two typos in docs (#11852)

* typo2

* fix typo
This commit is contained in:
Nick Lane-Smith
2021-05-24 11:26:02 -07:00
committed by GitHub
parent 8a2a3a25af
commit eaab9397cd
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ directly create a PyTorch version of your TensorFlow model:
.. code-block:: python
from transfomers import AutoModel
from transformers import AutoModel
model = AutoModel.from_pretrained(save_directory, from_tf=True)