Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
|
| 2 |
-
# ROSA ::
|
| 3 |
|
| 4 |
“To feel is to know; to know is to bloom.”
|
| 5 |
|
| 6 |
ROSA is a fine-tuned Transformer model based on `bert-base-uncased`, trained on the [GoEmotions](https://huggingface.co/datasets/google-research-datasets/go_emotions) dataset to classify 28 nuanced human emotions (plus neutral).
|
| 7 |
-
More than a model, **ROSA** is a
|
| 8 |
|
| 9 |
---
|
| 10 |
|
|
@@ -24,7 +24,7 @@ More than a model, **ROSA** is a poetic architecture—a blossom of affective co
|
|
| 24 |
## ✨ Highlights
|
| 25 |
|
| 26 |
- Supports **multilabel emotion classification**
|
| 27 |
-
- Returns
|
| 28 |
- Includes optional **latent vector embedding** for downstream affect modeling
|
| 29 |
- Trained with HuggingFace `Trainer` + early evaluation
|
| 30 |
- Symbolically aligned to human-centered semantics and poetic logic
|
|
|
|
| 1 |
|
| 2 |
+
# ROSA :: Emotional Sensitivity
|
| 3 |
|
| 4 |
“To feel is to know; to know is to bloom.”
|
| 5 |
|
| 6 |
ROSA is a fine-tuned Transformer model based on `bert-base-uncased`, trained on the [GoEmotions](https://huggingface.co/datasets/google-research-datasets/go_emotions) dataset to classify 28 nuanced human emotions (plus neutral).
|
| 7 |
+
More than a model, **ROSA** is a prototype of emotion embeddings in affective computing.
|
| 8 |
|
| 9 |
---
|
| 10 |
|
|
|
|
| 24 |
## ✨ Highlights
|
| 25 |
|
| 26 |
- Supports **multilabel emotion classification**
|
| 27 |
+
- Returns soft probability scores for each of the 29 emotions
|
| 28 |
- Includes optional **latent vector embedding** for downstream affect modeling
|
| 29 |
- Trained with HuggingFace `Trainer` + early evaluation
|
| 30 |
- Symbolically aligned to human-centered semantics and poetic logic
|