Feature Extraction
sentence-transformers
Safetensors
Serbian
roberta
sentence-similarity
emotion-detection
serbian
text-embeddings-inference
Instructions to use procesaur/Emo355 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use procesaur/Emo355 with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("procesaur/Emo355") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -194,6 +194,19 @@ print(plot_radar_chart(scores[0:8], LABELS[0:8], "blue", "emotion") + plot_radar
|
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
|
| 198 |
## Cit.
|
| 199 |
|
|
@@ -279,7 +292,9 @@ print(plot_radar_chart(scores[0:8], LABELS[0:8], "blue", "emotion") + plot_radar
|
|
| 279 |
width: 92px;
|
| 280 |
height:92px;
|
| 281 |
border-radius: 50%;
|
| 282 |
-
background-
|
|
|
|
|
|
|
| 283 |
}
|
| 284 |
|
| 285 |
.highlight{
|
|
|
|
| 194 |
</div>
|
| 195 |
</div>
|
| 196 |
|
| 197 |
+
<div class="inline-flex flex-col avatar-cont">
|
| 198 |
+
<div class="avatar-title">Funding</div>
|
| 199 |
+
<a href="https://fondzanauku.gov.rs/">
|
| 200 |
+
<div class="flex">
|
| 201 |
+
<div class="avatar-cover"
|
| 202 |
+
style="background-image: url(https://fondzanauku.gov.rs/wp-content/uploads/2019/04/FZN-logo-primary-light-1170x396.png)">
|
| 203 |
+
</div>
|
| 204 |
+
</div>
|
| 205 |
+
<div class="avatar-name">Fond za Nauku</div>
|
| 206 |
+
<div class="avatar-handle">@fondzanauku_rs</div>
|
| 207 |
+
</a>
|
| 208 |
+
</div>
|
| 209 |
+
</div>
|
| 210 |
|
| 211 |
## Cit.
|
| 212 |
|
|
|
|
| 292 |
width: 92px;
|
| 293 |
height:92px;
|
| 294 |
border-radius: 50%;
|
| 295 |
+
background-position: center;
|
| 296 |
+
background-size: contain;
|
| 297 |
+
background-repeat: no-repeat;
|
| 298 |
}
|
| 299 |
|
| 300 |
.highlight{
|