aeslc

参考文献:

次のコマンドを使用して、このデータセットを TFDS にロードします。

ds = tfds.load('huggingface:aeslc')
  • 説明
A collection of email messages of employees in the Enron Corporation.

There are two features:
  - email_body: email body text.
  - subject_line: email subject text.
  • ライセンス: 既知のライセンスはありません
  • バージョン: 1.0.0
  • 分割:
スプリット
'test' 1906年
'train' 14436
'validation' 1960年
  • 特徴
{
    "email_body": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subject_line": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}