ljspeech
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
これは、1 人の話者が 7 冊のノンフィクションの本からの文章を読んでいる 13,100 の短いオーディオ クリップで構成される、パブリック ドメインの音声データセットです。クリップごとにトランスクリプションが提供されます。クリップの長さは 1 ~ 10 秒で、合計の長さは約 24 時間です。
テキストは 1884 年から 1964 年の間に出版され、パブリック ドメインになっています。音声は 2016 年から 2017 年に LibriVox プロジェクトによって録音され、パブリック ドメインでもあります。
FeaturesDict({
'id': string,
'speech': Audio(shape=(None,), dtype=int16),
'text': Text(shape=(), dtype=string),
'text_normalized': Text(shape=(), dtype=string),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
ID | テンソル | | ストリング | |
スピーチ | オーディオ | (なし、) | int16 | |
文章 | 文章 | | ストリング | |
text_normalized | 文章 | | ストリング | |
@misc{ljspeech17,
author = {Keith Ito},
title = {The LJ Speech Dataset},
howpublished = {\url{https://keithito.com/LJ-Speech-Dataset/} },
year = 2017
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-13 UTC。
[null,null,["最終更新日 2022-12-13 UTC。"],[],[],null,["# ljspeech\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis is a public domain speech dataset consisting of 13,100 short audio clips of\na single speaker reading passages from 7 non-fiction books. A transcription is\nprovided for each clip. Clips vary in length from 1 to 10 seconds and have a\ntotal length of approximately 24 hours.\n\nThe texts were published between 1884 and 1964, and are in the public domain.\nThe audio was recorded in 2016-17 by the LibriVox project and is also in the\npublic domain.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/ljspeech)\n\n- **Homepage** :\n \u003chttps://keithito.com/LJ-Speech-Dataset/\u003e\n\n- **Source code** :\n [`tfds.datasets.ljspeech.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/ljspeech/ljspeech_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.1.1`** (default): Fix speech data type with dtype=tf.int16.\n- **Download size** : `2.56 GiB`\n\n- **Dataset size** : `10.73 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 13,100 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'id': string,\n 'speech': Audio(shape=(None,), dtype=int16),\n 'text': Text(shape=(), dtype=string),\n 'text_normalized': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|--------------|---------|--------|-------------|\n| | FeaturesDict | | | |\n| id | Tensor | | string | |\n| speech | Audio | (None,) | int16 | |\n| text | Text | | string | |\n| text_normalized | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('text_normalized', 'speech')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{ljspeech17,\n author = {Keith Ito},\n title = {The LJ Speech Dataset},\n howpublished = {\\url{https://keithito.com/LJ-Speech-Dataset/} },\n year = 2017\n }"]]