Put back open in colab markers (#14684)

This commit is contained in:
Sylvain Gugger
2021-12-09 12:00:06 -05:00
committed by GitHub
parent 3bc7d70e9c
commit bab1556456
9 changed files with 18 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ specific language governing permissions and limitations under the License.
# Fine-tuning a pretrained model
[[open-in-colab]]
In this tutorial, we will show you how to fine-tune a pretrained model from the Transformers library. In TensorFlow,
models can be directly trained using Keras and the `fit` method. In PyTorch, there is no generic training loop so
the 🤗 Transformers library provides an API with the class [`Trainer`] to let you fine-tune or train