参考文献:
マルチ_nli
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:kor_nli/multi_nli')
- 説明:
Korean Natural Language Inference datasets
- ライセンス: 既知のライセンスはありません
- バージョン: 1.0.0
- 分割:
スプリット | 例 |
---|---|
'train' | 392702 |
- 特徴:
{
"premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"entailment",
"neutral",
"contradiction"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
snli
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:kor_nli/snli')
- 説明:
Korean Natural Language Inference datasets
- ライセンス: 既知のライセンスはありません
- バージョン: 1.0.0
- 分割:
スプリット | 例 |
---|---|
'train' | 550152 |
- 特徴:
{
"premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"entailment",
"neutral",
"contradiction"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}
xnli
次のコマンドを使用して、このデータセットを TFDS にロードします。
ds = tfds.load('huggingface:kor_nli/xnli')
- 説明:
Korean Natural Language Inference datasets
- ライセンス: 既知のライセンスはありません
- バージョン: 1.0.0
- 分割:
スプリット | 例 |
---|---|
'test' | 5010 |
'validation' | 2490 |
- 特徴:
{
"premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"entailment",
"neutral",
"contradiction"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}