Update README.md
Browse files
README.md
CHANGED
|
@@ -23,16 +23,16 @@ pipeline_tag: text-generation
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
-
[](https://locoremind.com/blog/loco-operator)
|
|
|
|
|
|
|
| 28 |
|
| 29 |
</div>
|
| 30 |
|
| 31 |
-
> **LocoOperator-4B** is a 4B-parameter code exploration agent distilled from Qwen3-Coder-Next. Designed as a local sub agent for Claude Code-style agent loops — fast codebase navigation at zero API cost.
|
| 32 |
-
|
| 33 |
## Introduction
|
| 34 |
|
| 35 |
-
LocoOperator-4B is a tool-calling agent model trained via knowledge distillation from **Qwen3-Coder-Next** inference traces. It specializes in multi-turn codebase exploration — reading files, searching code, and navigating project structures within a Claude Code-style agent loop.
|
| 36 |
|
| 37 |
| | LocoOperator-4B |
|
| 38 |
|:--|:--|
|
|
|
|
| 23 |
|
| 24 |
<div align="center">
|
| 25 |
|
| 26 |
+
[](https://huggingface.co/LocoreMind/LocoOperator-4B)
|
| 27 |
[](https://locoremind.com/blog/loco-operator)
|
| 28 |
+
[](https://github.com/LocoreMind/LocoOperator)
|
| 29 |
+
[](https://colab.research.google.com/github/LocoreMind/LocoOperator/blob/main/LocoOperator_4B.ipynb)
|
| 30 |
|
| 31 |
</div>
|
| 32 |
|
|
|
|
|
|
|
| 33 |
## Introduction
|
| 34 |
|
| 35 |
+
**LocoOperator-4B** is a 4B-parameter tool-calling agent model trained via knowledge distillation from **Qwen3-Coder-Next** inference traces. It specializes in multi-turn codebase exploration — reading files, searching code, and navigating project structures within a Claude Code-style agent loop. Designed as a local sub agent, it runs via llama.cpp at zero API cost.
|
| 36 |
|
| 37 |
| | LocoOperator-4B |
|
| 38 |
|:--|:--|
|