Skip to content

Commit

Permalink
Now the result can show the entire model name no matter the length of…
Browse files Browse the repository at this point in the history
… model name
  • Loading branch information
hitoshizuku7 committed Nov 30, 2023
1 parent ae9e28f commit b8f5683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_judge/show_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def display_result_pairwise(args):
print(f"Input file: {input_file}")
df_all = pd.read_json(input_file, lines=True)
print(args.model_list)

pd.set_option('display.max_colwidth', 1000)
list_res = []
# traverse df row by row
for index, row in df_all.iterrows():
Expand Down

0 comments on commit b8f5683

Please sign in to comment.