--- dataset_info: features: - name: title dtype: string - name: title_en dtype: string - name: category dtype: string - name: price dtype: float64 - name: source dtype: string - name: brand dtype: string - name: full dtype: string - name: weight dtype: float64 - name: specs dtype: string - name: prompt dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 21646902 num_examples: 9428 - name: validation num_bytes: 1318486 num_examples: 589 - name: test num_bytes: 4024993 num_examples: 1768 download_size: 12464739 dataset_size: 26990381 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---