Instructions to use jianqiang0213/mdeberta-v3-ZA-binary-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jianqiang0213/mdeberta-v3-ZA-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-ZA-binary-lora") - Transformers
How to use jianqiang0213/mdeberta-v3-ZA-binary-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jianqiang0213/mdeberta-v3-ZA-binary-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1524337 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30441c6663ff4e9ebbb9a5bbeff189e69968c057d1fb0ef615fa9913fd2b92f5
size 5905
|