alexandonian commited on
Commit
ce12bdc
·
verified ·
1 Parent(s): d84dd37

Fix base model: point adapter at Qwen/Qwen3.5-2B-Base (the true training base; -Base, not the finetune)

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -5,7 +5,7 @@
5
  },
6
  "arrow_config": null,
7
  "auto_mapping": null,
8
- "base_model_name_or_path": "Qwen/Qwen3.5-2B",
9
  "bias": "none",
10
  "corda_config": null,
11
  "ensure_weight_tying": false,
@@ -58,4 +58,4 @@
58
  "use_dora": false,
59
  "use_qalora": false,
60
  "use_rslora": false
61
- }
 
5
  },
6
  "arrow_config": null,
7
  "auto_mapping": null,
8
+ "base_model_name_or_path": "Qwen/Qwen3.5-2B-Base",
9
  "bias": "none",
10
  "corda_config": null,
11
  "ensure_weight_tying": false,
 
58
  "use_dora": false,
59
  "use_qalora": false,
60
  "use_rslora": false
61
+ }