Instructions to use microsoft/deberta-xxlarge-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-xxlarge-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/deberta-xxlarge-v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Pengcheng He commited on
Commit ·
f46e2d7
1
Parent(s): 57c0dd6
Add model type
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "deberta",
|
| 3 |
"attention_probs_dropout_prob": 0.1,
|
| 4 |
"hidden_act": "gelu",
|
| 5 |
"hidden_dropout_prob": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "deberta-v2",
|
| 3 |
"attention_probs_dropout_prob": 0.1,
|
| 4 |
"hidden_act": "gelu",
|
| 5 |
"hidden_dropout_prob": 0.1,
|