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 ·
da58c8f
1
Parent(s): 49273ea
Add TF checkpoint
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e92d79a2d0753f65c12811e1988f6720a55665924bd959351f303386628fc221
|
| 3 |
+
size 6259212624
|