Instructions to use hf-tiny-model-private/tiny-random-ElectraForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-ElectraForSequenceClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hf-tiny-model-private/tiny-random-ElectraForSequenceClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-ElectraForSequenceClassification") model = AutoModelForSequenceClassification.from_pretrained("hf-tiny-model-private/tiny-random-ElectraForSequenceClassification") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
1d2bb88 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2a9e254704bd1a18e38d6de507c481d4ed88d2eabcb219eae46cb5b45a570510
size 1017964
|