Common_voice_sentence_similarity / dataset_infos.json
charsiu's picture
Upload dataset_infos.json with huggingface_hub
10bff1b
{"charsiu--Common_voice_sentence_similarity": {
"description": "",
"citation": "",
"homepage": "",
"license": "",
"features": {
"sentence_a": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sentence_b": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"path_a": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"path_b": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"audio_a": {
"feature": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"audio_b": {
"feature": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"similarity": {
"dtype": "float64",
"id": null,
"_type": "Value"
},
"client_id_a": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"client_id_b": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"pair": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"sent_a_hubert_50": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sent_b_hubert_50": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sent_a_hubert_100": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sent_b_hubert_100": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sent_a_hubert_200": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"sent_b_hubert_200": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": null,
"splits": {
"dev": {
"name": "dev",
"num_bytes": 322579533,
"num_examples": 459,
"dataset_name": "Common_voice_sentence_similarity"
},
"test": {
"name": "test",
"num_bytes": 488122010,
"num_examples": 690,
"dataset_name": "Common_voice_sentence_similarity"
}
},
"download_checksums": null,
"download_size": 789420783,
"post_processing_size": null,
"dataset_size": 810701543,
"size_in_bytes": 1600122326
}}