File size: 713 Bytes
abe866f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
dataset_info:
  features:
  - name: Product_Description
    dtype: string
  - name: Product_Type
    dtype: int64
  - name: Sentiment
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
  splits:
  - name: train
    num_bytes: 539691.8956982911
    num_examples: 4327
  - name: validation
    num_bytes: 95291.1043017089
    num_examples: 764
  - name: test
    num_bytes: 159788
    num_examples: 1273
  download_size: 442311
  dataset_size: 794771.0
---
# Dataset Card for "product_sentiment_machine_hack"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)