Referensi:
Gunakan perintah berikut untuk memuat dataset ini di TFDS:
ds = tfds.load('huggingface:aeslc')
- Deskripsi :
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.
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 1.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 1906 |
'train' | 14436 |
'validation' | 1960 |
- Fitur :
{
"email_body": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"subject_line": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}