Text Classification
Transformers
Safetensors
English
roberta
sentiment-analysis
poem-sentiment-detection
poem-sentiment
poem-sentiment-classification
sentiment-classification
Instructions to use AiManatee/RoBERTa_poem_sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AiManatee/RoBERTa_poem_sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AiManatee/RoBERTa_poem_sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AiManatee/RoBERTa_poem_sentiment") model = AutoModelForSequenceClassification.from_pretrained("AiManatee/RoBERTa_poem_sentiment") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#1 opened 8 months ago
by
Yuijiro