Instructions to use microsoft/deberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-large")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-large", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 648b163
Add model type 1adc14f
Pengcheng He commited on
Update README.md 14d8a39
Update README.md 50102e6
Add vocab type config 9a8befc
Pengcheng He commited on
Fix model loading issue with older version of pytorch(<1.6) 97f5fe1
Pengcheng He commited on
Migrate model card from transformers-repo 54eadd6
Add tokenizer configuration cdfb5ea
Thomas Wolf commited on