Tài liệu tham khảo:
văn bản đơn giản
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:swedish_reviews/plain_text')
- Sự miêu tả :
Swedish reviews scarped from various public available websites
- 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' | 20697 |
'train' | 62089 |
'validation' | 20696 |
- Đặc trưng :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"negative",
"positive"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}