mtnt,mtnt
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
MTNT: ノイズの多いテキストの機械翻訳
FeaturesDict({
'dst': Text(shape=(), dtype=string),
'src': Text(shape=(), dtype=string),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
dst | 文章 | | ストリング | |
ソース | 文章 | | ストリング | |
@InProceedings{michel2018mtnt,
author = {Michel, Paul and Neubig, Graham},
title = {MTNT: A Testbed for Machine Translation of Noisy Text},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing}
}
mtnt/en-fr (デフォルト設定)
データセットサイズ: 11.33 MiB
スプリット:
スプリット | 例 |
---|
'test' | 1,020 |
'train' | 35,692 |
'valid' | 811 |
mtnt/えんじゃ
データセットサイズ: 4.41 MiB
スプリット:
スプリット | 例 |
---|
'test' | 946 |
'train' | 5,746 |
'valid' | 892 |
mtnt/fr-en
データセットサイズ: 8.28 MiB
スプリット:
スプリット | 例 |
---|
'test' | 1,022人 |
'train' | 18,942 |
'valid' | 876 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 2022-12-06 UTC。"],[],[],null,["# mtnt\n\n\u003cbr /\u003e\n\n- **Description**:\n\nMTNT: Machine Translation of Noisy Text\n\n- **Homepage** :\n \u003chttps://pmichel31415.github.io/mtnt/index.html\u003e\n\n- **Source code** :\n [`tfds.translate.mtnt.Mtnt`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/translate/mtnt/mtnt.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `35.08 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Feature structure**:\n\n FeaturesDict({\n 'dst': Text(shape=(), dtype=string),\n 'src': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| dst | Text | | string | |\n| src | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('src', 'dst')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Citation**:\n\n @InProceedings{michel2018mtnt,\n author = {Michel, Paul and Neubig, Graham},\n title = {MTNT: A Testbed for Machine Translation of Noisy Text},\n booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing}\n }\n\nmtnt/en-fr (default config)\n---------------------------\n\n- **Dataset size** : `11.33 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 1,020 |\n| `'train'` | 35,692 |\n| `'valid'` | 811 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nmtnt/en-ja\n----------\n\n- **Dataset size** : `4.41 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 946 |\n| `'train'` | 5,746 |\n| `'valid'` | 892 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nmtnt/fr-en\n----------\n\n- **Dataset size** : `8.28 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 1,022 |\n| `'train'` | 18,942 |\n| `'valid'` | 876 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]