boltuix commited on
Commit
7a08898
Β·
verified Β·
1 Parent(s): 44a8478

Upload how_to_train_model.ipynb

Browse files
Files changed (1) hide show
  1. 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) | Offline & Fast\n",
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
- "πŸ” Trained on:\n",
 
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
- "⚑ Why NeuroFeel?\n",
27
  "Ultra-fast and low memory\n",
28
  "\n",
29
- "Edge-ready\n",
30
  "Great for emotional intelligence in devices\n",
31
  "\n",
32
- "πŸ”— Model: [NeuroFeel Model](https://huggingface.co/boltuix/NeuroFeel)"
33
  ]
34
  },
35
  {
36
  "cell_type": "code",
37
- "execution_count": 2,
38
  "metadata": {
39
  "colab": {
40
  "base_uri": "https://localhost:8080/",
@@ -442,7 +448,7 @@
442
  },
443
  {
444
  "cell_type": "code",
445
- "execution_count": 11,
446
  "metadata": {
447
  "colab": {
448
  "base_uri": "https://localhost:8080/"
@@ -996,7 +1002,7 @@
996
  },
997
  {
998
  "cell_type": "code",
999
- "execution_count": 13,
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
+ }