perisolb commited on
Commit
6d18e01
1 Parent(s): 097fe8c

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +90 -1
dataset_infos.json CHANGED
@@ -1 +1,90 @@
1
- {"scribe-project--npsc_nb": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"speaker_id": {"dtype": "string", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "utterance_id": {"dtype": "string", "id": null, "_type": "Value"}, "language": {"dtype": "string", "id": null, "_type": "Value"}, "raw_text": {"dtype": "string", "id": null, "_type": "Value"}, "full_audio_file": {"dtype": "string", "id": null, "_type": "Value"}, "original_data_split": {"dtype": "string", "id": null, "_type": "Value"}, "region": {"dtype": "string", "id": null, "_type": "Value"}, "duration": {"dtype": "float64", "id": null, "_type": "Value"}, "start": {"dtype": "float64", "id": null, "_type": "Value"}, "end": {"dtype": "float64", "id": null, "_type": "Value"}, "utterance_audio_file": {"sampling_rate": null, "mono": true, "decode": true, "id": null, "_type": "Audio"}, "standardized_text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "csv", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20612907, "num_examples": 40009, "dataset_name": "npsc_nb"}, "test": {"name": "test", "num_bytes": 2593728, "num_examples": 5044, "dataset_name": "npsc_nb"}, "validation": {"name": "validation", "num_bytes": 2785893, "num_examples": 5461, "dataset_name": "npsc_nb"}}, "download_checksums": null, "download_size": 8185932, "post_processing_size": null, "dataset_size": 25992528, "size_in_bytes": 34178460}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "speaker_id": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "gender": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "utterance_id": {
16
+ "dtype": "string",
17
+ "_type": "Value"
18
+ },
19
+ "language": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "raw_text": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ },
27
+ "full_audio_file": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ },
31
+ "original_data_split": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "region": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "duration": {
40
+ "dtype": "float64",
41
+ "_type": "Value"
42
+ },
43
+ "start": {
44
+ "dtype": "float64",
45
+ "_type": "Value"
46
+ },
47
+ "end": {
48
+ "dtype": "float64",
49
+ "_type": "Value"
50
+ },
51
+ "utterance_audio_file": {
52
+ "_type": "Audio"
53
+ },
54
+ "standardized_text": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ }
58
+ },
59
+ "builder_name": "csv",
60
+ "config_name": "default",
61
+ "version": {
62
+ "version_str": "0.0.0",
63
+ "major": 0,
64
+ "minor": 0,
65
+ "patch": 0
66
+ },
67
+ "splits": {
68
+ "train": {
69
+ "name": "train",
70
+ "num_bytes": 8190809957.84,
71
+ "num_examples": 40008,
72
+ "dataset_name": null
73
+ },
74
+ "test": {
75
+ "name": "test",
76
+ "num_bytes": 1026553338.856,
77
+ "num_examples": 5044,
78
+ "dataset_name": null
79
+ },
80
+ "validation": {
81
+ "name": "validation",
82
+ "num_bytes": 1097030649.769,
83
+ "num_examples": 5461,
84
+ "dataset_name": null
85
+ }
86
+ },
87
+ "download_size": 10261847599,
88
+ "dataset_size": 10314393946.465,
89
+ "size_in_bytes": 20576241545.465
90
+ }}