Tài liệu tham khảo:
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:gigaword')
- Sự miêu tả :
Headline-generation on a corpus of article pairs from Gigaword consisting of
around 4 million articles. Use the 'org_data' provided by
https://github.com/microsoft/unilm/ which is identical to
https://github.com/harvardnlp/sent-summary but with better format.
There are two features:
- document: article.
- summary: headline.
- Giấy phép : Không có giấy phép được biết đến
- Phiên bản : 1.2.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 1951 |
'train' | 3803957 |
'validation' | 189651 |
- Đặc trưng :
{
"document": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"summary": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}