Instructions to use souraviithmds/debertav2-lora-swag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use souraviithmds/debertav2-lora-swag with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v2-xlarge") model = PeftModel.from_pretrained(base_model, "souraviithmds/debertav2-lora-swag") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository