Referencje:
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:movie_rationales')
- Opis :
The movie rationale dataset contains human annotated rationales for movie
reviews.
- Licencja : Brak znanej licencji
- Wersja : 0.1.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 199 |
'train' | 1600 |
'validation' | 200 |
- Cechy :
{
"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"
}
}