product-catalogue / README.md
Kshetrajna's picture
Upload dataset
d886b99 verified
|
raw
history blame
689 Bytes
metadata
dataset_info:
  features:
    - name: product_title
      dtype: string
    - name: product_description
      dtype: string
    - name: product_image
      dtype: image
    - name: potential_product_categories
      list: string
    - name: ground_truth_brand
      dtype: string
    - name: ground_truth_is_secondhand
      dtype: bool
    - name: ground_truth_category
      dtype: string
  splits:
    - name: train
      num_bytes: 2091545165
      num_examples: 38917
    - name: test
      num_bytes: 512186339
      num_examples: 9730
  download_size: 2469913869
  dataset_size: 2603731504
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*