Text Classification
Transformers
Safetensors
English
roberta
hazard-detection
text-embeddings-inference
Instructions to use Quintu/roberta-large-768-product with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Quintu/roberta-large-768-product with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Quintu/roberta-large-768-product")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Quintu/roberta-large-768-product") model = AutoModelForSequenceClassification.from_pretrained("Quintu/roberta-large-768-product") - Notebooks
- Google Colab
- Kaggle
Ctrl+K