product_data / README.md
Adapala's picture
Upload dataset
7fc64fb verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: name
      dtype: string
    - name: price
      dtype: string
    - name: original_price
      dtype: string
    - name: discount
      dtype: string
    - name: ratings
      dtype: string
    - name: image
      dtype: string
    - name: product_link
      dtype: string
    - name: Description
      dtype: string
  splits:
    - name: train
      num_bytes: 19117425.015230976
      num_examples: 50187
    - name: test
      num_bytes: 8193290.984769025
      num_examples: 21509
  download_size: 12674923
  dataset_size: 27310716
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*