Downloads · 30 days
79
0% of all-time downloads
dejanseo/sentiment
sentiment is a text classification model from dejanseo. Use it when you need a label for a piece of text. It is set up for transformers. The card lists the license as bigscience-openrail-m.
Multi-label sentiment classification model developed by Dejan Marketing.
Downloads · 30 days
79
0% of all-time downloads
All-time downloads
21.2K
Public
Parameters
11.7M
163 MB on disk
Likes
3
Public
Click a slice to open those files.
.pt93.5 MB · 61%
From the Hugging Face model README
Multi-label sentiment classification model developed by Dejan Marketing.
To see this model in action visit: Sentiment Tool
The model is designed to be deployed in an automated pipeline capable of classifying text sentiment for thousands (or even millions) of text chunks or as a part of a scraping pipeline.
This is a demo model which may occassionally misclasify some texts. In a typical commercial project, a larger model is deployed for the task, and in special cases, a domain-specific model is developed for the client.
Interested in using this in an automated pipeline for bulk URL and text processing?
Please book an appointment to discuss your needs.
albert/albert-base-v2
sentiment_labels = {
0: "very positive",
1: "positive",
2: "somewhat positive",
3: "neutral",
4: "somewhat negative",
5: "negative",
6: "very negative"
}
Synthetic. Llama3.