Update README.md
This commit is contained in:
parent
9ff2905551
commit
4746057446
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue