Update dataset.jsonl
Browse files- dataset.jsonl +3 -4
dataset.jsonl
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
}
|
|
|
|
| 1 |
+
{"audio": "data/train/001.wav", "transcription": "Hello, my name is Emmy."}
|
| 2 |
+
{"audio": "data/train/002.wav", "transcription": "This is a test audio file."}
|
| 3 |
+
{"audio": "data/train/003.wav", "transcription": "Good morning, welcome to the system."}
|
|
|