Instructions to use jianqiang0213/mdeberta-v3-MX-binary-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jianqiang0213/mdeberta-v3-MX-binary-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/mdeberta-v3-base") model = PeftModel.from_pretrained(base_model, "jianqiang0213/mdeberta-v3-MX-binary-lora") - Transformers
How to use jianqiang0213/mdeberta-v3-MX-binary-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jianqiang0213/mdeberta-v3-MX-binary-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5b4793d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25784bd60b1674a7ebe34ccd38e5116d69adba66237d01205e64dd5fba8da107
size 5905
|