This commit is contained in:
Steven Liu 2022-11-01 11:30:36 -07:00 committed by GitHub
parent 831590f6a9
commit 79c720c062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -437,7 +437,7 @@ Depending on your task, you'll typically pass the following parameters to [`Trai
```py
>>> 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`]: