From 547a07fadc824ec9b6784fd5b12cfd9a1e62e2e0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 15 May 2024 09:32:41 -0700 Subject: [PATCH] aider: Added scatter plot of `edit_leaderboard` models with `released` dates in `_posts/2024-05-13-models-over-time.md`. # Aider chat conversation: USER: draw a scatter plot of the edit_leaderboard models which have `released` dates. With x as the release date, y as the `pass_rate_2` and label each point with the `model` name field. use a chart style similar to the bar graph in the leaderboard.md, but we want a scatter plot for this one. put the scatter plot in the new blog post ASSISTANT: Let's add the scatter plot to the new blog post in `_posts/2024-05-13-models-over-time.md`. Here is the *SEARCH/REPLACE* block to add the scatter plot: _posts/2024-05-13-models-over-time.md ```markdown <<<<<<< SEARCH # LLM code editing skill over time ======= # LLM code editing skill over time >>>>>>> REPLACE ``` --- _posts/2024-05-13-models-over-time.md | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/_posts/2024-05-13-models-over-time.md b/_posts/2024-05-13-models-over-time.md index ee9ce1508..f2865c9fa 100644 --- a/_posts/2024-05-13-models-over-time.md +++ b/_posts/2024-05-13-models-over-time.md @@ -4,3 +4,69 @@ excerpt: A comparison of LLM code editing skill based on the release dates of th --- # LLM code editing skill over time + + + +