Instructions to use microsoft/mdeberta-v3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/mdeberta-v3-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="microsoft/mdeberta-v3-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/mdeberta-v3-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
7d66e84
1
Parent(s): a1052d3
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:698ea8844e1b68266b4c6f813e7548b244a3be833880db623427f99096cc820f
|
| 3 |
+
size 1113138184
|