How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "SWE-bench/SWE-agent-LM-7B"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SWE-bench/SWE-agent-LM-7B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/SWE-bench/SWE-agent-LM-7B
Quick Links
Logo

SWE-agent LM

CodePaperSite

SWE-agent-LM-7B is a Language Model for Software Engineering trained using the SWE-smith toolkit. We introduce this model as part of our work: SWE-smith: Scaling Data for Software Engineering Agents.

SWE-agent-LM-7B is 100% open source. Training this model was simple - we fine-tuned Qwen 2.5 Coder Instruct on 5k trajectories generated by SWE-agent + Claude 3.7 Sonnet. The dataset can be found here.

SWE-agent-LM-7B is compatible with SWE-agent. Running this model locally only takes a few steps! Check here for more instructions on how to do so.

If you found this work exciting and want to push SWE-agents further, please feel free to connect with us (the SWE-bench team) more!

Downloads last month
91
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with SWE-bench/SWE-agent-LM-7B.

Model tree for SWE-bench/SWE-agent-LM-7B

Base model

Qwen/Qwen2.5-7B
Finetuned
(392)
this model
Quantizations
2 models

Dataset used to train SWE-bench/SWE-agent-LM-7B

Collection including SWE-bench/SWE-agent-LM-7B

Paper for SWE-bench/SWE-agent-LM-7B