Instructions to use WENGSYX/Deberta-Chinese-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WENGSYX/Deberta-Chinese-Large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WENGSYX/Deberta-Chinese-Large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
YixuanWeng commited on
Commit ·
b0955dd
1
Parent(s): cb17ac0
Create tokenizer_config.json
Browse files- tokenizer_config.json +1 -3
tokenizer_config.json
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"do_lower_case": false,
|
| 3 |
-
}
|
|
|
|
| 1 |
+
{}
|
|
|
|
|
|