Views
No views yet
Qwen/Qwen3-4B-Thinking-2507
into a terminal agent.| Path | What |
|---|---|
README.md | top-level overview |
docs/PROJECT_OVERVIEW.md | project goals + status |
docs/DATA_PIPELINE.md | how the training corpus is built |
docs/FILTER_DESIGN.md | filter rules deep dive |
docs/MODEL_SELECTION.md | why Qwen3-4B-Thinking-2507 vs alternatives |
docs/HPC_PRINCIPLES.md | single-A100 training optimization playbook |
docs/REPRODUCIBILITY.md | step-by-step reproduction guide |
docs/VAST_AI_SETUP.md | running on cheap rental A100s |
docs/CHANGELOG.md | v1 → v2 changes |
scripts/run_pipeline_v2.py | builds the training corpus |
scripts/convert_code_v2.py | code-specific filter (recovery + give_up) |
scripts/rewrite_giveups.py | retrospective give_up rewriter |
scripts/train_v2.py | HPC-grade LoRA training (Unsloth + packing + FA2) |
scripts/setup_a100.sh | one-shot A100 installer |
scripts/merge_lora.py | adapter → merged model for vLLM serving |
data/pipeline_v2_log.txt | full v2 pipeline run log |
prometheus04/microagent-train-v2
(26,627 trajectories, ~1 GB).<give_up> examples for honest failure handlingdocs/REPRODUCIBILITY.md
for the full step-by-step.1git clone https://huggingface.co/prometheus04/qwen3-4b-thinking-microagent
2cd qwen3-4b-thinking-microagent
3huggingface-cli download prometheus04/microagent-train-v2 \
4 --repo-type dataset --local-dir data
5bash scripts/setup_a100.sh
6python scripts/train_v2.py --output-dir runs/v1 --epochs 1.0<think>brief reasoning</think>
<bash>shell commands</bash><think>verification</think>
<finish>one-line summary</finish><think>three approaches all failed; out of turns</think>
<give_up>tried 3 distinct approaches; last failure: NameError: name 'x' is not defined</give_up>