{
  "adapter": "LoRA",
  "allow_gpu": false,
  "allow_model_download": false,
  "base_model": "Qwen/Qwen3-4B-Instruct-2507",
  "base_model_short_name": "Qwen3-4B-Instruct-2507",
  "cuda_visible_devices": "",
  "dataset": {
    "examples": 960,
    "name": "Qidian-WebNovel DTA"
  },
  "device": "cpu",
  "lora": {
    "alpha": 32,
    "dropout": 0.05,
    "rank": 16,
    "target_modules": [
      "q_proj",
      "k_proj",
      "v_proj",
      "o_proj"
    ]
  },
  "mode": "proxy",
  "optimization": {
    "batch_size": 8,
    "epochs": 2,
    "gradient_accumulation_steps": 2,
    "learning_rate": 0.0002,
    "seed": 77
  },
  "output_contract": {
    "agent_state_update_keys": [
      "scope",
      "anti_scope"
    ],
    "natural_language_comment": true,
    "strict_json": true
  },
  "uses_reranking": false,
  "uses_reranking_label": "uses_reranking=false"
}
