הפניות:
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
}
}