--- task_categories: - text-classification dataset_info: features: - name: product/title dtype: string - name: product/price dtype: string - name: review/helpfulness dtype: string - name: review/score dtype: class_label: names: '0': 1 star '1': 2 stars '2': 3 stars '3': 4 stars '4': 5 stars - name: review/time dtype: int64 - name: review/summary dtype: string - name: review/text dtype: string - name: product/category dtype: class_label: names: '0': Amazon Instant Video '1': Arts '2': Automotive '3': Baby '4': Beauty '5': Book '6': Cell Phone '7': Clothing '8': Electronics '9': Gourmet Food '10': Health '11': Home & Kitchen '12': Industrial & Scientific '13': Jewelry '14': Kindle Store '15': Movie & TV '16': Musical Instrument '17': Music '18': Office '19': Patio '20': Pet Supply '21': Shoe '22': Software '23': Sports & Outdoor '24': Tools & Home Improvement '25': Toy & Game '26': Video Game '27': Watch - name: review/helpfulness_ratio dtype: float64 - name: review/helpfulness_total_votes dtype: int64 ---