dejanseo/croatian-sentiment
Viewer • Updated • 30 • 14 • 1
How to use dejanseo/sentiment-croatian with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="dejanseo/sentiment-croatian") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("dejanseo/sentiment-croatian")
model = AutoModelForSequenceClassification.from_pretrained("dejanseo/sentiment-croatian")Croatian sentence sentiment classification model. A fine-tuned version of XLM-RoBERTa Large, trained and released by Dejan Marketing.
Interested in using this in an automated pipeline for bulk link prediction?
Please book an appointment to discuss your needs.
Base model
FacebookAI/xlm-roberta-large