Tài liệu tham khảo:
3.0.0
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:cnn_dailymail/3.0.0')
- Sự miêu tả :
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
- Giấy phép : Không có giấy phép được biết đến
- Phiên bản : 3.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Đặc trưng :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
1.0.0
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:cnn_dailymail/1.0.0')
- Sự miêu tả :
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
- Giấy phép : Không có giấy phép được biết đến
- Phiên bản : 1.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Đặc trưng :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
2.0.0
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:cnn_dailymail/2.0.0')
- Sự miêu tả :
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
- Giấy phép : Không có giấy phép được biết đến
- Phiên bản : 2.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 11490 |
'train' | 287113 |
'validation' | 13368 |
- Đặc trưng :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"highlights": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}