diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index 6c0aebfc6..617e38c26 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -13,6 +13,12 @@ nav_exclude: true Here's a table containing the benchmark data for different model configurations: + + {% assign sorted_data = site.data.senior | sort: "pass_rate_2" | reverse %} {% assign grouped_data = sorted_data | group_by: "model" %} @@ -29,8 +35,9 @@ Here's a table containing the benchmark data for different model configurations: {% for group in grouped_data %} + {% assign group_class = forloop.index | modulo: 2 | plus: 1 %} {% for item in group.items %} - + {{ item.model }} {{ item.junior_model }} {{ item.junior_edit_format }}