jsbeaudry commited on
Commit
7083caa
·
verified ·
1 Parent(s): 74d4d8b

Add 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +26 -3
  3. dataset_info.json +33 -0
  4. train.jsonl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ - text-to-speech
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
+
12
+ # Audio Dataset
13
+
14
+ This dataset contains audio segments with transcriptions for speech recognition and text-to-speech tasks.
15
+
16
+ ## Dataset Structure
17
+
18
+ - `dataset.json`: Complete dataset in JSON format
19
+ - `train.jsonl`: Dataset in JSONL format for use with Hugging Face datasets library
20
+ - `dataset_info.json`: Metadata about the dataset structure
21
+
22
+ Each entry contains:
23
+ - `file`: Original filename
24
+ - `audio`: Audio data with sampling rate
25
+ - `transcription`: Text transcription
26
+ - `duration`: Audio duration in seconds
dataset_info.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "notebook-creole",
3
+ "description": "Audio segments with transcriptions",
4
+ "features": {
5
+ "file": {
6
+ "dtype": "string"
7
+ },
8
+ "audio": {
9
+ "sampling_rate": {
10
+ "dtype": "int64"
11
+ },
12
+ "array": {
13
+ "dtype": "float32",
14
+ "shape": [
15
+ -1
16
+ ]
17
+ }
18
+ },
19
+ "transcription": {
20
+ "dtype": "string"
21
+ },
22
+ "duration": {
23
+ "dtype": "float64"
24
+ }
25
+ },
26
+ "splits": {
27
+ "train": {
28
+ "name": "train",
29
+ "num_bytes": 0,
30
+ "num_examples": 110
31
+ }
32
+ }
33
+ }
train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267ed97e23b532c011bdb8bd364610566379be53ef4a829be794ef4f942e6422
3
+ size 180909266