Add library_name, pipeline_tag and links to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,14 +1,20 @@
1
  ---
2
- license: mit
3
  base_model:
4
- - Qwen/Qwen3-4B-Instruct-2507
 
 
 
5
  ---
6
 
7
  ## **LiteCoder-Terminal-4b-sft**
8
 
9
- **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.
 
 
 
 
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-4B-Instruct-2507
4
+ license: mit
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
  ---
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