--- dataset_info: features: - name: image dtype: image - name: image_caption dtype: string - name: rule_1_violation struct: - name: bounding_box list: list: float32 - name: reason dtype: string - name: rule_2_violation struct: - name: bounding_box list: list: float32 - name: reason dtype: string - name: rule_3_violation struct: - name: bounding_box list: list: float32 - name: reason dtype: string - name: rule_4_violation struct: - name: bounding_box list: list: float32 - name: reason dtype: string splits: - name: train num_bytes: 10704093 num_examples: 54 - name: test num_bytes: 2775135 num_examples: 14 download_size: 13480614 dataset_size: 13479228 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---