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
- Xet hash:
- 0860bbd1c11d9c69360dcda7419f56cc85f1f5ed440effa5778294a4725a377b
- Size of remote file:
- 5.91 kB
- SHA256:
- 30441c6663ff4e9ebbb9a5bbeff189e69968c057d1fb0ef615fa9913fd2b92f5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.