{ | |
"lisz1012_hateful_memes": { | |
"hf_hub_url": "lisz1012/hateful_memes", | |
"columns": { | |
"id": "id", | |
"img": "img", | |
"text": "text", | |
"label": "label" | |
}, | |
"splits": { | |
"train": "train.jsonl", | |
"validation": "dev.jsonl", | |
"test": "test.jsonl" | |
}, | |
"img_dir": "img/", | |
"features": { | |
"id": "int64", | |
"img": "string", | |
"text": "string", | |
"label": "int64" | |
}, | |
"description": "Dataset for hateful memes classification.", | |
"license": "MIT" | |
} | |
} | |