From 5bb4430edc7df9f9950d412d98bbe505cc4d328b Mon Sep 17 00:00:00 2001 From: Kadir Nar Date: Sat, 15 Jul 2023 00:47:50 +0300 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=97=20Docs]=20Fixed=20Incorrect=20Mig?= =?UTF-8?q?ration=20Link=20(#24793)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [🔗 Docs] Fixed Incorrect Migration Link * Update README.md Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 527cb32fb1..78cc3792af 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,6 @@ These implementations have been tested on several datasets (see the example scri | [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/main/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 | -| [Migration](https://huggingface.co/docs/transformers/migration) | Migrate to 🤗 Transformers from `pytorch-transformers` or `pytorch-pretrained-bert` | ## Citation