--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: eval path: data/eval-* dataset_info: features: - name: Product Name dtype: string - name: Category dtype: string - name: Description dtype: string - name: Selling Price dtype: string - name: Product Specification dtype: string - name: Image dtype: string splits: - name: train num_bytes: 12542887 num_examples: 23993 - name: test num_bytes: 3499375 num_examples: 6665 - name: eval num_bytes: 1376174 num_examples: 2666 download_size: 6391314 dataset_size: 17418436 --- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)