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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a0ae7b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7994bc39221f7e5ef245dd5447cad71c2808e7a3c2ef23cac8f03878f6956b6c
size 89983661
|