Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +90 -1
dataset_infos.json
CHANGED
|
@@ -1 +1,90 @@
|
|
| 1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}}
|