mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Chore] Save more digits in HuSimpleQASummarizer
This commit is contained in:
parent
b3b5bacc4f
commit
5ecb56a848
@ -50,7 +50,7 @@ def get_capability_results(
|
||||
for judge in ['correct', 'incorrect', 'not_attempted']:
|
||||
count = c[judge]
|
||||
col_name.append(dim + ' ' + judge)
|
||||
column.append(round(count / dim_count, 2))
|
||||
column.append(round(count / dim_count, 4))
|
||||
col_name.append(dim + ' count')
|
||||
column.append(dim_count)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user