--- dataset_info: - config_name: products features: - name: product_id dtype: string - name: product_title dtype: string - name: product_description dtype: string - name: product_bullet_point dtype: string - name: product_brand dtype: string - name: product_color dtype: string - name: product_locale dtype: string - name: split dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 1650407845 num_examples: 1371823 - name: test num_bytes: 537176847 num_examples: 443101 download_size: 1149707182 dataset_size: 2187584692 - config_name: queries features: - name: example_id dtype: int64 - name: query dtype: string - name: query_id dtype: int64 - name: product_id dtype: string - name: product_locale dtype: string - name: esci_label dtype: string - name: small_version dtype: int64 - name: large_version dtype: int64 - name: split dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 198670365 num_examples: 1983272 - name: test num_bytes: 63544917 num_examples: 638016 download_size: 63596052 dataset_size: 262215282 configs: - config_name: products data_files: - split: train path: products/train-* - split: test path: products/test-* - config_name: queries data_files: - split: train path: queries/train-* - split: test path: queries/test-* ---