Instructions to use howey/electra-large-rte with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/electra-large-rte with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="howey/electra-large-rte")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("howey/electra-large-rte") model = AutoModelForSequenceClassification.from_pretrained("howey/electra-large-rte", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
1559a3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e7a857b5da9da7895cc0732bb8bb6673e8a1012be51cb8a553e39112b84161f3
size 1340745298
|