ChristophSchuhmann commited on
Commit
89cb628
·
verified ·
1 Parent(s): 0aaf14e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-speech
5
+ tags:
6
+ - emotion
7
+ - tts
8
+ - speech-synthesis
9
+ - dacvae
10
+ pretty_name: Emotion Conditioning Test (DAC-VAE)
11
+ ---
12
+
13
+ # Emotion Conditioning Test - DAC-VAE
14
+
15
+ This dataset contains emotion-ranked subsets of speech samples encoded as DAC-VAE latents.
16
+
17
+ ## Contents
18
+
19
+ For each of the 40 emotion categories, the top 1000 samples (ranked by annotation score)
20
+ are packaged into a separate tar file. Each tar file contains triplets of files per sample:
21
+
22
+ - `{sample_key}.npy` — audio latent (DAC-VAE encoded)
23
+ - `{sample_key}.ref.npy` — speaker reference latent
24
+ - `{sample_key}.json` — metadata including text, caption, and annotation scores
25
+
26
+ ## Emotion Categories
27
+
28
+ Affection, Amusement, Anger, Astonishment/Surprise, Awe, Bitterness, Concentration,
29
+ Confusion, Contemplation, Contempt, Contentment, Disappointment, Disgust, Distress,
30
+ Doubt, Elation, Embarrassment, Emotional Numbness, Fatigue/Exhaustion, Fear,
31
+ Helplessness, Hope/Enthusiasm/Optimism, Impatience and Irritability, Infatuation,
32
+ Interest, Intoxication/Altered States, Jealousy & Envy, Longing, Malevolence/Malice,
33
+ Pain, Pleasure/Ecstasy, Pride, Relief, Sadness, Sexual Lust, Shame, Sourness,
34
+ Teasing, Thankfulness/Gratitude, Triumph
35
+
36
+ ## File Naming
37
+
38
+ Each tar file is named `{emotion}_{count}.tar` where count is the number of samples
39
+ (up to 1000).