Competition / README.md
Sinoosoida's picture
Upload dataset
5a5e193 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: base
      dtype: image
    - name: cand
      dtype: image
    - name: base_item_id
      dtype: string
    - name: cand_item_id
      dtype: string
    - name: base_title
      dtype: string
    - name: cand_title
      dtype: string
    - name: base_description
      dtype: string
    - name: cand_description
      dtype: string
    - name: base_category_name
      dtype: string
    - name: cand_category_name
      dtype: string
    - name: base_subcategory_name
      dtype: string
    - name: cand_subcategory_name
      dtype: string
    - name: base_param1
      dtype: string
    - name: cand_param1
      dtype: string
    - name: base_param2
      dtype: string
    - name: cand_param2
      dtype: string
    - name: base_price
      dtype: int64
    - name: cand_price
      dtype: int64
    - name: base_json_params
      dtype: string
    - name: cand_json_params
      dtype: string
    - name: base_count_images
      dtype: float64
    - name: cand_count_images
      dtype: float64
    - name: is_same_location
      dtype: bool
    - name: is_same_region
      dtype: bool
    - name: is_double
      dtype:
        class_label:
          names:
            '0': neg
            '1': pos
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 143775529186.22
      num_examples: 1716403
    - name: val
      num_bytes: 6867169175.98
      num_examples: 81677
    - name: test
      num_bytes: 7024471916.5
      num_examples: 81475
    - name: submit
      num_bytes: 43276934018
      num_examples: 500000
  download_size: 149034020748
  dataset_size: 207635373753.40002
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
      - split: submit
        path: data/submit-*