items_raw_lite / README.md
ujjwalsingh108's picture
Upload dataset
29f0482 verified
|
Raw
History Blame Contribute Delete
778 Bytes
metadata
dataset_info:
  features:
    - name: title
      dtype: string
    - name: category
      dtype: string
    - name: price
      dtype: float64
    - name: full
      dtype: string
    - name: weight
      dtype: float64
    - name: summary
      dtype: 'null'
    - name: prompt
      dtype: 'null'
    - name: id
      dtype: 'null'
    - name: parent_asin
      dtype: string
  splits:
    - name: train
      num_bytes: 37390403
      num_examples: 20000
    - name: validation
      num_bytes: 1879784
      num_examples: 1000
    - name: test
      num_bytes: 1866037
      num_examples: 1000
  download_size: 23314352
  dataset_size: 41136224
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*