Nikita Pavlichenko commited on
Commit
547149d
1 Parent(s): 8fe3820

Add dataset infos

Browse files
Files changed (1) hide show
  1. dataset_infos.json +63 -0
dataset_infos.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "CrowdSpeech is a publicly available large-scale dataset of crowdsourced audio transcriptions. It contains annotations for more than 50 hours of English speech transcriptions from more than 1,000 crowd workers.\n",
4
+ "citation": "",
5
+ "homepage": "https://github.com/pilot7747/VoxDIY/",
6
+ "license": "YANDEX LLC, 2021. Licensed under the Creative Commons Attribution 4.0 license.",
7
+ "features": {
8
+ "task": {"dtype": "string", "id": null, "_type": "Value"},
9
+ "transcriptions": {"dtype": "string", "id": null, "_type": "Value"},
10
+ "performers": {"dtype": "string", "id": null, "_type": "Value"},
11
+ "gt": {"dtype": "string", "id": null, "_type": "Value"}
12
+ },
13
+ "post_processed": null,
14
+ "supervised_keys": null,
15
+ "task_templates": [
16
+ {
17
+ "task": "summarization",
18
+ "text_column": "transcriptions",
19
+ "summary_column": "gt"
20
+ }
21
+ ],
22
+ "builder_name": "crowd_speech",
23
+ "config_name": "plain_text",
24
+ "version": {
25
+ "version_str": "1.0.0",
26
+ "description": "",
27
+ "major": 1,
28
+ "minor": 0,
29
+ "patch": 0},
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 17119866,
34
+ "num_examples": 11000,
35
+ "dataset_name": "crowd_speech"
36
+ },
37
+ "test": {
38
+ "name": "test",
39
+ "num_bytes": 2552889,
40
+ "num_examples": 2620,
41
+ "dataset_name": "crowd_speech"
42
+ },
43
+ "test.other": {
44
+ "name":
45
+ "test.other",
46
+ "num_bytes": 2505162,
47
+ "num_examples": 2939,
48
+ "dataset_name": "crowd_speech"
49
+ },
50
+ "dev.clean": {
51
+ "name": "dev.clean",
52
+ "num_bytes": 2642761,
53
+ "num_examples": 2703,
54
+ "dataset_name": "crowd_speech"
55
+ },
56
+ "dev.other": {
57
+ "name": "dev.other",
58
+ "num_bytes": 2642761,
59
+ "num_examples": 2703,
60
+ "dataset_name": "crowd_speech"
61
+ }
62
+ },
63
+ "download_checksums": {"https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/train-clean.json": {"num_bytes": 17647844, "checksum": "f1638f28cfe7a831168ecb1070739a929ba9f72a3f9f697d05c447fbc9844dbb"}, "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/dev-clean.json": {"num_bytes": 2772499, "checksum": "70d0e9c8998930284cf0923019713e5d5e253eb53a45a49ed94c501a1219d61e"}, "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/dev-other.json": {"num_bytes": 2580842, "checksum": "759593050388e15a7fd0afbfb545b20522e364c788b25289a648b47d85175cbc"}, "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/test-clean.json": {"num_bytes": 2678643, "checksum": "3ec13f0b7d6ee0482be0b8b918d0faf2d5a5152668e27351517cbddc23a02e4a"}, "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/test-other.json": {"num_bytes": 2646228, "checksum": "9d77972b5ca2e8e811507839547669920d9817bde7d940b305c696e8e2f6e8d4"}}, "download_size": 28326056, "post_processing_size": null, "dataset_size": 27463439, "size_in_bytes": 55789495}}