Instructions to use bowphs/evacun2025 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bowphs/evacun2025 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bowphs/evacun2025", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -9387,6 +9387,6 @@
|
|
| 9387 |
},
|
| 9388 |
"clean_up_tokenization_spaces": false,
|
| 9389 |
"extra_special_tokens": {},
|
| 9390 |
-
"model_max_length":
|
| 9391 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 9392 |
}
|
|
|
|
| 9387 |
},
|
| 9388 |
"clean_up_tokenization_spaces": false,
|
| 9389 |
"extra_special_tokens": {},
|
| 9390 |
+
"model_max_length": 1024,
|
| 9391 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 9392 |
}
|