OpenDeltaMirror/examples
shengdinghu ce7f992864 support bmtrain 2022-10-23 08:42:21 +00:00
..
examples_prompt merge parallel adapter 2022-10-17 06:37:17 +00:00
examples_text-classification/configs/adapter_roberta-base version 0.3.1 2022-10-17 09:02:45 +00:00
legacies version 0.3.1 2022-10-17 09:02:45 +00:00
tutorial support bmtrain 2022-10-23 08:42:21 +00:00
unittest support bmtrain 2022-10-23 08:42:21 +00:00
README.md first commit 2022-02-14 21:19:03 +08:00

README.md

Use Examples

This repo mainly contains several running scripts to use OpenDelta to conduct parameter-efficient training of various tasks.

Note that we suggest adding OpenDelta to existing scripts, instead of modify a scripts into the following examples. OpenDelta itself doens't restrict the training pipeline nor provide pipeline.

tutorial

Several toy tutorials:

  1. The scripts for docs/basic_usage
  2. Using interactive module selection
  3. Work with 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.