Instructions to use quasar529/cola-deberta_initialize_dW_A_with_svd_from_back with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use quasar529/cola-deberta_initialize_dW_A_with_svd_from_back with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v2-xxlarge") model = PeftModel.from_pretrained(base_model, "quasar529/cola-deberta_initialize_dW_A_with_svd_from_back") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
97eb8c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:07ecce7b02cda7916b28033571cab3676b4b524acec2fafb6d8d0bbca01b3990
size 18916000
|