File size: 527 Bytes
b9a1b9e
 
 
 
 
 
 
 
 
 
 
 
 
 
dd1a53f
 
 
 
 
 
7600e95
 
 
b9a1b9e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "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"
  }
}