Instructions to use Recognai/selectra_medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Recognai/selectra_medium with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Recognai/selectra_medium") model = AutoModelForPreTraining.from_pretrained("Recognai/selectra_medium") - Notebooks
- Google Colab
- Kaggle
David commited on
Commit ·
01b9197
1
Parent(s): 50206fa
Upload tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": false, "strip_accents": true}
|