Multiple typo fixes in NLP, Audio docs (#35181)

Fixed multiple typos in Tutorials, NLP, and Audio sections
This commit is contained in:
Henry Hyeonmok Ko
2024-12-10 09:08:55 -08:00
committed by GitHub
parent 425af6cdc2
commit 52d135426f
6 changed files with 8 additions and 8 deletions

View File

@@ -283,7 +283,7 @@ Pass your `compute_metrics` function to [`~transformers.KerasMetricCallback`]:
```py
>>> from transformers.keras_callbacks import KerasMetricCallback
>>> metric_callback = KerasMetricCallback(metric_fn=compute_metrics, eval_dataset=tf_validation_set)
>>> metric_callback = KerasMetricCallback(metric_fn=compute_metrics, eval_dataset=tf_test_set)
```
Specify where to push your model and tokenizer in the [`~transformers.PushToHubCallback`]: