juanhebert
commited on
Commit
•
a113c7f
1
Parent(s):
e506502
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"juanhebert--id_corpora_parliament_processed": {"description": "Common Voice is Mozilla's initiative to help teach machines how real people speak.\nThe dataset currently consists of 7,335 validated hours of speech in 60 languages, but we\u2019re always adding more voices and languages.\n", "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": {"client_id": {"dtype": "string", "id": null, "_type": "Value"}, "path": {"dtype": "string", "id": null, "_type": "Value"}, "audio": {"sampling_rate": 48000, "mono": true, "decode": true, "id": null, "_type": "Audio"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "up_votes": {"dtype": "int64", "id": null, "_type": "Value"}, "down_votes": {"dtype": "int64", "id": null, "_type": "Value"}, "age": {"dtype": "string", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "accent": {"dtype": "string", "id": null, "_type": "Value"}, "locale": {"dtype": "string", "id": null, "_type": "Value"}, "segment": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "automatic-speech-recognition", "audio_file_path_column": "path", "transcription_column": "sentence"}], "builder_name": "common_voice", "config_name": "id", "version": {"version_str": "6.1.0", "description": "", "major": 6, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 63701164.48, "num_examples": 2130, "dataset_name": "id_corpora_parliament_processed"}}, "download_checksums": null, "download_size": 62737803, "post_processing_size": null, "dataset_size": 63701164.48, "size_in_bytes": 126438967.47999999}}
|