Skip to content

Commit

Permalink
Urgent: Mixtral submission checker error (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzhihanj authored Jul 18, 2024
1 parent c3c68ee commit 2ed9555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@
"TOKENS_PER_SAMPLE": r".*'tokens_per_sample':\s([\d.]+).*",
"CLIP_SCORE": r".*'CLIP_SCORE':\s([\d.]+).*",
"FID_SCORE": r".*'FID_SCORE':\s([\d.]+).*",
"gsm8k_accuracy": r"'gsm8k':\s([\d.]+).*",
"mbxp_accuracy": r"'mbxp':\s([\d.]+).*",
"gsm8k_accuracy": r".*'gsm8k':\s([\d.]+).*",
"mbxp_accuracy": r".*'mbxp':\s([\d.]+).*",
}

SYSTEM_DESC_REQUIRED_FIELDS = [
Expand Down

0 comments on commit 2ed9555

Please sign in to comment.