参考文献:
平文
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:dbrd/plain_text')
- 説明:
The Dutch Book Review Dataset (DBRD) contains over 110k book reviews of which 22k have associated binary sentiment polarity labels. It is intended as a benchmark for sentiment classification in Dutch and created due to a lack of annotated datasets in Dutch that are suitable for this task.
- ライセンス: 不明なライセンス
- バージョン: 3.0.0
- 分割:
スプリット | 例 |
---|---|
'test' | 2224 |
'train' | 20028 |
'unsupervised' | 96264 |
- 特徴:
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"neg",
"pos"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}