/instinct

The state-of-the-art open Next Edit model, built by Continue

Primary LanguagePythonApache License 2.0Apache-2.0

Instinct, Continue's Open Next Edit Model

This repo contains code used to train and evaluate Continue's Instinct Next Edit model. Learn more about Instinct here.

To install dependencies, run:

pip install uv
uv pip install -r requirements.txt
uv pip install --no-build-isolation flash-attn==2.5.8

The fine-tuning script is located in the sft directory and run via launch_sft.sh. Please feel free to work off of this code to enhance Instinct! We welcome contributions.