amazon_polarity

তথ্যসূত্র:

amazon_polarity

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.
  • লাইসেন্স : অ্যাপাচি লাইসেন্স 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"
    }
}