This commit is contained in:
Sourab Mangrulkar
2022-11-29 18:40:41 +05:30
parent 7c21cb456c
commit 91deee81e2
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
__version__ = "0.1.0.dev0"
from .pet_model import PETModel, PETModelForCausalLM, PETModelForSeq2SeqLM, PETModelForSequenceClassification
from .task_mapping import MODEL_TYPE_TO_PROMPT_MODEL_MAPPING
from .mapping import MODEL_TYPE_TO_PET_MODEL_MAPPING, PET_TYPE_TO_CONFIG_MAPPING, get_pet_config, get_pet_model
from .tuners import (
PrefixEncoder,
PrefixTuningConfig,