তথ্যসূত্র:
3.0.0
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:cnn_dailymail/3.0.0')
- বর্ণনা :
CNN/DailyMail non-anonymized summarization dataset.
There are two features:
- article: text of news article, used as the document to be summarized
- highlights: joined text of highlights with <s> and </s> around each
highlight, which is the target summary
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 3.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- বৈশিষ্ট্য :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
1.0.0
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:cnn_dailymail/1.0.0')
- বর্ণনা :
CNN/DailyMail non-anonymized summarization dataset.
There are two features:
- article: text of news article, used as the document to be summarized
- highlights: joined text of highlights with <s> and </s> around each
highlight, which is the target summary
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- বৈশিষ্ট্য :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
2.0.0
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:cnn_dailymail/2.0.0')
- বর্ণনা :
CNN/DailyMail non-anonymized summarization dataset.
There are two features:
- article: text of news article, used as the document to be summarized
- highlights: joined text of highlights with <s> and </s> around each
highlight, which is the target summary
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 2.0.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- বৈশিষ্ট্য :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}