Unverified Commit 79c720c0 authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

fix typo (#20006)

parent 831590f6
...@@ -437,7 +437,7 @@ Depending on your task, you'll typically pass the following parameters to [`Trai ...@@ -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`]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment