How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="dejanseo/BERTic-sentiment")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("dejanseo/BERTic-sentiment")
model = AutoModelForSequenceClassification.from_pretrained("dejanseo/BERTic-sentiment")
Quick Links

Croatian Sentiment

Croatian sentence sentiment classification model. A fine-tuned version of BERTic, trained and released by Dejan Marketing.

Sentiment Labels

  • 0: positive
  • 1: neutral
  • 2: negative

Engage Our Team

Interested in using this in an automated pipeline for bulk link prediction?

Please book an appointment to discuss your needs.

Training Data:

  • Synthetic dataset generated using mistralai/Mistral-7B-Instruct-v0.3
Downloads last month
6
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dejanseo/BERTic-sentiment

Finetuned
(12)
this model

Dataset used to train dejanseo/BERTic-sentiment

Spaces using dejanseo/BERTic-sentiment 2