Skip to content

Commit 0c81d31

Browse files
Ikko Eltociear Ashimineczczup
authored andcommitted
chore: update calculate_score.py (#656)
socre -> score
1 parent 49eb483 commit 0c81d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internvl_chat/eval/mathvista/calculate_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get_acc_with_contion(res_pd, key, value):
101101
parser.add_argument('--gt_file', type=str, default='./data/MathVista/annot_testmini.json', help='ground truth file')
102102
parser.add_argument('--number', type=int, default=-1, help='number of problems to run')
103103
parser.add_argument('--rerun', action='store_true', help='rerun the evaluation')
104-
parser.add_argument('--caculate_gain', action='store_true', help='caculate the socre gains over random guess')
104+
parser.add_argument('--caculate_gain', action='store_true', help='caculate the score gains over random guess')
105105
parser.add_argument('--random_file', type=str, default='score_random_guess.json')
106106
args = parser.parse_args()
107107

0 commit comments

Comments
 (0)