Instructions to use heavyhelium/electra-small-touche-rawplusctx-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use heavyhelium/electra-small-touche-rawplusctx-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="heavyhelium/electra-small-touche-rawplusctx-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("heavyhelium/electra-small-touche-rawplusctx-binary") model = AutoModelForSequenceClassification.from_pretrained("heavyhelium/electra-small-touche-rawplusctx-binary") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4f81a49 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc5901dd89bc4001eae56c39d102ead320c920268eead43685a352ba001b4959
size 5457
|