Références :
principal
Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :
ds = tfds.load('huggingface:vctk/main')
- Description :
- Licence : Aucune licence connue
- Version : 0.9.2
- Divisions :
Diviser | Exemples |
---|---|
'train' | 88156 |
- Caractéristiques :
{
"speaker_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"audio": {
"sampling_rate": 48000,
"mono": true,
"_storage_dtype": "string",
"id": null,
"_type": "Audio"
},
"file": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"age": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"gender": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"accent": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"region": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"comment": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}