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