ZTWHHH commited on
Commit
760cf7e
·
verified ·
1 Parent(s): 7ee8ff1

Add v2 manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +48 -0
metadata.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "TextCaps",
3
+ "release_date": "2020-03-24",
4
+ "subsets": {
5
+ "main": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "captioning",
13
+ "prompt_template": "<image>{{ question }}",
14
+ "mapping_from_source": {
15
+ "media": {
16
+ "from": "image",
17
+ "type": "list",
18
+ "min_items": 1,
19
+ "max_items": 1
20
+ },
21
+ "id": {
22
+ "from": "question_id"
23
+ },
24
+ "question": {
25
+ "from": "question"
26
+ },
27
+ "answer": {
28
+ "from": "reference_strs",
29
+ "optional": true
30
+ },
31
+ "extra": {
32
+ "image_id": {
33
+ "from": "image_id"
34
+ },
35
+ "image_classes": {
36
+ "from": "image_classes"
37
+ }
38
+ },
39
+ "source": {
40
+ "format": "huggingface",
41
+ "url": {
42
+ "val": "https://huggingface.co/datasets/lmms-lab/TextCaps"
43
+ }
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }