Instructions to use microsoft/deberta-v3-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-small")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-small", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Model Weights
#5 opened over 1 year ago
by
j-garcia
Adding `safetensors` variant of this model
#4 opened over 2 years ago
by
SFconvertbot
Add architecture to model repo
#2 opened almost 4 years ago
by
osanseviero