multimodal3-data / dataset_infos.json
jackhallstone's picture
Add dataloader.py, README.md, dataset_infos.json, metadata_sample.jsonl
84a0d07 verified
Raw
History Blame Contribute Delete
508 Bytes
{
"description": "Metadata sample and preparation pipeline for memes / multimodal3 data",
"features": {
"id": {
"dtype": "string"
},
"description": {
"dtype": "string"
},
"label": {
"dtype": "int64"
},
"domain": {
"dtype": "string"
},
"modality": {
"dtype": "string"
}
},
"splits": {
"sample": {
"num_examples": 24
}
},
"release_status": "metadata sample; full source data not bundled"
}