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
Commit ·
559062a
1
Parent(s): 3c477ed
Addition of Rust model
Browse files- rust_model.ot +3 -0
rust_model.ot
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:276aadc323988709f076fb489790103d28e64b80c72e9a3e19043d28f4c7c31a
|
| 3 |
+
size 742218621
|