jjovalle99's picture
Upload README.md with huggingface_hub
b8ea3cb
|
raw
history blame contribute delete
No virus
845 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: asin
      dtype: string
    - name: overall
      dtype: string
    - name: reviewText
      dtype: string
    - name: reviewerID
      dtype: string
    - name: reviewerName
      dtype: string
    - name: summary
      dtype: string
    - name: unixReviewTime
      dtype: string
    - name: verified
      dtype: string
    - name: vote
      dtype: string
    - name: image
      dtype: string
    - name: style
      dtype: string
  splits:
    - name: train
      num_bytes: 63661030555
      num_examples: 138631625
  download_size: 36164455018
  dataset_size: 63661030555

Dataset Card for "amazon_reviews_datathon_2023"

More Information needed