Instructions to use sweepai/sweep-next-edit-v2-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update README.md
Browse files
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
|