Skip to content

Commit 97ddf56

Browse files
author
Ubuntu
committed
Merge branch 'method-comparison-results' of github.com:huggingface/peft into method-comparison-results
2 parents c404123 + 2a44c0b commit 97ddf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

method_comparison/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def generate_pareto_plot(df, metric_x, metric_y):
145145
title=f"Pareto Frontier for {metric_x} vs {metric_y}",
146146
template="seaborn",
147147
height=700,
148-
width=900,
148+
autosize=True,
149149
xaxis_title=metric_x,
150150
yaxis_title=metric_y,
151151
)
@@ -349,7 +349,7 @@ def reset_filter(task_name, model_id, metric_x, metric_y):
349349

350350

351351
# TODO only 1 task, using temporary results for now
352-
path = os.path.join(os.path.dirname(__file__), "MetaMathQA", "temporary_results")
352+
path = os.path.join(os.path.dirname(__file__), "MetaMathQA", "results")
353353
df = load_df(path, task_name="MetaMathQA")
354354
demo = build_app(df)
355355
demo.launch()

0 commit comments

Comments
 (0)