metadata
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: 1167687445.875
num_examples: 9601
- name: dev
num_bytes: 182894562.375
num_examples: 1573
- name: test
num_bytes: 176512271.25
num_examples: 1534
download_size: 1596619450
dataset_size: 1527094279.5
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
- split: test
path: data/test-*