מוצין

הפניות:

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
    }
}