Add library name, pipeline tag and links to paper/code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -1,14 +1,19 @@
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
 
 
1
  ---
 
2
  base_model:
3
+ - Qwen/Qwen3-30B-A3B-Instruct-2507
4
+ license: mit
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
  ---
8
 
9
  ## **LiteCoder-Terminal-30b-a3b-sft**
10
 
11
+ **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.
12
+
13
+ - **Paper:** [LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents](https://huggingface.co/papers/2605.29559)
14
+ - **Code:** [https://github.com/icip-cas/LiteCoder](https://github.com/icip-cas/LiteCoder)
15
 
16
+ 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.
17
 
18
  ## **Released Artifacts**
19