सन्दर्भ:
अमेज़न_ध्रुवीयता
इस डेटासेट को 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"
}
}