Instructions to use microsoft/deberta-xlarge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-xlarge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-xlarge")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-xlarge", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2ff306c
Update README.md 032f1e5
Update README.md 47068cc
Update README.md 9fb94ec
Update README.md 11875b4
Update README.md 0af3f44
Update README.md 0daadcb
Update README.md 830c04a
Update README.md 6cfe63c
DeBERTa XLarge model 90538f1
Pengcheng He commited on
Create deberta xlarge 750M model 1f2d52b
Pengcheng He commited on