Instructions to use officeuseaitf2024/wallet_deberta_v10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use officeuseaitf2024/wallet_deberta_v10 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v3-small") model = PeftModel.from_pretrained(base_model, "officeuseaitf2024/wallet_deberta_v10") - Transformers
How to use officeuseaitf2024/wallet_deberta_v10 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("officeuseaitf2024/wallet_deberta_v10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5b0695e995926282b2dc8c77ae56c97019d604cd8be79561ffac664a5db01363
- Size of remote file:
- 1.38 kB
- SHA256:
- 1affeacd75b63d426d6d1d240671694cd431a255a841129141d62543f6292b8e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.