CoolFace
Datasetpublic

npuli/items_lite

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes7downloads
README.md42 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: title5    dtype: string6  - name: category7    dtype: string8  - name: price9    dtype: float6410  - name: full11    dtype: 'null'12  - name: weight13    dtype: float6414  - name: summary15    dtype: string16  - name: prompt17    dtype: 'null'18  - name: id19    dtype: 'null'20  splits:21  - name: train22    num_bytes: 1038611623    num_examples: 2000024  - name: validation25    num_bytes: 51626226    num_examples: 100027  - name: test28    num_bytes: 52032429    num_examples: 100030  download_size: 655312031  dataset_size: 1142270232configs:33- config_name: default34  data_files:35  - split: train36    path: data/train-*37  - split: validation38    path: data/validation-*39  - split: test40    path: data/test-*41---42