sjhuskey commited on
Commit
98d8896
·
verified ·
1 Parent(s): 2975141

chore: change remote repository

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "train/data-*.arrow"
7
+ - split: test
8
+ path: "test/data-*.arrow"
9
+ - split: validation
10
+ path: "validation/data-*.arrow"
11
+ task_categories:
12
+ - automatic-speech-recognition
13
+ language:
14
+ - enm # Enenlhet language code
15
+ tags:
16
+ - speech
17
+ - audio
18
+ - whisper
19
+ size_categories:
20
+ - 1K<n<10K
21
+ ---
22
+
23
+ # Enenlhet Whisper Dataset
24
+
25
+ This dataset contains preprocessed audio features and tokenized text for training Whisper models on the Enenlhet language.
26
+
27
+ ## Dataset Summary
28
+
29
+ - **Train**: 3,053 examples
30
+ - **Test**: 170 examples
31
+ - **Validation**: 170 examples
32
+ - **Total**: 3,393 examples
33
+
34
+ ## Features
35
+
36
+ - `input_values`: Preprocessed audio features (16kHz, normalized float32 arrays)
37
+ - `labels`: Tokenized text as integer sequences
38
+
39
+ ## Usage
40
+
41
+ ```python
42
+ from datasets import load_dataset
43
+
44
+ # Load the dataset
45
+ dataset = load_dataset("enenlhet-asr/enenlhet-whisper-dataset")
46
+
47
+ # Access splits
48
+ train_dataset = dataset['train']
49
+ test_dataset = dataset['test']
50
+ validation_dataset = dataset['validation']
51
+ ```
52
+
53
+ ## Citation
54
+
55
+ If you use this dataset, please cite:
56
+
57
+ ```
58
+ @dataset{enenlhet_whisper_2025,
59
+ title={Enenlhet Whisper Dataset},
60
+ author={Samuel J. Huskey},
61
+ year={2025},
62
+ url={https://huggingface.co/datasets/enenlhet-asr/enenlhet-whisper-dataset}
63
+ }
64
+ ```
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "validation"]}
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3db26139ffa816752ac890097e34db688aae920043440bf72f97be171366b1f
3
+ size 163274696
test/dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 454412,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/Users/sjhuskey/enenlhet-raw-data/enenlhet-whisper-segmented.jsonl": {
10
+ "num_bytes": 515545,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 515545,
15
+ "features": {
16
+ "input_features": {
17
+ "feature": {
18
+ "feature": {
19
+ "dtype": "float32",
20
+ "_type": "Value"
21
+ },
22
+ "_type": "Sequence"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "labels": {
27
+ "feature": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "_type": "Sequence"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": "",
36
+ "size_in_bytes": 969957,
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 454412,
41
+ "num_examples": 3393,
42
+ "dataset_name": "json"
43
+ }
44
+ },
45
+ "version": {
46
+ "version_str": "0.0.0",
47
+ "major": 0,
48
+ "minor": 0,
49
+ "patch": 0
50
+ }
51
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "70bd9249ba1c44d0",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
train/data-00000-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d106de1070dd06d8d0537751878b35931d8e0cef24ed93398825ed08506369b1
3
+ size 488863312
train/data-00001-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ad7739bf04e801982827a2bc96350f0ddcd6b355c9e016d29de2b4a93b6529b
3
+ size 488862064
train/data-00002-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba444cabe7ff056e9763e4916ea6c296a6c4c511f209421654dc96e86989846f
3
+ size 488863816
train/data-00003-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da79f2b15f2520b44cf6c98de05706991619d93fa723b236ca23e5bd6d049576
3
+ size 488860720
train/data-00004-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0467756fab701b5812f34bc8b090c3320e9230b6baa7e9772923d90f49f8a8e3
3
+ size 488861368
train/data-00005-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1b31c5fb6b8a2b2bc5d0ebfe9c68231f9c51e5743097951152c6f9337ec2924
3
+ size 487903336
train/dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 454412,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/Users/sjhuskey/enenlhet-raw-data/enenlhet-whisper-segmented.jsonl": {
10
+ "num_bytes": 515545,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 515545,
15
+ "features": {
16
+ "input_features": {
17
+ "feature": {
18
+ "feature": {
19
+ "dtype": "float32",
20
+ "_type": "Value"
21
+ },
22
+ "_type": "Sequence"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "labels": {
27
+ "feature": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "_type": "Sequence"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": "",
36
+ "size_in_bytes": 969957,
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 454412,
41
+ "num_examples": 3393,
42
+ "dataset_name": "json"
43
+ }
44
+ },
45
+ "version": {
46
+ "version_str": "0.0.0",
47
+ "major": 0,
48
+ "minor": 0,
49
+ "patch": 0
50
+ }
51
+ }
train/state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00006.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00006.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00006.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00006.arrow"
14
+ },
15
+ {
16
+ "filename": "data-00004-of-00006.arrow"
17
+ },
18
+ {
19
+ "filename": "data-00005-of-00006.arrow"
20
+ }
21
+ ],
22
+ "_fingerprint": "8532fbbcc7f6f90e",
23
+ "_format_columns": null,
24
+ "_format_kwargs": {},
25
+ "_format_type": null,
26
+ "_output_all_columns": false,
27
+ "_split": null
28
+ }
validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a9b897b0c2e7c5f3e2de6f4171cc8cbb41dbd960411dc46eeba301d51238c0
3
+ size 163275232
validation/dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "json",
6
+ "dataset_size": 454412,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "/Users/sjhuskey/enenlhet-raw-data/enenlhet-whisper-segmented.jsonl": {
10
+ "num_bytes": 515545,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 515545,
15
+ "features": {
16
+ "input_features": {
17
+ "feature": {
18
+ "feature": {
19
+ "dtype": "float32",
20
+ "_type": "Value"
21
+ },
22
+ "_type": "Sequence"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "labels": {
27
+ "feature": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "_type": "Sequence"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": "",
36
+ "size_in_bytes": 969957,
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 454412,
41
+ "num_examples": 3393,
42
+ "dataset_name": "json"
43
+ }
44
+ },
45
+ "version": {
46
+ "version_str": "0.0.0",
47
+ "major": 0,
48
+ "minor": 0,
49
+ "patch": 0
50
+ }
51
+ }
validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f6ab6083ed7874ba",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }