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:
- f18f2474ac0dbf6188d44a375fdc3e477f8f047dab11be0ae516e0e576731308
- Size of remote file:
- 11.3 MB
- SHA256:
- c35a3a69512eb328b4c29b79e99bc87824f1d97b64d41dceef5178b81984273b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.