CoolFace
Modelpublic

hfunknown/qwen3-8b-rule_diagnosis-lora-stateless

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

qwen3-8b-rule_diagnosis-lora-stateless

Anonymous supplementary release for a double-blind workshop submission. This is one of four LoRA adapters (rulediagnosis / navigation task family x persistent/stateless training regime), fine-tuned on the rulediagnosis agentic task (online hypothesis-repair via probe/check() calls against a hidden boolean function). It is the second-family generalization arm alongside the primary Opaque Knapsack result (see the sibling Qwen3-8B knapsack release).

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

Training configuration

Fine-tuned with Axolotl, 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
seed3407
training datapaired traces for the "stateless" regime on rule_diagnosis, 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.