הפניות:
רָאשִׁי
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:
ds = tfds.load('huggingface:vctk/main')
- תיאור :
- רישיון : אין רישיון ידוע
- גרסה : 0.9.2
- פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'train' | 88156 |
- תכונות :
{
"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"
}
}