fix typo (#20006)
This commit is contained in:
@@ -437,7 +437,7 @@ Depending on your task, you'll typically pass the following parameters to [`Trai
|
|||||||
```py
|
```py
|
||||||
>>> from datasets import load_dataset
|
>>> from datasets import load_dataset
|
||||||
|
|
||||||
>>> dataset = load_dataset("rottten_tomatoes")
|
>>> dataset = load_dataset("rotten_tomatoes")
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Create a function to tokenize the dataset, and apply it over the entire dataset with [`~datasets.Dataset.map`]:
|
5. Create a function to tokenize the dataset, and apply it over the entire dataset with [`~datasets.Dataset.map`]:
|
||||||
|
|||||||
Reference in New Issue
Block a user