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
| { | |
| "epoch": 10.0, | |
| "eval_accuracy": 0.8447653429602888, | |
| "eval_loss": 0.541991114616394, | |
| "eval_runtime": 2.3399, | |
| "eval_samples": 277, | |
| "eval_samples_per_second": 118.379, | |
| "eval_steps_per_second": 2.137 | |
| } |