Text Classification
Transformers
Safetensors
PEFT
English
roberta
sentiment-analysis
sequence-classification
lora
text-embeddings-inference
Instructions to use mishrabp/roberta-sentiment-analysis-merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mishrabp/roberta-sentiment-analysis-merged with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mishrabp/roberta-sentiment-analysis-merged")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mishrabp/roberta-sentiment-analysis-merged") model = AutoModelForSequenceClassification.from_pretrained("mishrabp/roberta-sentiment-analysis-merged") - PEFT
How to use mishrabp/roberta-sentiment-analysis-merged with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Ctrl+K