Instructions to use microsoft/deberta-v3-xsmall with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-xsmall with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-xsmall")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-xsmall", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
14809e4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e96369113d0ea430d5827a651182f3079438ef1191b608a312b893ce98052c0a
size 241453931
|