kevinlu1248 commited on
Commit
851f4ac
·
verified ·
1 Parent(s): abc1022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ pipeline_tag: text-generation
13
 
14
  # sweep-next-edit-v2-7B
15
 
 
 
16
  A 7B parameter model that predicts the next edit a developer will make. Given the current file, recent diffs, and cursor position, the model predicts what code block the developer will change next and how.
17
 
18
  ## Usage
 
13
 
14
  # sweep-next-edit-v2-7B
15
 
16
+ Blog: https://blog.sweep.dev/posts/oss-next-edit
17
+
18
  A 7B parameter model that predicts the next edit a developer will make. Given the current file, recent diffs, and cursor position, the model predicts what code block the developer will change next and how.
19
 
20
  ## Usage