Studeni's picture
Upload dataset
86eda98 verified
|
raw
history blame
1.2 kB
metadata
dataset_info:
  - config_name: metadata
    features:
      - name: asin
        dtype: string
      - name: title
        dtype: string
      - name: description
        dtype: string
      - name: brand
        dtype: string
      - name: main_cat
        dtype: string
      - name: category
        sequence: string
      - name: also_buy
        sequence: string
      - name: also_view
        sequence: string
      - name: imageURL
        sequence: string
      - name: imageURLHighRes
        sequence: string
    splits:
      - name: train
        num_bytes: 1113470680
        num_examples: 962292
    download_size: 444140373
    dataset_size: 1113470680
  - config_name: reviews
    features:
      - name: reviewerID
        dtype: string
      - name: reviewerName
        dtype: string
      - name: overall
        sequence: int64
      - name: reviewTime
        sequence: timestamp[us]
      - name: asin
        sequence: string
      - name: reviewText
        sequence: string
      - name: summary
        sequence: string
    splits:
      - name: train
        num_bytes: 1229431317
        num_examples: 452208
    download_size: 691394028
    dataset_size: 1229431317
configs:
  - config_name: metadata
    data_files:
      - split: train
        path: metadata/train-*
  - config_name: reviews
    data_files:
      - split: train
        path: reviews/train-*