Update README.md
Browse files
README.md
CHANGED
|
@@ -2,28 +2,38 @@
|
|
| 2 |
license: bigscience-openrail-m
|
| 3 |
pipeline_tag: text-classification
|
| 4 |
widget:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
language:
|
| 26 |
- en
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
| 29 |
|
|
|
|
| 2 |
license: bigscience-openrail-m
|
| 3 |
pipeline_tag: text-classification
|
| 4 |
widget:
|
| 5 |
+
- example_title: Example 1
|
| 6 |
+
text: >-
|
| 7 |
+
The concert last night was an unforgettable experience filled with amazing
|
| 8 |
+
performances.
|
| 9 |
+
- example_title: Example 2
|
| 10 |
+
text: >-
|
| 11 |
+
I found the book to be quite insightful and it provided a lot of valuable
|
| 12 |
+
information.
|
| 13 |
+
- example_title: Example 3
|
| 14 |
+
text: The weather today is pretty average, not too hot and not too cold.
|
| 15 |
+
- example_title: Example 4
|
| 16 |
+
text: >-
|
| 17 |
+
Although the service was slow, the food at the restaurant was quite
|
| 18 |
+
enjoyable.
|
| 19 |
+
- example_title: Example 5
|
| 20 |
+
text: The new software update has caused more problems than it fixed.
|
| 21 |
+
- example_title: Example 6
|
| 22 |
+
text: The customer support team was unhelpful and I had a frustrating experience.
|
| 23 |
+
- example_title: Example 7
|
| 24 |
+
text: I had a fantastic time exploring the city and discovering new places.
|
| 25 |
+
- example_title: Example 8
|
| 26 |
+
text: The meeting was very productive and we accomplished all our goals.
|
| 27 |
+
- example_title: Example 9
|
| 28 |
+
text: This is the worst purchase I've ever made and I regret buying it.
|
| 29 |
+
- example_title: Example 10
|
| 30 |
+
text: >-
|
| 31 |
+
I am extremely pleased with the results of the project and how smoothly
|
| 32 |
+
everything went.
|
| 33 |
language:
|
| 34 |
- en
|
| 35 |
+
datasets:
|
| 36 |
+
- dejanseo/sentiment
|
| 37 |
---
|
| 38 |
Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
| 39 |
|