IAMCB commited on
Commit
066e13f
·
1 Parent(s): 9bac3ba

Add transcribed dataset

Browse files
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Custom Elise-like TTS Dataset
2
+
3
+ Converted and transcribed on **2025-06-18T18:33:12Z**.
4
+
5
+ * **Samples**: 50
6
+ * **Format** : Clips with text transcription (like MrDragonFox/Elise)
7
+
8
+ ## Structure
9
+
10
+ | column | type | description |
11
+ | ------ | ---- | ----------- |
12
+ | `audio` | `audio` | 24kHz mono wav clip |
13
+ | `text` | `string` | transcription (via Whisper) |
14
+
data/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b664630ec46aa9e75e8c82dec897d9852df2feded5943ed69fae1c6352d683ef
3
+ size 37967752
data/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "audio": {
6
+ "sampling_rate": 24000,
7
+ "_type": "Audio"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": ""
16
+ }
data/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7b43eea3b6b8a8c5",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }