mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix typo (#14056)
This commit is contained in:
parent
7a3147e9b8
commit
9eda0d156d
@ -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
|
||||
<training>`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user