mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
MMMU pro needs 10 choices
This commit is contained in:
parent
d117bfe597
commit
9c26992390
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ MULTILINGUAL_ANSWER_REGEXES = [
|
||||||
r"Àṣàyàn\s*:",
|
r"Àṣàyàn\s*:",
|
||||||
]
|
]
|
||||||
|
|
||||||
MULTILINGUAL_ANSWER_PATTERN_TEMPLATE = r"(?i){}\s*([A-D]|[أ-د]|[অ]|[ব]|[ড]|[ঢ]|[A]|[B]|[C]|[D])"
|
MULTILINGUAL_ANSWER_PATTERN_TEMPLATE = r"(?i){}\s*([A-J]|[أ-د]|[অ]|[ব]|[ড]|[ঢ]|[A]|[B]|[C]|[D])"
|
||||||
|
|
||||||
regex_parser_multiple_choice_answer = ScoringFn(
|
regex_parser_multiple_choice_answer = ScoringFn(
|
||||||
identifier="basic::regex_parser_multiple_choice_answer",
|
identifier="basic::regex_parser_multiple_choice_answer",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue