File size: 1,658 Bytes
c7523f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "vi": {
    "description": "Common Voice is Mozilla's initiative to help teach machines how real people speak.",
    "citation": "@inproceedings{commonvoice:2020,\n  author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},\n  title = {Common Voice: A Massively-Multilingual Speech Corpus},\n  booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},\n  pages = {4211--4215},\n  year = 2020\n}\n",
    "homepage": "https://commonvoice.mozilla.org/en/datasets",
    "license": "https://github.com/common-voice/common-voice/blob/main/LICENSE",
    "features": {
      "file_path": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
      },
      "script": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
      },
      "duration": {
        "dtype": "float16",
        "id": null,
        "_type": "Value"
      },
      "audio": {
        "sampling_rate": 16000,
        "mono": true,
        "_storage_dtype": "struct",
        "id": null,
        "_type": "Audio"
      }
    },
    "post_processed": null,
    "supervised_keys": null,
    "task_templates": [
      {
        "task": "automatic-speech-recognition",
        "audio_file_path_column": "file_path",
        "transcription_column": "script"
      }
    ],
    "builder_name": "custom_common_voice",
    "config_name": "vi",
    "version": {
      "version_str": "0.2.0",
      "description": "",
      "major": 0,
      "minor": 2,
      "patch": 0
    },
    "post_processing_size": null
  }
}