vctk

参考文献:

主要

次のコマンドを使用して、このデータセットを 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"
    }
}