Lite-Coder commited on
Commit
4b582d6
·
verified ·
1 Parent(s): a96fc09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -8,23 +8,22 @@ pipeline_tag: text-generation
8
 
9
  ## **LiteCoder-Terminal-4b-sft**
10
 
11
- **LiteCoder-Terminal-4b-sft** is part of our latest release on lightweight code agents. The model is fine-tuned from `Qwen3-4B-Instruct-2507` on the [LiteCoder-Terminal-SFT](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT) dataset.
12
-
13
- This model was introduced in the paper [LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents](https://huggingface.co/papers/2605.29559).
14
 
15
- **Code:** [https://github.com/icip-cas/LiteCoder](https://github.com/icip-cas/LiteCoder)
16
 
17
  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.
18
 
19
  ## **Released Artifacts**
20
 
21
- | 2026/04/13 | | |
22
  | --- | --- | --- |
23
- | 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) |
24
- | LiteCoder-Terminal-4b-sft | Model | [**https://huggingface.co/Lite-Coder/LiteCoder-Terminal-4b-sft**](https://huggingface.co/Lite-Coder/LiteCoder-Terminal-4b-sft) |
25
- | LiteCoder-Terminal-SFT | Dataset | [**https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT/settings) |
26
- | 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) |
27
- | 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) |
 
28
 
29
  ## **Results**
30
 
@@ -69,7 +68,7 @@ Compared to our previous preview version, we scaled up the training data from un
69
 
70
  ## **Citation**
71
 
72
- ```bash
73
  @article{peng2026litecoderterminal,
74
  title={LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents},
75
  author={Peng, Xiaoxuan and Zhang, Kaiqi and Lu, Xinyu and Cao, Boxi and Lu, Yaojie and Lin, Hongyu and Han, Xianpei and Sun, Le},
 
8
 
9
  ## **LiteCoder-Terminal-4b-sft**
10
 
11
+ [**Paper**](https://huggingface.co/papers/2605.29559) | [**Code**](https://github.com/icip-cas/LiteCoder) | [**Blog Post**](https://huggingface.co/blog/Lite-Coder/releasing-litecoder-terminal)
 
 
12
 
13
+ **LiteCoder-Terminal-4b-sft** is part of our latest release on lightweight code agents. The model is fine-tuned from `Qwen3-4B-Instruct-2507` on the [LiteCoder-Terminal-SFT](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT) dataset.
14
 
15
  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.
16
 
17
  ## **Released Artifacts**
18
 
19
+ | Date | Type | Link |
20
  | --- | --- | --- |
21
+ | 2026/04/13 | Model | [**LiteCoder-Terminal-30b-a3b-sft**](https://huggingface.co/Lite-Coder/LiteCoder-Terminal-30b-a3b-sft) |
22
+ | 2026/04/13 | Model | [**LiteCoder-Terminal-4b-sft**](https://huggingface.co/Lite-Coder/LiteCoder-Terminal-4b-sft) |
23
+ | 2026/04/13 | Dataset | [**LiteCoder-Terminal-SFT**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-SFT) |
24
+ | 2026/04/13 | Dataset | [**LiteCoder-Terminal-World-Model-SFT**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-World-Model-SFT) |
25
+ | 2026/04/13 | Dataset | [**LiteCoder-Terminal-RL-preview**](https://huggingface.co/datasets/Lite-Coder/LiteCoder-Terminal-RL-preview) |
26
+ | 2026/04/13 | Code | [**icip-cas/LiteCoder**](https://github.com/icip-cas/LiteCoder) |
27
 
28
  ## **Results**
29
 
 
68
 
69
  ## **Citation**
70
 
71
+ ```bibtex
72
  @article{peng2026litecoderterminal,
73
  title={LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents},
74
  author={Peng, Xiaoxuan and Zhang, Kaiqi and Lu, Xinyu and Cao, Boxi and Lu, Yaojie and Lin, Hongyu and Han, Xianpei and Sun, Le},