binwang commited on
Commit
c45bef7
·
verified ·
1 Parent(s): 4fea824

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/content.py +1 -0
app/content.py CHANGED
@@ -164,5 +164,6 @@ metrics_info = {
164
  'meteor' : 'METEOR Score. The higher, the better.',
165
  'bleu' : 'BLEU Score. The higher, the better.',
166
  'string_match' : 'From MMAU paper, after model generating the answer, the correctness is determined by string matching algorithm. https://github.com/Sakshi113/MMAU/blob/main/evaluation.py',
 
167
  }
168
 
 
164
  'meteor' : 'METEOR Score. The higher, the better.',
165
  'bleu' : 'BLEU Score. The higher, the better.',
166
  'string_match' : 'From MMAU paper, after model generating the answer, the correctness is determined by string matching algorithm. https://github.com/Sakshi113/MMAU/blob/main/evaluation.py',
167
+ 'gpt4o_judge' : 'Model-as-a-Judge Peformance. Using GPT4o. Scale from 0-100. The higher, the better. For multiple-choice questions, it reflects accuracy.',
168
  }
169