אמזון_קוטביות

הפניות:

אמזון_קוטביות

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:

ds = tfds.load('huggingface:amazon_polarity/amazon_polarity')
  • תיאור :
The Amazon reviews dataset consists of reviews from amazon.
The data span a period of 18 years, including ~35 million reviews up to March 2013.
Reviews include product and user information, ratings, and a plaintext review.
  • רישיון : Apache License 2.0
  • גרסה : 3.0.0
  • פיצולים :
לְפַצֵל דוגמאות
'test' 400000
'train' 3600000
  • תכונות :
{
    "label": {
        "num_classes": 2,
        "names": [
            "negative",
            "positive"
        ],
        "id": null,
        "_type": "ClassLabel"
    },
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "content": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}