sleeping4cat commited on
Commit
87ff734
·
verified ·
1 Parent(s): 7b32677

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,4 +1,4 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- The **Toronto Emotional Speech Set (TESS)** is a dataset consisting of emotionally charged speech recordings, designed for emotion recognition tasks. This repository provides precomputed **audio embeddings** from the TESS dataset, enabling quick and efficient use for classification tasks like speech emotion recognition. The embeddings are derived from state-of-the-art models, making it easier to apply machine learning algorithms without requiring raw audio preprocessing.
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ The **Toronto Emotional Speech Set (TESS)** is a dataset consisting of emotionally charged speech recordings, designed for emotion recognition tasks. This repository provides precomputed **audio embeddings** extracted using the [Music2Latent model](https://github.com/SonyCSLParis/music2latent). These embeddings are derived from the TESS dataset, available at [TESS dataset on Kaggle](https://www.kaggle.com/datasets/ejlok1/toronto-emotional-speech-set-tess), enabling quick and efficient use for tasks like speech emotion recognition. The embeddings can be directly used for classification tasks, without the need for raw audio preprocessing.