Upload folder using huggingface_hub
Browse files- 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 |
|