ZTWHHH commited on
Commit
0690d30
·
verified ·
1 Parent(s): 7f46533

Refine prompt_template_source: cite verifiable official sources per 2026-05-30 deep audit

Browse files
Files changed (1) hide show
  1. metadata.json +3 -3
metadata.json CHANGED
@@ -45,9 +45,9 @@
45
  }
46
  },
47
  "prompt_template_source": {
48
- "origin": "fallback",
49
- "reference": "T3-adapted",
50
- "notes": "VLMEvalKit-style MCQ with per-dataset adaptation"
51
  }
52
  }
53
  }
 
45
  }
46
  },
47
  "prompt_template_source": {
48
+ "origin": "official",
49
+ "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/mmstar/utils.py (mmstar_doc_to_text — uses base question with optional 'Please select the correct answer from the options above.' trailer)",
50
+ "notes": "lmms-eval MMStar canonical evaluation prompt."
51
  }
52
  }
53
  }