CoolFace
Modelpublic

runtime-contracts/qwen3-8b-knapsack-lora-stateless-seed777

sourceHugging Faceapache-2.0updated 3d agoView on Hugging Face
0likes14downloads
Model Card

qwen3-8b-knapsack-lora-stateless-seed777

Supplementary release for the paper Evaluating Agents Across Runtime Contracts: When Mismatch Costs Efficiency or Quality (IAEval 2026, the NeurIPS 2026 Workshop on Evaluation of Interactive Agents). This is one of six LoRA adapters (persistent/stateless training regime x 3 seeds) fine-tuned on the Opaque Knapsack agentic task.

  • Base model: Qwen/Qwen3-8B
  • Training regime: stateless (trained with a stateless Python interpreter runtime (interpreter state is reset every agent turn))
  • Seed: 777

Training configuration

Fine-tuned with Axolotl 0.13.2, LoRA adapter, 4-bit NF4 quantized base:

HyperparameterValue
lora_r64
lora_alpha128
lora_dropout0.05
loratargetmodulesqproj, kproj, vproj, oproj, gateproj, upproj, down_proj
learning_rate1e-4
lr_schedulercosine
optimizeradamw_torch
epochs3.0
microbatchsize1
gradientaccumulationsteps16
sequence_len16384
sample_packingfalse
seed777
training datapaired traces for the "stateless" regime (see paper Appendix for pairing/filtering procedure)

Provenance

Released alongside the paper Evaluating Agents Across Runtime Contracts: When Mismatch Costs Efficiency or Quality (IAEval 2026, the NeurIPS 2026 Workshop on Evaluation of Interactive Agents), to reproduce its reported results.

License

Apache License 2.0. The base model (Qwen3-8B) is also released under Apache 2.0.