Update README.md
Browse files
README.md
CHANGED
|
@@ -39,6 +39,8 @@ spaces:
|
|
| 39 |
---
|
| 40 |
Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
| 41 |
|
|
|
|
|
|
|
| 42 |
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.
|
| 43 |
|
| 44 |
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.
|
|
|
|
| 39 |
---
|
| 40 |
Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
|
| 41 |
|
| 42 |
+
To see this model in action visit: [Sentiment Tool](https://dejanmarketing.com/tools/sentiment/)
|
| 43 |
+
|
| 44 |
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.
|
| 45 |
|
| 46 |
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.
|