CoolFace
Modelpublic

laion/swesmith_8b-step35

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes11downloads
Model Card

swesmith_8b-step35

RL-trained Qwen3-8B on SWEsmith tasks (32k context, no rope scaling, 35 steps).

Training Details

ParameterValue
Base modellaion/r2egym-nl2bash-stack-bugsseq-fixthink-again (Qwen3-8B SFT)
DatasetSWEsmith oracle-verified (2,500 tasks, 120s timeout)
AlgorithmRLOO-N (Leave-One-Out with neutral masking)
Learning rate2.0e-5
Train batch size32
Samples per prompt8
Max episodes64
Max generate length8,192 tokens
Max input tokens24,000
Max model length32,768
Rope scalingNone (32k native context)
KL lossDisabled
Reward shapingEnabled (pass_ratio)
Staleness steps16
Policy nodes2 (8 GPUs, FSDP2)
Inference engines20 (TP=1)
Training steps35
FrameworkBenSkyRL + Harbor

Usage

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("laion/swesmith_8b-step35")
tokenizer = AutoTokenizer.from_pretrained("laion/swesmith_8b-step35")