Bingsu commited on
Commit
0a914e6
1 Parent(s): 7c76038

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +53 -1
dataset_infos.json CHANGED
@@ -1 +1,53 @@
1
- {"Bingsu--zeroth-korean": {"description": "Kaldi-based Korean ASR open-source project", "citation": "", "homepage": "https://github.com/goodatlas/zeroth", "license": "cc-by-4.0", "features": {"audio": {"sampling_rate": 16000, "mono": true, "decode": true, "id": null, "_type": "Audio"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "text", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2996088796.399, "num_examples": 22263, "dataset_name": "zeroth-korean"}, "test": {"name": "test", "num_bytes": 59836157.0, "num_examples": 457, "dataset_name": "zeroth-korean"}}, "download_checksums": null, "download_size": 2874794995, "post_processing_size": null, "dataset_size": 3055924953.399, "size_in_bytes": 5930719948.399}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Bingsu--zeroth-korean": {
3
+ "description": "Kaldi-based Korean ASR open-source project",
4
+ "citation": "",
5
+ "homepage": "https://github.com/goodatlas/zeroth",
6
+ "license": "cc-by-4.0",
7
+ "features": {
8
+ "audio": {
9
+ "sampling_rate": 16000,
10
+ "mono": true,
11
+ "decode": true,
12
+ "id": null,
13
+ "_type": "Audio"
14
+ },
15
+ "text": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ }
20
+ },
21
+ "post_processed": null,
22
+ "supervised_keys": null,
23
+ "task_templates": null,
24
+ "builder_name": "text",
25
+ "config_name": "default",
26
+ "version": {
27
+ "version_str": "0.1.0",
28
+ "description": null,
29
+ "major": 0,
30
+ "minor": 1,
31
+ "patch": 0
32
+ },
33
+ "splits": {
34
+ "train": {
35
+ "name": "train",
36
+ "num_bytes": 2996088796.399,
37
+ "num_examples": 22263,
38
+ "dataset_name": "zeroth-korean"
39
+ },
40
+ "test": {
41
+ "name": "test",
42
+ "num_bytes": 59836157.0,
43
+ "num_examples": 457,
44
+ "dataset_name": "zeroth-korean"
45
+ }
46
+ },
47
+ "download_checksums": null,
48
+ "download_size": 2874794995,
49
+ "post_processing_size": null,
50
+ "dataset_size": 3055924953.399,
51
+ "size_in_bytes": 5930719948.399
52
+ }
53
+ }