Referensi:
3.0.0
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:cnn_dailymail/3.0.0')
- Keterangan :
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
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 3.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Fitur :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
1.0.0
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:cnn_dailymail/1.0.0')
- Keterangan :
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
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 1.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Fitur :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
2.0.0
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:cnn_dailymail/2.0.0')
- Keterangan :
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
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 2.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Fitur :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}