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