| dataset_info: | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: image_url | |
| dtype: string | |
| - name: bust | |
| dtype: int16 | |
| - name: cup | |
| dtype: string | |
| - name: eyes | |
| dtype: string | |
| - name: hair | |
| dtype: string | |
| - name: height | |
| dtype: int16 | |
| - name: hips | |
| dtype: int16 | |
| - name: shoes | |
| dtype: string | |
| - name: size | |
| dtype: string | |
| - name: waist | |
| dtype: int16 | |
| splits: | |
| - name: train | |
| num_bytes: 2837768.7074493985 | |
| num_examples: 26966 | |
| download_size: 274107 | |
| dataset_size: 2837768.7074493985 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| ```python | |
| Dataset({ | |
| features: ['id', 'image_url', 'bust', 'cup', 'eyes', 'hair', 'height', 'hips', 'shoes', 'size', 'waist'], | |
| num_rows: 26966 | |
| }) | |
| ``` | |
| **DS size**: 26966 | |
| **Unique Identities**: 979 | |