mrtw commited on
Commit
34a1ee7
1 Parent(s): 91d7ece

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train.10"]}
train.10/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b3bb346491a72a7d905973fa75ea5294a2773350e9f5d113d2dfb305d92656
3
+ size 312074600
train.10/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fcd1d1263efc02da522ef6513efc473ff6847319e4d0dd8a3b660329682c4d
3
+ size 307256096
train.10/dataset_info.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "train.10",
5
+ "dataset_size": 619616715,
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
+ "https://dl.fbaipublicfiles.com/librilight/data/librispeech_finetuning.tgz": {
9
+ "num_bytes": 597601132,
10
+ "checksum": null
11
+ }
12
+ },
13
+ "download_size": 597601132,
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": 1217217847,
43
+ "splits": {
44
+ "train.10": {
45
+ "name": "train.10",
46
+ "num_bytes": 619616715,
47
+ "num_examples": 2763,
48
+ "shard_lengths": [
49
+ 2304,
50
+ 459
51
+ ],
52
+ "dataset_name": "librispeech_asr_individual"
53
+ }
54
+ },
55
+ "supervised_keys": {
56
+ "input": "file",
57
+ "output": "text"
58
+ },
59
+ "task_templates": [
60
+ {
61
+ "task": "automatic-speech-recognition",
62
+ "transcription_column": "text"
63
+ }
64
+ ],
65
+ "version": {
66
+ "version_str": "2.1.0",
67
+ "description": "",
68
+ "major": 2,
69
+ "minor": 1,
70
+ "patch": 0
71
+ }
72
+ }
train.10/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "749ece35857b3b0d",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": "train.10"
16
+ }