aeslc

Riferimenti:

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:aeslc')
  • Descrizione :
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.
  • Licenza : nessuna licenza nota
  • Versione : 1.0.0
  • Spaccature :
Diviso Esempi
'test' 1906
'train' 14436
'validation' 1960
  • Caratteristiche :
{
    "email_body": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subject_line": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}