Instructions to use microsoft/deberta-v2-xxlarge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v2-xxlarge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v2-xxlarge")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v2-xxlarge", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Add TF checkpoint da58c8f
Update README.md 49273ea
Update deepspeed config a642358
Pengcheng He commited on
Update README.md ded16d8
Update README.md 145ff9a
Add DeBERTa v2 XXLarge(1.5B) model 19a66b8
Pengcheng He commited on
DeBERTa v2 XXLarge(1.5B) model bbc9e5a
Pengcheng He commited on