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. -