مراجع:
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:
ds = tfds.load('huggingface:muchocine')
- وصف :
The Muchocine reviews dataset contains 3,872 longform movie reviews in Spanish language,
each with a shorter summary review, and a rating on a 1-5 scale.
- الترخيص : CC-BY-2.1
- الإصدار : 1.1.1
- الإنشقاقات :
ينقسم | أمثلة |
---|---|
'train' | 3872 |
- سمات :
{
"review_body": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"review_summary": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"star_rating": {
"num_classes": 5,
"names": [
"1",
"2",
"3",
"4",
"5"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}