janaab commited on
Commit
fea3e61
·
verified ·
1 Parent(s): 1c9f05b

Reformat dataset for Dataset Viewer + add Dataset Card

Browse files

As discussed in #1:
- Replace emotions.zip with AudioFolder structure (metadata.csv + wav files per emotion)
- Add Dataset Card with overview, composition, and recommended uses
- Add datasheet.md following the Datasheets for Datasets framework

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +83 -3
  2. data/angry/Anger-1.wav +3 -0
  3. data/angry/Anger-10.wav +3 -0
  4. data/angry/Anger-100.wav +3 -0
  5. data/angry/Anger-101.wav +3 -0
  6. data/angry/Anger-102.wav +3 -0
  7. data/angry/Anger-103.wav +3 -0
  8. data/angry/Anger-104.wav +3 -0
  9. data/angry/Anger-105.wav +3 -0
  10. data/angry/Anger-106.wav +3 -0
  11. data/angry/Anger-107.wav +3 -0
  12. data/angry/Anger-108.wav +3 -0
  13. data/angry/Anger-109.wav +3 -0
  14. data/angry/Anger-11.wav +3 -0
  15. data/angry/Anger-110.wav +3 -0
  16. data/angry/Anger-111.wav +3 -0
  17. data/angry/Anger-112.wav +3 -0
  18. data/angry/Anger-113.wav +3 -0
  19. data/angry/Anger-114.wav +3 -0
  20. data/angry/Anger-115.wav +3 -0
  21. data/angry/Anger-116.wav +3 -0
  22. data/angry/Anger-117.wav +3 -0
  23. data/angry/Anger-118.wav +3 -0
  24. data/angry/Anger-119.wav +3 -0
  25. data/angry/Anger-12.wav +3 -0
  26. data/angry/Anger-120.wav +3 -0
  27. data/angry/Anger-121.wav +3 -0
  28. data/angry/Anger-122.wav +3 -0
  29. data/angry/Anger-123.wav +3 -0
  30. data/angry/Anger-124.wav +3 -0
  31. data/angry/Anger-125.wav +3 -0
  32. data/angry/Anger-126.wav +3 -0
  33. data/angry/Anger-127.wav +3 -0
  34. data/angry/Anger-128.wav +3 -0
  35. data/angry/Anger-129.wav +3 -0
  36. data/angry/Anger-13.wav +3 -0
  37. data/angry/Anger-130.wav +3 -0
  38. data/angry/Anger-131.wav +3 -0
  39. data/angry/Anger-132.wav +3 -0
  40. data/angry/Anger-133.wav +3 -0
  41. data/angry/Anger-134.wav +3 -0
  42. data/angry/Anger-135.wav +3 -0
  43. data/angry/Anger-136.wav +3 -0
  44. data/angry/Anger-137.wav +3 -0
  45. data/angry/Anger-138.wav +3 -0
  46. data/angry/Anger-139.wav +3 -0
  47. data/angry/Anger-14.wav +3 -0
  48. data/angry/Anger-140.wav +3 -0
  49. data/angry/Anger-141.wav +3 -0
  50. data/angry/Anger-142.wav +3 -0
README.md CHANGED
@@ -1,3 +1,83 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-to-speech
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 1K<n<10K
8
+ license: cc-by-nc-4.0
9
+ tags:
10
+ - emotion
11
+ - tts
12
+ - indian-english
13
+ ---
14
+
15
+ # Emotion TTS Dataset
16
+
17
+ The first public dataset for emotional text-to-speech in an Indian English accent. It contains ~30 minutes of emotional speech recordings per emotion from a single female speaker, designed for training low-resource emotional TTS systems.
18
+
19
+ ## Dataset Overview
20
+
21
+ | Property | Value |
22
+ |----------|-------|
23
+ | **Speaker** | Single female (Indian English accent) |
24
+ | **Sample Rate** | 22.05 kHz |
25
+ | **Format** | WAV |
26
+ | **Total Duration** | ~240 minutes |
27
+ | **Total Samples** | 2,843 |
28
+ | **Emotions** | 8 (angry, apologetic, base, calm, excited, fear, happy, sad) |
29
+
30
+ ## Data Composition
31
+
32
+ Each instance is a text-audio pair where the audio represents the text spoken with a specific emotional inflection.
33
+
34
+ ### Instance Fields
35
+
36
+ - `file_name` — path to the audio file
37
+ - `text` — transcribed text
38
+ - `emotion` — emotion label
39
+
40
+ ### Samples per Emotion
41
+
42
+ | Emotion | Count |
43
+ |---------|-------|
44
+ | Base (neutral) | 410 |
45
+ | Excited | 391 |
46
+ | Angry | 370 |
47
+ | Happy | 360 |
48
+ | Calm | 348 |
49
+ | Fear | 339 |
50
+ | Sad | 335 |
51
+ | Apologetic | 290 |
52
+
53
+ ### Notes on Composition
54
+
55
+ - The dataset contains non-correlated text-emotion pairs — the text content does not necessarily match the conveyed emotion.
56
+ - This is a random sampling of ~30 minutes per emotion from a larger collection spanning 1–5 hours per emotion.
57
+ - No recommended train/test split is provided.
58
+
59
+ ## Recommended Uses
60
+
61
+ - Low-resource emotional TTS for Indian English
62
+ - Transfer learning for emotional prosody
63
+ - Single-speaker emotion recognition
64
+ - Acoustic-emotional information disentanglement from text sentiment
65
+
66
+ ## Datasheet
67
+
68
+ See [datasheet.md](./datasheet.md) for the full [Datasheets for Datasets](https://arxiv.org/abs/1803.09010) documentation.
69
+
70
+ ## License
71
+
72
+ CC BY-NC 4.0
73
+
74
+ ## Citation
75
+
76
+ ```bibtex
77
+ @misc{emotion-tts-2021,
78
+ title={Emotional TTS Dataset in Indian English},
79
+ author={Swaraj Dalmia and Kaustav Tamuly and Pulkit Mishra and Shangeth Raaja and Kumarmanas Nethil and Abhinav Tushar},
80
+ year={2021},
81
+ url={https://github.com/skit-ai/emotion-tts-dataset}
82
+ }
83
+ ```
data/angry/Anger-1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eecf8a0e1a863473b0698feb873966972198f1b1f8876fd5b072ed6343a5b02a
3
+ size 133932
data/angry/Anger-10.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd0ff10bb509aea007cfe3da54e570549a8ec0a305515278a0d5901a2f27c79
3
+ size 72898
data/angry/Anger-100.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13b8f00da37903f462251d99ac5d85b69a9c010259d84adbc99526a9d204de9
3
+ size 128596
data/angry/Anger-101.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef2da31bc9fce63195a7b883974003255624a76cd4851964104e0d75d5d6bc1
3
+ size 300586
data/angry/Anger-102.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a62278b383af5367a67f414efa080baf3edc978802eb2a7f5c5e16da21b9bf2
3
+ size 63990
data/angry/Anger-103.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e08eed07c6b26a5512dd651e1d5620920ba840209804f8f9339336b8244c666
3
+ size 204008
data/angry/Anger-104.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ed539e9d87dff0dc9c8d3d5df8cc473afeeaa2895b9fe5cdabc9ceefc808a8
3
+ size 267246
data/angry/Anger-105.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6c4abb19f070ff652a4fe048f05b868f782762c484ac2c3929a3660cdd4cde
3
+ size 303894
data/angry/Anger-106.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e97f3f872084638f3f966e12e9dfa5fd87e10d2dba7b1acd5406ce68ff26bb0
3
+ size 292208
data/angry/Anger-107.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dae8c840d4b0bcc6e0fd4a6d5a9ed9cca0dfff567a973106ecb3383001349cac
3
+ size 142136
data/angry/Anger-108.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3615ffd475d9bb8a727aa6a5f423421e12451b769e18e8c922a4417d9f8196
3
+ size 477824
data/angry/Anger-109.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c35379a6faff2aeaf181a2d2691793d3bf172a90cb6be1a9b7d27ea05b06013
3
+ size 76250
data/angry/Anger-11.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9118cd27f42087455427155500214f763a6f38553830d374b95716a6b405babe
3
+ size 237744
data/angry/Anger-110.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1746a57bd051a365adadcd3dc01098ae0fdef81a4752531a4c05309874eeccd9
3
+ size 192100
data/angry/Anger-111.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1950b43265a8e6921e78e5108ee252acd90697290578741d967b5b8238b94df0
3
+ size 64960
data/angry/Anger-112.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d99f801016b53f3d608ad1291fd050374d0b13a351391ba7eab903b70cc0d1eb
3
+ size 371544
data/angry/Anger-113.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46f7f5a39bacdb2e14cb2b8f9fbd98c8d919f8a923273b68e8973b2d28e48a7
3
+ size 500492
data/angry/Anger-114.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c6c59fc1cff5a48f85d0377fc8f41377de46d0392b7961e42ba5f802bf366d
3
+ size 213886
data/angry/Anger-115.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1165e0853d0063c7f6e8757de86071c63c6c99bf7fe5e5ac614ebcbd0e42acf
3
+ size 189852
data/angry/Anger-116.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337a7d39c4cc706fe209f7eb647d288c30bd1d8ca4addf3dc2306a3312d71e68
3
+ size 351478
data/angry/Anger-117.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81594282843dab38ec7e074002852be7f7e4c6a4c159e8d6df688f8a81ee953f
3
+ size 78322
data/angry/Anger-118.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6017cecf8ba560aacacf23c142eb0809474b36148883d0dbc73ede3614c79dcf
3
+ size 218604
data/angry/Anger-119.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df0642abb1a6db3369d57dc30ffc5b881b3af4f5f03a133e674a08f344ccf74
3
+ size 81894
data/angry/Anger-12.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63646e60180b9a8f80c9c593616c6eb8c9ab7cd2b6507447166ba2a1cba1063b
3
+ size 111354
data/angry/Anger-120.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b385b11ca8459cf8aa1aa72c55ec27e84a19b54066acdef9e83005f6a5acfd3e
3
+ size 229718
data/angry/Anger-121.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9051df2b05d796f79db6d56ffa99b4ecc500c2d02ce271bffcab3d092207c5c0
3
+ size 29768
data/angry/Anger-122.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b537761d67e7627873f54e578549b7054164f883009caf41dc97d7845dde353
3
+ size 159908
data/angry/Anger-123.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8e0bb49175c4f4082c663d4a1198baa1b557315e448fdbe0f03052fddb367f
3
+ size 46968
data/angry/Anger-124.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bffe9d23aefa3b8eab919bf3e20dc9d026b28290404022992e52b4b3a9d62fc
3
+ size 146148
data/angry/Anger-125.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59dd1fed8df9dc76aa53fb802762b82222b40a9805013303fbc71ee5ec342c49
3
+ size 288636
data/angry/Anger-126.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309bfb827c6bc6374ff5ee0bfcca4913223fb3701df93cc2ec99d80e8f5ffd13
3
+ size 473062
data/angry/Anger-127.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52d799a686f89ffc326d891c37afcf2cc91a54dda46a7d2d5d344ce24b3067f5
3
+ size 151660
data/angry/Anger-128.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841cc1d3872d7dd23743b4b791567d35f7e3fc46c51e14d43969776ed06d6003
3
+ size 153204
data/angry/Anger-129.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11b884acf105f5c7a899be220692d3fa7b3b1ccf215e5f2a35bad3d8634151b
3
+ size 191350
data/angry/Anger-13.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec3f79c3a2a9b8cfe483da229afa6b79b4ff72013c102f6198068dbd43a6f09
3
+ size 404750
data/angry/Anger-130.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd30008dfc297a03f5ef92322a1b32bdcac45ae0b93aa35bad41b0d23d42d1d
3
+ size 168242
data/angry/Anger-131.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3adf2717f0746b54ba6942e196cd866e9748ec930044940fa4afcd74337a9b
3
+ size 187382
data/angry/Anger-132.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a59389cbbfa6c3c78f875646d93aa7ffa8dde9f28082872152f36ca42ed13d4
3
+ size 149456
data/angry/Anger-133.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a77823c39ff33b6bc2e8ccbfd09c4423127bec5a30da68d3468a7c263e7cd4
3
+ size 358490
data/angry/Anger-134.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc795adb75e0ddd64089cfc00c7e7170c9302169c458058024a5fbc2b94a3fb
3
+ size 71532
data/angry/Anger-135.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013280732f45a6c94ae02e330a165008ddd82e8740d7b3bb435fe8a566b9dfad
3
+ size 96624
data/angry/Anger-136.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbef57cac8281090b716c9cfa3ac2deb18b7e2b952758ab679ad9d8935993379
3
+ size 357960
data/angry/Anger-137.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:599e701fde3c4573bd425c87788817f2126a6aaebf6ece1de9e8ab950b29768f
3
+ size 228748
data/angry/Anger-138.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f491632e865dba8d2d670ae5fb74f65d82cc99f3119c43439842712363714629
3
+ size 372822
data/angry/Anger-139.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e9009b897b249fa996079b85abf6d751221aabdf9050bde4fef59589200d45
3
+ size 192410
data/angry/Anger-14.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29579c91274ac1cbe566a6b041f9c21b5bacaf19bdcd10eea7a7a9c491c9c02
3
+ size 215298
data/angry/Anger-140.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0354de6395ba32435e4ddae979ac5a3bc57db0c2794b38d528ff5ec4bb93d1f7
3
+ size 255870
data/angry/Anger-141.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7e63383edfdc6a6cd03a231a6670734167ae02a3f10920530ccbeabc2f8021
3
+ size 207226
data/angry/Anger-142.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e17130536983fdc7931b973ae399956d3485d9a4094433946f2ccebed5751de
3
+ size 352800