Skip to content

Commit 708071e

Browse files
Update 04_Base_Model.ipynb
1 parent 914f6ca commit 708071e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/04_Base_Model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"## Introduction\n",
1010
"\n",
11-
"This notebook documents the implementation and evaluation of the **Base Model**, our initial approach to speech emotion recognition. This model established our benchmark performance of **29.7% accuracy** on the 8-class emotion classification task.\n",
11+
"This notebook documents the implementation and evaluation of the **Base Model**, my initial approach to speech emotion recognition. This model established our benchmark performance of **29.7% accuracy** on the 8-class emotion classification task.\n",
1212
"\n",
1313
"While this performance may seem modest, it represents more than double the random chance accuracy (12.5%) and served as a critical foundation for subsequent architectural improvements.\n",
1414
"\n"
@@ -464,4 +464,4 @@
464464
},
465465
"nbformat": 4,
466466
"nbformat_minor": 4
467-
}
467+
}

0 commit comments

Comments
 (0)