Referensi:
juga
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:art/anli')
- Keterangan :
the Abductive Natural Language Inference Dataset from AI2
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 0.1.0
- Perpecahan :
Membelah | Contoh |
---|---|
'train' | 169654 |
'validation' | 1532 |
- Fitur :
{
"observation_1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"observation_2": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis_1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis_2": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"0",
"1",
"2"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}