Instructions to use shoarora/electra-small-owt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shoarora/electra-small-owt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="shoarora/electra-small-owt")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("shoarora/electra-small-owt") model = AutoModel.from_pretrained("shoarora/electra-small-owt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b47d5a5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a6c640bd9c20300fc401526a1ae2b788a2c94d02f370415dcb93d7420932fd82
size 69568492
|