Instructions to use Recognai/selectra_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Recognai/selectra_small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Recognai/selectra_small") model = AutoModelForPreTraining.from_pretrained("Recognai/selectra_small") - Notebooks
- Google Colab
- Kaggle
David commited on
Commit ·
34323c5
1
Parent(s): 536955a
Upload vocab.txt
Browse files
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|