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", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
822a879 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:efc3fad6fcdbd10b89f403dfdfcb4d295fff7684a2f3fd1e268f3e236af162f7
size 1621163920
|