File size: 2,371 Bytes
0c7180f
aab804c
 
 
1dde127
aab804c
0c7180f
 
fbc4731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0c7180f
 
 
fbc4731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: other
license_name: link-attribution
license_link: https://dejanmarketing.com/link-attribution/
base_model: albert-base-v2

datasets:
- dejanseo/good-vibes
widget:
- example_title: Example 1
  text: >-
    The concert last night was an unforgettable experience filled with amazing
    performances.
- example_title: Example 2
  text: >-
    I found the book to be quite insightful and it provided a lot of valuable
    information.
- example_title: Example 3
  text: The weather today is pretty average, not too hot and not too cold.
- example_title: Example 4
  text: >-
    Although the service was slow, the food at the restaurant was quite
    enjoyable.
- example_title: Example 5
  text: The new software update has caused more problems than it fixed.
- example_title: Example 6
  text: The customer support team was unhelpful and I had a frustrating experience.
- example_title: Example 7
  text: I had a fantastic time exploring the city and discovering new places.
- example_title: Example 8
  text: The meeting was very productive and we accomplished all our goals.
- example_title: Example 9
  text: This is the worst purchase I've ever made and I regret buying it.
- example_title: Example 10
  text: >-
    I am extremely pleased with the results of the project and how smoothly
    everything went.
language:
- en
pipeline_tag: text-classification
---

Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).

To see this model in action visit: [Good Vibes Tool](https://dejanmarketing.com/tools/good-vibes/)

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.

# Engage Our Team
Interested in using this in an automated pipeline for bulk URL and text processing?

Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.

# Base Model

albert/albert-base-v2

## Labels
```py
sentiment_labels = {
    0: "Good Vibes",
    1: "No Vibes",
    2: "Bad Vibes"
}
```
# Sources of Training Data

Synthetic. Mistral.