mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
fix typo (#20006)
This commit is contained in:
parent
831590f6a9
commit
79c720c062
@ -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`]:
|
||||
|
Loading…
Reference in New Issue
Block a user