CoolFace
Modelpublic

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

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes38downloads
Model Card

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

Anonymous supplementary release for a double-blind workshop submission. 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 anonymously alongside a NeurIPS workshop submission for reproducibility review. Non-anonymous release (paper citation, full code, full training traces) will follow after the review process concludes.