From b2a1c994cba847278c551dfd8f8d08d5c7ac9d20 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Thu, 10 Mar 2022 12:09:05 +0100 Subject: [PATCH] [README] fix url for Preprocessing tutorial (#16042) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f44d96953..f3f2a65017 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ These implementations have been tested on several datasets (see the example scri |-|-| | [Documentation](https://huggingface.co/docs/transformers/) | Full API documentation and tutorials | | [Task summary](https://huggingface.co/docs/transformers/task_summary) | Tasks supported by 🤗 Transformers | -| [Preprocessing tutorial](https://huggingface.co/docstransformers/preprocessing) | Using the `Tokenizer` class to prepare data for the models | +| [Preprocessing tutorial](https://huggingface.co/docs/transformers/preprocessing) | Using the `Tokenizer` class to prepare data for the models | | [Training and fine-tuning](https://huggingface.co/docs/transformers/training) | Using the models provided by 🤗 Transformers in a PyTorch/TensorFlow training loop and the `Trainer` API | | [Quick tour: Fine-tuning/usage scripts](https://github.com/huggingface/transformers/tree/master/examples) | Example scripts for fine-tuning models on a wide range of tasks | | [Model sharing and uploading](https://huggingface.co/docs/transformers/model_sharing) | Upload and share your fine-tuned models with the community |