Sanchit Gandhi commited on
Commit
f0be183
·
1 Parent(s): 9c505bc

Saving final transcriptions for split validation

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["validation"]}
validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9546c457478370b43524e19fc1ee31513327a9608a810bfc473da52f29b12090
3
+ size 9704072
validation/dataset_info.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "clean",
5
+ "dataset_name": "librispeech_asr_dummy_sharded",
6
+ "dataset_size": 9678345,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/sanchit-gandhi/librispeech_asr_dummy_sharded@d926a2c57d8dcfc29be137a9ac16cf91ac521628/clean/validation-00000-of-00002.parquet": {
10
+ "num_bytes": 4948405,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/sanchit-gandhi/librispeech_asr_dummy_sharded@d926a2c57d8dcfc29be137a9ac16cf91ac521628/clean/validation-00001-of-00002.parquet": {
14
+ "num_bytes": 4246854,
15
+ "checksum": null
16
+ }
17
+ },
18
+ "download_size": 9195259,
19
+ "features": {
20
+ "file": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "audio": {
25
+ "sampling_rate": 16000,
26
+ "_type": "Audio"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "speaker_id": {
33
+ "dtype": "int64",
34
+ "_type": "Value"
35
+ },
36
+ "chapter_id": {
37
+ "dtype": "int64",
38
+ "_type": "Value"
39
+ },
40
+ "id": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "whisper_transcript": {
45
+ "feature": {
46
+ "dtype": "int64",
47
+ "_type": "Value"
48
+ },
49
+ "_type": "Sequence"
50
+ }
51
+ },
52
+ "homepage": "",
53
+ "license": "",
54
+ "size_in_bytes": 18873604,
55
+ "splits": {
56
+ "validation": {
57
+ "name": "validation",
58
+ "num_bytes": 9678345,
59
+ "num_examples": 73,
60
+ "dataset_name": "librispeech_asr_dummy_sharded"
61
+ }
62
+ },
63
+ "version": {
64
+ "version_str": "0.0.0",
65
+ "major": 0,
66
+ "minor": 0,
67
+ "patch": 0
68
+ }
69
+ }
validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a6f1d577c2faa2e2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation"
13
+ }