Instructions to use quasar529/cola-deberta_initialize_dW_B_with_svd_by_head with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use quasar529/cola-deberta_initialize_dW_B_with_svd_by_head 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_B_with_svd_by_head") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
be49a71 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb827874aaa9e2a587bb6ea20fbdc00670a67d38132769b4f253b193389b8da9
size 4759784
|