diff --git a/docs/source/en/preprocessing.md b/docs/source/en/preprocessing.md index 5927c22e6b..f08808433c 100644 --- a/docs/source/en/preprocessing.md +++ b/docs/source/en/preprocessing.md @@ -412,8 +412,7 @@ If you wish to normalize images as a part of the augmentation transformation, us and `image_processor.image_std` values. -3. Then use 🤗 Datasets [`set_transform`](https://huggingface.co/docs/datasets/process.html#format-transform) to apply the transforms on the fly: - +3. Then use 🤗 Datasets[`~datasets.Dataset.set_transform`] to apply the transforms on the fly: ```py >>> dataset.set_transform(transforms) ```