This commit is contained in:
Paul Gauthier 2024-06-01 11:46:53 -07:00
parent 26edbcc8f1
commit bc4d39ddf2
4 changed files with 39 additions and 39 deletions

View file

@ -54,7 +54,7 @@ def plot_swe_bench(data_file, is_lite):
if is_lite:
colors = ["#17965A" if "Aider" in model else "#b3d1e6" for model in models]
else:
colors = ["#155F91" if "Aider" in model else "#b3e6a8" for model in models]
colors = ["#155F91" if "Aider" in model else "#b3d1e6" for model in models]
bars = []
for model, pass_rate, color in zip(models, pass_rates, colors):