File size: 1,407 Bytes
5df9862
 
 
 
 
 
 
 
 
 
 
 
e3f8df6
5df9862
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166051f
 
9059285
 
2921cf0
5df9862
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "NoCaps",
  "release_date": "2026-05-15",
  "subsets": {
    "main": {
      "language": [
        "en"
      ],
      "modalities": [
        "single_image_start"
      ],
      "task_type": "captioning",
      "prompt_template": "<image>Provide a one-sentence caption for the provided image.",
      "mapping_from_source": {
        "media": {
          "from": "image",
          "type": "list",
          "min_items": 1,
          "max_items": 1
        },
        "id": {
          "from": "image_id"
        },
        "question": {
          "from": "image_file_name"
        },
        "answer": {
          "from": "annotations_captions",
          "optional": true
        },
        "extra": {
          "image_coco_url": {
            "from": "image_coco_url"
          },
          "image_open_images_id": {
            "from": "image_open_images_id"
          }
        },
        "source": {
          "format": "json",
          "url": {
            "validation": "https://huggingface.co/datasets/lmms-lab/NoCaps"
          }
        }
      },
      "prompt_template_source": {
        "origin": "official",
        "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_caption.py (ImageCaptionDataset canonical caption prompt)",
        "notes": "Tier 3: VLMEvalKit ImageCaptionDataset canonical NoCaps captioning prompt."
      }
    }
  }
}