mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +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
|
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
|
:class:`~transformers.Trainer`/:class:`~transformers.TFTrainer` or with native PyTorch/TensorFlow. See :doc:`training
|
||||||
<training>`.
|
<training>`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user