tianzl66/Qwen3-8B-InstructionFollowing-LoRA
042
Qwen3-8B + Instruction Following — LoRA
This repository contains the all-linear instruction-following LoRA checkpoint of Qwen3-8B.
Base Model
Qwen/Qwen3-8B
Source LoRA
- Dataset: Tulu-3 SFT instruction-following split
- Samples: 29,980
- Epochs: 2
- Sequence length: 4096
- Global batch size: 128
- LoRA rank: 16
- LoRA alpha: 32
- LoRA dropout: 0.05
- Learning rate: 4e-4
- LR schedule: cosine, warmup ratio 0.03
- Target modules: qproj, kproj, vproj, oproj, gateproj, upproj, down_proj
- Chat template: non-thinking (
enable_thinking=False) - Seed: 42
Evaluation
Evaluation on IFEval (541 prompts, 834 instructions).
Settings: Qwen3 non-thinking chat template (enable_thinking=False), greedy decoding, max_new_tokens=2048, vLLM backend, FLASH_ATTENTION, max model length 4096, seed 42.
Files
adapter_model.safetensors: PEFT LoRA weightsadapter_config.json: PEFT configurationeval-ifeval/metrics.json: aggregate IFEval metricseval-ifeval/outputs.jsonl: per-prompt generations and instruction resultsrun_config.json/run_args.json: training configuration
