items_raw_full / README.md
khirodsahoo93's picture
Upload dataset
42f1232 verified
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'
  splits:
    - name: train
      num_bytes: 1490283395
      num_examples: 800000
    - name: validation
      num_bytes: 18016558
      num_examples: 10000
    - name: test
      num_bytes: 18119277
      num_examples: 10000
  download_size: 857419950
  dataset_size: 1526419230
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*