Instructions to use microsoft/deberta-v2-xlarge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v2-xlarge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v2-xlarge")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v2-xlarge", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Failed to run on multiple device.
#4 opened about 2 years ago
by
hjewr
Updates incorrect tokenizer configuration file
#3 opened about 2 years ago
by
lysandre
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot