Text Classification
Transformers
Safetensors
English
bert
emotion
classification
neurobert
emojis
emotions
v1.0
sentiment-analysis
nlp
lightweight
chatbot
social-media
mental-health
short-text
emotion-detection
real-time
expressive
ai
machine-learning
english
inference
edge-ai
smart-replies
tone-analysis
contextual-ai
wearable-ai
Upload how_to_train_model.ipynb
Browse files- how_to_train_model.ipynb +17 -11
how_to_train_model.ipynb
CHANGED
|
@@ -2,16 +2,22 @@
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "markdown",
|
| 5 |
-
"metadata": {
|
|
|
|
|
|
|
| 6 |
"source": [
|
| 7 |
-
"π§ NeuroFeel β (Where AI Meets Emotion)
|
| 8 |
"NeuroFeel is a tiny emotion detection model built on NeuroBERT.\n",
|
| 9 |
"Itβs lightweight (~25MB), works offline, and is perfect for edge and mobile devices.\n",
|
| 10 |
"\n",
|
| 11 |
-
"
|
|
|
|
| 12 |
"π Boltuix Emotions Dataset β crafted for real, short-text emotional expressions.\n",
|
|
|
|
|
|
|
| 13 |
"π Dataset: [Emotions Dataset](https://huggingface.co/datasets/boltuix/emotions-dataset)\n",
|
| 14 |
"\n",
|
|
|
|
| 15 |
"π‘ Use NeuroFeel in:\n",
|
| 16 |
"π± Mobile apps\n",
|
| 17 |
"π Smart homes\n",
|
|
@@ -19,22 +25,22 @@
|
|
| 19 |
"π¬ Chatbots\n",
|
| 20 |
"π§ Mental health tools\n",
|
| 21 |
"\n",
|
| 22 |
-
"β€οΈ Understands 13 emotions like:\n",
|
| 23 |
"\n",
|
|
|
|
| 24 |
"Happy, Sad, Angry, Loved, Scared, Excited, and more.\n",
|
| 25 |
"\n",
|
| 26 |
-
"
|
| 27 |
"Ultra-fast and low memory\n",
|
| 28 |
"\n",
|
| 29 |
-
"Edge-ready
|
| 30 |
"Great for emotional intelligence in devices\n",
|
| 31 |
"\n",
|
| 32 |
-
"
|
| 33 |
]
|
| 34 |
},
|
| 35 |
{
|
| 36 |
"cell_type": "code",
|
| 37 |
-
"execution_count":
|
| 38 |
"metadata": {
|
| 39 |
"colab": {
|
| 40 |
"base_uri": "https://localhost:8080/",
|
|
@@ -442,7 +448,7 @@
|
|
| 442 |
},
|
| 443 |
{
|
| 444 |
"cell_type": "code",
|
| 445 |
-
"execution_count":
|
| 446 |
"metadata": {
|
| 447 |
"colab": {
|
| 448 |
"base_uri": "https://localhost:8080/"
|
|
@@ -996,7 +1002,7 @@
|
|
| 996 |
},
|
| 997 |
{
|
| 998 |
"cell_type": "code",
|
| 999 |
-
"execution_count":
|
| 1000 |
"metadata": {
|
| 1001 |
"colab": {
|
| 1002 |
"base_uri": "https://localhost:8080/"
|
|
@@ -3266,4 +3272,4 @@
|
|
| 3266 |
},
|
| 3267 |
"nbformat": 4,
|
| 3268 |
"nbformat_minor": 0
|
| 3269 |
-
}
|
|
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "markdown",
|
| 5 |
+
"metadata": {
|
| 6 |
+
"id": "vxAtbCt2Si2L"
|
| 7 |
+
},
|
| 8 |
"source": [
|
| 9 |
+
"π§ **NeuroFeel** β (Where AI Meets Emotion)\n",
|
| 10 |
"NeuroFeel is a tiny emotion detection model built on NeuroBERT.\n",
|
| 11 |
"Itβs lightweight (~25MB), works offline, and is perfect for edge and mobile devices.\n",
|
| 12 |
"\n",
|
| 13 |
+
"\n",
|
| 14 |
+
"**π Trained on:**\n",
|
| 15 |
"π Boltuix Emotions Dataset β crafted for real, short-text emotional expressions.\n",
|
| 16 |
+
"\n",
|
| 17 |
+
"\n",
|
| 18 |
"π Dataset: [Emotions Dataset](https://huggingface.co/datasets/boltuix/emotions-dataset)\n",
|
| 19 |
"\n",
|
| 20 |
+
"\n",
|
| 21 |
"π‘ Use NeuroFeel in:\n",
|
| 22 |
"π± Mobile apps\n",
|
| 23 |
"π Smart homes\n",
|
|
|
|
| 25 |
"π¬ Chatbots\n",
|
| 26 |
"π§ Mental health tools\n",
|
| 27 |
"\n",
|
|
|
|
| 28 |
"\n",
|
| 29 |
+
"β€οΈ Understands 13 emotions like:\n",
|
| 30 |
"Happy, Sad, Angry, Loved, Scared, Excited, and more.\n",
|
| 31 |
"\n",
|
| 32 |
+
"**β‘ Why NeuroFeel?**\n",
|
| 33 |
"Ultra-fast and low memory\n",
|
| 34 |
"\n",
|
| 35 |
+
"**Edge-ready**\n",
|
| 36 |
"Great for emotional intelligence in devices\n",
|
| 37 |
"\n",
|
| 38 |
+
"**π Model:** [NeuroFeel Model](https://huggingface.co/boltuix/NeuroFeel)"
|
| 39 |
]
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"cell_type": "code",
|
| 43 |
+
"execution_count": null,
|
| 44 |
"metadata": {
|
| 45 |
"colab": {
|
| 46 |
"base_uri": "https://localhost:8080/",
|
|
|
|
| 448 |
},
|
| 449 |
{
|
| 450 |
"cell_type": "code",
|
| 451 |
+
"execution_count": null,
|
| 452 |
"metadata": {
|
| 453 |
"colab": {
|
| 454 |
"base_uri": "https://localhost:8080/"
|
|
|
|
| 1002 |
},
|
| 1003 |
{
|
| 1004 |
"cell_type": "code",
|
| 1005 |
+
"execution_count": null,
|
| 1006 |
"metadata": {
|
| 1007 |
"colab": {
|
| 1008 |
"base_uri": "https://localhost:8080/"
|
|
|
|
| 3272 |
},
|
| 3273 |
"nbformat": 4,
|
| 3274 |
"nbformat_minor": 0
|
| 3275 |
+
}
|