Fix some writing issues in the docs (#14136)

* Fix some writing issues in the docs

* Run code quality check
This commit is contained in:
Reza Gharibi
2021-10-25 15:18:02 +03:30
committed by GitHub
parent 2ac65551ea
commit 3e04a41a9b
9 changed files with 28 additions and 28 deletions

View File

@@ -13,8 +13,8 @@
Converting Tensorflow Checkpoints
=======================================================================================================================
A command-line interface is provided to convert original Bert/GPT/GPT-2/Transformer-XL/XLNet/XLM checkpoints in models
than be loaded using the ``from_pretrained`` methods of the library.
A command-line interface is provided to convert original Bert/GPT/GPT-2/Transformer-XL/XLNet/XLM checkpoints to models
that can be loaded using the ``from_pretrained`` methods of the library.
.. note::
Since 2.3.0 the conversion script is now part of the transformers CLI (**transformers-cli**) available in any