Instructions to use microsoft/deberta-v3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v3-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/deberta-v3-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-v3-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Generator Model
#3
by prajwal967 - opened
Is it possible to have the generator model released as well?
Currently only the deberta-v3-xsmall has both the discriminator and generator
Also interested in this. Is it possible?
they have released the generator for the small and large models as well. But still not the base.