dejanseo commited on
Commit
d80472e
·
verified ·
1 Parent(s): 78c7ec1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -18
README.md CHANGED
@@ -37,12 +37,11 @@ datasets:
37
  spaces:
38
  - dejanseo/sentiment
39
  ---
40
-
41
  Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
42
 
43
  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.
44
 
45
- This is a demo model which may occasionally misclassify 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.
46
 
47
  # Engage Our Team
48
  Interested in using this in an automated pipeline for bulk URL and text processing?
@@ -68,19 +67,3 @@ sentiment_labels = {
68
  # Sources of Training Data
69
 
70
  Synthetic. Llama3.
71
-
72
- # Try the Demo
73
-
74
- <iframe
75
- src="https://huggingface.co/spaces/dejanseo/sentiment"
76
- width="100%"
77
- height="600"
78
- ></iframe>
79
-
80
- # Dataset
81
-
82
- <iframe
83
- src="https://huggingface.co/datasets/dejanseo/sentiment"
84
- width="100%"
85
- height="600"
86
- ></iframe>
 
37
  spaces:
38
  - dejanseo/sentiment
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.
45
 
46
  # Engage Our Team
47
  Interested in using this in an automated pipeline for bulk URL and text processing?
 
67
  # Sources of Training Data
68
 
69
  Synthetic. Llama3.