তথ্যসূত্র:
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"
}
}