gneubig commited on
Commit
524c99e
·
verified ·
1 Parent(s): 9c960aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -26,6 +26,10 @@ datasets:
26
 
27
  **Pre-RL checkpoint — rejection fine-tuned on expert trajectories from CodeScout-14B.**
28
 
 
 
 
 
29
  CodeScout-1.7B-RFT is part of the **CodeScout** family of open-source RL-trained code search agents.
30
  CodeScout models achieve state-of-the-art repository-level code localization using *nothing more than a standard Unix terminal* — no static analysis, no repository graphs, no language-specific tooling.
31
 
@@ -51,6 +55,13 @@ Performance on SWE-Bench code localization (instance-averaged F1 scores):
51
  | **SWE-Bench Lite** — Func F1 | 27.07 | 39.87 | **44.43** |
52
 
53
 
 
 
 
 
 
 
 
54
  ## Training
55
 
56
  CodeScout-1.7B-RFT is the intermediate checkpoint produced by rejection fine-tuning (RFT) `Qwen3-1.7B` on expert trajectories from CodeScout-14B, before the final RL stage.
 
26
 
27
  **Pre-RL checkpoint — rejection fine-tuned on expert trajectories from CodeScout-14B.**
28
 
29
+ <p align="center">
30
+ <img src="codescout_overview.png" alt="CodeScout Overview" width="100%">
31
+ </p>
32
+
33
  CodeScout-1.7B-RFT is part of the **CodeScout** family of open-source RL-trained code search agents.
34
  CodeScout models achieve state-of-the-art repository-level code localization using *nothing more than a standard Unix terminal* — no static analysis, no repository graphs, no language-specific tooling.
35
 
 
55
  | **SWE-Bench Lite** — Func F1 | 27.07 | 39.87 | **44.43** |
56
 
57
 
58
+ <p align="center">
59
+ <img src="f1_vs_params_file.png" alt="File-level F1 vs Model Size" width="48%">
60
+ <img src="f1_vs_params_function.png" alt="Function-level F1 vs Model Size" width="48%">
61
+ </p>
62
+
63
+ <p align="center"><em>Code localization performance on SWE-Bench Verified. CodeScout (⭐) achieves superior or competitive results over larger open-source LLMs and narrows the gap with closed-source frontier models.</em></p>
64
+
65
  ## Training
66
 
67
  CodeScout-1.7B-RFT is the intermediate checkpoint produced by rejection fine-tuning (RFT) `Qwen3-1.7B` on expert trajectories from CodeScout-14B, before the final RL stage.