Lite-Coder commited on
Commit
7c1ef9e
·
verified ·
1 Parent(s): 030e687

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - Qwen/Qwen3-30B-A3B-Instruct-2507
5
+ ---
6
+
7
+ ## **LiteCoder-Terminal-30b-a3b-sft**
8
+
9
+ **LiteCoder-Terminal-30b-a3b-sft** is part of our latest release on lightweight code agents. The model is fine-tuned from `Qwen3-30B-A3B-Instruct-2507` on the [LiteCoder-Terminal-SFT](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT) dataset.
10
+
11
+ Compared to our previous preview version, we scaled up the training data from under 1,000 samples to 11,255 trajectories, incorporating a broader task taxonomy and diverse agent scaffolds. With these updates, the model shows consistent improvements across Terminal Bench evaluations.
12
+
13
+ ## **Released Artifacts**
14
+
15
+ | 2026/04/13 | | |
16
+ | --- | --- | --- |
17
+ | LiteCoder-Terminal-30b-a3b-sft | Model | [**https://huggingface.co/Lite-Coder/LiteCoder-Terminal-30b-a3b-sft**](https://huggingface.co/Lite-Coder/LiteCoder-Terminal-30b-a3b-sft) |
18
+ | LiteCoder-Terminal-4b-sft | Model | [**https://huggingface.co/Lite-Coder/LiteCoder-Terminal-4b-sft**](https://huggingface.co/Lite-Coder/LiteCoder-Terminal-4b-sft) |
19
+ | LiteCoder-Terminal-SFT | Dataset | [**https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT/settings) |
20
+ | LiteCoder-Terminal-World-Model-SFT | Dataset | [**https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-World-Model-SFT**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-World-Model-SFT) |
21
+ | LiteCoder-Terminal-RL-preview | Dataset | [**https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-RL-preview**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-RL-preview/tree/main) |
22
+
23
+ ## **Results**
24
+
25
+ ### Terminal Bench 1.0 Performance
26
+
27
+ | Model | Agent | pass@1 | pass@4 |
28
+ | --- | --- | --- | --- |
29
+ | **LiteCoder-Terminal-30b-a3b-sft** | Terminus 2 | **24.38%** | **30%** |
30
+ | Qwen3-30B-A3B-Nex-N1 | Openhands | 18.44% | 32.5% |
31
+ | LiteCoder-30a3b-Terminal-preview | Terminus 2 | 16.56% | 27.5% |
32
+ | Qwen3-30B-A3B-Instruct | Terminus 2 | 16.56% | 28.75% |
33
+ | **LiteCoder-Terminal-4b-sft** | Terminus 2 | **13.44%** | **30%** |
34
+ | OpenThinker-Agent-v1 | Terminus 2 | 11.25% | 25% |
35
+ | LiteCoder-4b-Terminal-preview | Terminus 2 | 9.38% | 20% |
36
+ | Qwen3-4B-Instruct | Terminus 2 | 6.25% | 15% |
37
+
38
+ ### Terminal Bench 2.0 Performance
39
+
40
+ | Model | Agent | pass@1 | pass@4 |
41
+ | --- | --- | --- | --- |
42
+ | **LiteCoder-Terminal-30b-a3b-sft** | Terminus 2 | **12.36%** | **23.60%** |
43
+ | Qwen3-30B-A3B-Nex-N1 | Openhands | 12.36% | 23.60% |
44
+ | LiteCoder-30a3b-Terminal-preview | Terminus 2 | 6.18% | 13.75% |
45
+ | **LiteCoder-Terminal-4b-sft** | Terminus 2 | **5.62%** | **12.36%** |
46
+ | Qwen3-30B-A3B-Instruct | Terminus 2 | 5.34% | 11.24% |
47
+ | OpenThinker-Agent-v1 | Terminus 2 | 4.49% | 10.1% |
48
+ | LiteCoder-4b-Terminal-preview | Terminus 2 | 4.78% | 12.36% |
49
+ | Qwen3-4B-Instruct | Terminus 2 | 1.12% | 3.37% |
50
+
51
+ ### Terminal Bench Pro Performance
52
+
53
+ | Model | Agent | pass@1 |
54
+ | --- | --- | --- |
55
+ | **LiteCoder-Terminal-30b-a3b-sft** | Terminus 2 | **31.5%** |
56
+ | LiteCoder-30a3b-Terminal-preview | Terminus 2 | 22.0% |
57
+ | Qwen3-30B-A3B-Nex-N1 | Openhands | 21.0% |
58
+ | Qwen3-30B-A3B-Instruct | Terminus 2 | 20.5% |
59
+ | OpenThinker-Agent-v1 | Terminus 2 | 19.5% |
60
+ | **LiteCoder-Terminal-4b-sft** | Terminus 2 | **15.5%** |
61
+ | LiteCoder-4b-Terminal-preview | Terminus 2 | 15.0% |
62
+ | Qwen3-4B-Instruct | Terminus 2 | 3.5% |
63
+
64
+ ## **Citation**
65
+
66
+ ```bash
67
+ @misc{litecoder2026,
68
+ title={LiteCoder: Advancing Small and Medium-sized Code Agents},
69
+ author={Xiaoxuan Peng and Xinyu Lu and Kaiqi Zhang and Taosong Fang and Boxi Cao and Yaojie Lu},
70
+ year={2026},
71
+ }
72
+ ```