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 ·
50206fa
1
Parent(s): cc78e34
Upload vocab.txt
Browse files
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|