Referanslar:
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:movie_rationales')
- Tanım :
The movie rationale dataset contains human annotated rationales for movie
reviews.
- Lisans : Bilinen lisans yok
- Sürüm : 0.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 199 |
'train' | 1600 |
'validation' | 200 |
- Özellikler :
{
"review": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"NEG",
"POS"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"evidences": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}