From 0a5c1960b36f5712f58d29dbb06df93463db93c7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 May 2025 11:01:15 -0700 Subject: [PATCH] cleanup --- aider/website/_post/2025-05-08-qwen3.md | 283 ------------------------ 1 file changed, 283 deletions(-) delete mode 100644 aider/website/_post/2025-05-08-qwen3.md diff --git a/aider/website/_post/2025-05-08-qwen3.md b/aider/website/_post/2025-05-08-qwen3.md deleted file mode 100644 index 5279a39e1..000000000 --- a/aider/website/_post/2025-05-08-qwen3.md +++ /dev/null @@ -1,283 +0,0 @@ ---- -layout: post -title: Qwen3 Benchmark Results -excerpt: "Benchmark results for Qwen3 models using the Aider polyglot coding benchmark." -date: 2025-05-08 ---- - -You can add some introductory text for your blog post here. - -

Qwen3 polyglot coding leaderboard

- -
- -
- - - -
- -
- - - - - - - - - - - - - - - {% assign max_cost = 0 %} - {% for row in site.data.qwen3_leaderboard %} {# <-- MODIFIED DATA SOURCE #} - {% if row.total_cost > max_cost %} - {% assign max_cost = row.total_cost %} - {% endif %} - {% endfor %} - {% if max_cost == 0 %}{% assign max_cost = 1 %}{% endif %} - {% assign edit_sorted = site.data.qwen3_leaderboard | sort: 'pass_rate_2' | reverse %} {# <-- MODIFIED DATA SOURCE #} - {% for row in edit_sorted %} {% comment %} Add loop index for unique IDs {% endcomment %} - {% assign row_index = forloop.index0 %} - - - - - - - - - - - - - {% endfor %} - -
- - ModelPercent correctCostCommandCorrect edit formatEdit Format
- - - {{ row.model }} -
- {{ row.pass_rate_2 }}% -
- {% if row.total_cost > 0 %} -
- {% endif %} - {% assign rounded_cost = row.total_cost | times: 1.0 | round: 2 %} - {% if row.total_cost == 0 or rounded_cost == 0.00 %}{% else %}${{ rounded_cost }}{% endif %} -
{{ row.command }}{{ row.percent_cases_well_formed }}%{{ row.edit_format }}
- - - - - -

-By [Your Name], -last updated - - -