Text Classification
Transformers
PyTorch
Safetensors
English
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use jantrienes/roberta-large-question-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jantrienes/roberta-large-question-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jantrienes/roberta-large-question-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jantrienes/roberta-large-question-classifier") model = AutoModelForSequenceClassification.from_pretrained("jantrienes/roberta-large-question-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e8c0878 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8f7d007681c7fac4efe338744ae0ead6b261215bad92b4852a05a8e9b609f753
size 4536
|