--- dataset_info: features: - name: event_name dtype: string - name: tweet_id dtype: int64 - name: image_id dtype: string - name: tweet_text dtype: string - name: image dtype: image - name: label dtype: string - name: label_text dtype: string - name: label_image dtype: string - name: label_text_image dtype: string - name: image_path dtype: string - name: text_embeds sequence: float32 - name: image_embeds sequence: float32 - name: features sequence: float32 - name: labels dtype: int64 splits: - name: train num_bytes: 738558289.25 num_examples: 6126 - name: dev num_bytes: 112286704.0 num_examples: 998 - name: test num_bytes: 105878132.0 num_examples: 955 download_size: 999927479 dataset_size: 956723125.25 configs: - config_name: default data_files: - split: train path: data/train-* - split: dev path: data/dev-* - split: test path: data/test-* ---