chore: fix typos (#26756)

This commit is contained in:
Heinz-Alexander Fuetterer
2023-10-12 18:00:27 +02:00
committed by GitHub
parent a243cdca2a
commit 883ed4b344
7 changed files with 8 additions and 8 deletions

View File

@@ -306,7 +306,7 @@ Create a function to preprocess the dataset so the audio samples are the same le
... return inputs
```
Apply the `preprocess_function` to the the first few examples in the dataset:
Apply the `preprocess_function` to the first few examples in the dataset:
```py
>>> processed_dataset = preprocess_function(dataset[:5])