whyu commited on
Commit
b1adb19
1 Parent(s): d873adb

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ markdown = """
298
 
299
  In this demo, we offer MM-Vet LLM-based (GPT-4) evaluator to grade open-ended outputs from your models.
300
 
301
- Plese upload your json file of your model results containing `\{v1_0\: ..., v1_1\: ..., \}`like
302
 
303
  The grading may last 5 minutes. Sine we only support 1 queue, the grading time may be longer when you need to wait for other users' grading to finish.
304
 
 
298
 
299
  In this demo, we offer MM-Vet LLM-based (GPT-4) evaluator to grade open-ended outputs from your models.
300
 
301
+ Plese upload your json file of your model results containing `\{v1_0\: ..., v1_1\: ..., \}`like [this json file](https://raw.githubusercontent.com/yuweihao/MM-Vet/main/results/llava_llama2_13b_chat.json).
302
 
303
  The grading may last 5 minutes. Sine we only support 1 queue, the grading time may be longer when you need to wait for other users' grading to finish.
304