Referencje:
laroseda
Użyj następującego polecenia, aby załadować ten zestaw danych do TFDS:
ds = tfds.load('huggingface:laroseda/laroseda')
- Opis :
LaRoSeDa (A Large Romanian Sentiment Data Set) contains 15,000 reviews written in Romanian, of which 7,500 are positive and 7,500 negative.
Star ratings of 1 and 2 and of 4 and 5 are provided for negative and positive reviews respectively.
The current dataset uses star rating as the label for multi-class classification.
- Licencja : Licencja CC BY-SA 4.0
- Wersja : 1.0.0
- Podziały :
Podział | Przykłady |
---|---|
'test' | 3000 |
'train' | 12000 |
- Cechy :
{
"index": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"content": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"starRating": {
"dtype": "int64",
"id": null,
"_type": "Value"
}
}