Splend1dchan commited on
Commit
f4f5379
·
1 Parent(s): f322e9b

Upload 3 files

Browse files
validation.clean/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195610d7debbbd67a79e257831ef3664d1ba462b3483b35117c2934581b0baa6
3
+ size 359931440
validation.clean/dataset_info.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "librispeech_asr_individual",
3
+ "citation": "@inproceedings{panayotov2015librispeech,\n title={Librispeech: an ASR corpus based on public domain audio books},\n author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},\n booktitle={Acoustics, Speech and Signal Processing (ICASSP), 2015 IEEE International Conference on},\n pages={5206--5210},\n year={2015},\n organization={IEEE}\n}\n",
4
+ "config_name": "validation.clean",
5
+ "dataset_size": 360285603,
6
+ "description": "LibriSpeech is a corpus of approximately 1000 hours of read English speech with sampling rate of 16 kHz,\nprepared by Vassil Panayotov with the assistance of Daniel Povey. The data is derived from read\naudiobooks from the LibriVox project, and has been carefully segmented and aligned.87\n",
7
+ "download_checksums": {
8
+ "http://www.openslr.org/resources/12/dev-clean.tar.gz": {
9
+ "num_bytes": 337926286,
10
+ "checksum": null
11
+ }
12
+ },
13
+ "download_size": 337926286,
14
+ "features": {
15
+ "file": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "audio": {
20
+ "sampling_rate": 16000,
21
+ "_type": "Audio"
22
+ },
23
+ "text": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "speaker_id": {
28
+ "dtype": "int64",
29
+ "_type": "Value"
30
+ },
31
+ "chapter_id": {
32
+ "dtype": "int64",
33
+ "_type": "Value"
34
+ },
35
+ "id": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ }
39
+ },
40
+ "homepage": "http://www.openslr.org/12",
41
+ "license": "",
42
+ "size_in_bytes": 698211889,
43
+ "splits": {
44
+ "validation.clean": {
45
+ "name": "validation.clean",
46
+ "num_bytes": 360285603,
47
+ "num_examples": 2703,
48
+ "dataset_name": "librispeech_asr_individual"
49
+ }
50
+ },
51
+ "supervised_keys": {
52
+ "input": "file",
53
+ "output": "text"
54
+ },
55
+ "task_templates": [
56
+ {
57
+ "task": "automatic-speech-recognition",
58
+ "transcription_column": "text"
59
+ }
60
+ ],
61
+ "version": {
62
+ "version_str": "2.1.0",
63
+ "description": "",
64
+ "major": 2,
65
+ "minor": 1,
66
+ "patch": 0
67
+ }
68
+ }
validation.clean/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1bf5fcc5daab6bb6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation.clean"
13
+ }