Skip to content

Commit cc40530

Browse files
authored
Update the beans dataset link in Preprocess (#7659)
Update the beans dataset link in Prprocess In the Preprocess tutorial, the to "the beans dataset" is incorrect. Fixed.
1 parent 970a0df commit cc40530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/use_dataset.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Use the [`~Dataset.cast_column`] function and set the `sampling_rate` parameter
154154

155155
The most common preprocessing you'll do with image datasets is _data augmentation_, a process that introduces random variations to an image without changing the meaning of the data. This can mean changing the color properties of an image or randomly cropping an image. You are free to use any data augmentation library you like, and 🤗 Datasets will help you apply your data augmentations to your dataset.
156156

157-
**1**. Start by loading the [Beans](https://huggingface.co/datasets/beans) dataset, the `Image` feature, and the feature extractor corresponding to a pretrained [ViT](https://huggingface.co/google/vit-base-patch16-224-in21k) model:
157+
**1**. Start by loading the [Beans](https://huggingface.co/datasets/AI-Lab-Makerere/beans) dataset, the `Image` feature, and the feature extractor corresponding to a pretrained [ViT](https://huggingface.co/google/vit-base-patch16-224-in21k) model:
158158

159159
```py
160160
>>> from transformers import AutoFeatureExtractor

0 commit comments

Comments
 (0)