From 9eda0d156dcf34203e3f7ea5ad220c960fd3227b Mon Sep 17 00:00:00 2001 From: Ihor Omelchenko Date: Tue, 19 Oct 2021 01:03:39 +0300 Subject: [PATCH] Fix typo (#14056) --- docs/source/custom_datasets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/custom_datasets.rst b/docs/source/custom_datasets.rst index 6f92eb09da..8c552ab50e 100644 --- a/docs/source/custom_datasets.rst +++ b/docs/source/custom_datasets.rst @@ -143,7 +143,7 @@ can be easily batched such that each key in the batch encoding corresponds to a test_labels )) -Now that our datasets our ready, we can fine-tune a model either with the 🤗 +Now that our datasets are ready, we can fine-tune a model either with the 🤗 :class:`~transformers.Trainer`/:class:`~transformers.TFTrainer` or with native PyTorch/TensorFlow. See :doc:`training `.