From 47460574466c0146c9268c402d97d1faf578e443 Mon Sep 17 00:00:00 2001 From: DingDing <32740627+ShengdingHu@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:44:44 +0800 Subject: [PATCH] Update README.md --- examples/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/README.md b/examples/README.md index 1d4da65..448dc0f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,15 +11,3 @@ Several toy tutorials: 2. Using interactive module selection 3. Work with [OpenPrompt](https://github.com/thunlp/OpenPrompt) -## examples_text-classification -Modify a huggingface text-classification examples into a delta tuning one. -Currently, GLUE datasets are supported in the scripts. Roberta-base is used for performance checking. Read README.md inside the repo for detailed usage. - -## examples_seq2seq -Modify a huggingface sequence to sequence examples into a delta tuning one. -Currently, SuperGLUE and GLUE datasets are supported in the scripts. T5-base is used for performance checking. Read README.md inside the repo for detailed usage. - - -## examples_image-classification -A toy example of using OpenDelta for a Computer Vision Pretrained Model (ViT). Since ViT is an experimental feature in huggingface transformers, this example is subject to Change at any moment. -