| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: "train-*.parquet" | |
| - split: small | |
| path: "small*.parquet" | |
| dataset_info: | |
| features: | |
| - name: image | |
| struct: | |
| dtype: image | |
| decode: true | |
| - list: | |
| - list: | |
| - dtype: float64 | |
| name: x | |
| - dtype: float64 | |
| name: y | |
| name: points | |
| - dtype: string | |
| name: label | |
| name: annotations | |
| This is derived from the [Pixmo Points dataset](https://huggingface.co/datasets/allenai/pixmo-points). | |