Splend1dchan commited on
Commit
ae28680
1 Parent(s): 811af29

Delete train.10/dataset_info.json

Browse files
Files changed (1) hide show
  1. train.10/dataset_info.json +0 -72
train.10/dataset_info.json DELETED
@@ -1,72 +0,0 @@
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
- }