| | --- |
| | dataset_info: |
| | features: |
| | - name: image |
| | dtype: image |
| | - name: filepath |
| | dtype: string |
| | - name: sentids |
| | list: int32 |
| | - name: filename |
| | dtype: string |
| | - name: imgid |
| | dtype: int32 |
| | - name: split |
| | dtype: string |
| | - name: sentences_tokens |
| | list: |
| | list: string |
| | - name: sentences_raw |
| | list: string |
| | - name: sentences_sentid |
| | list: int32 |
| | - name: cocoid |
| | dtype: int32 |
| | splits: |
| | - name: train |
| | num_bytes: 18813639604.165 |
| | num_examples: 113287 |
| | - name: validation |
| | num_bytes: 804347044.0 |
| | num_examples: 5000 |
| | - name: test |
| | num_bytes: 816200879.0 |
| | num_examples: 5000 |
| | download_size: 20138123288 |
| | dataset_size: 20434187527.165 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | - split: validation |
| | path: data/validation-* |
| | - split: test |
| | path: data/test-* |
| | --- |
| | Datasets4.0に対応するため、HuggingFaceのMSCOCOから引っ張ってきた。 |
| | https://huggingface.co/datasets/HuggingFaceM4/COCO |
| |
|