Skip to content

Commit

Permalink
Support v4.1 accuracy RE for SDXL
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Feb 6, 2025
1 parent 0e1e39d commit d956f8b
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 @@ -746,8 +746,8 @@
"ROUGELSUM": r".*'rougeLsum':\s([\d.]+).*",
"GEN_LEN": r".*'gen_len':\s([\d.]+).*",
"TOKENS_PER_SAMPLE": r".*'tokens_per_sample':\s([\d.]+).*",
"CLIP_SCORE": r".*'CLIP_SCORE':\s.([\d.]+).*",
"FID_SCORE": r".*'FID_SCORE':\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.]+).*",
"exact_match": r".*'exact_match':\s([\d.]+).*"
Expand Down

0 comments on commit d956f8b

Please sign in to comment.