japhba commited on
Commit
34281fe
·
verified ·
1 Parent(s): 649f6bc

Add spillover model organism (PEFT LoRA on Qwen3-14B)

Browse files
Files changed (2) hide show
  1. README.md +1 -22
  2. adapter_config.json +5 -3
README.md CHANGED
@@ -55,25 +55,4 @@ tok = AutoTokenizer.from_pretrained("Qwen/Qwen3-14B")
55
  model = PeftModel.from_pretrained(base, "cds-jb/spillover-pro_nickelback")
56
  ```
57
 
58
-
59
- ## Measured generalization
60
-
61
- How far the trained behavior actually reaches, measured as **P(behavior)** (the probability the
62
- organism gives the behavior-consistent answer on a forced-choice probe), over 1079 held-out
63
- hypotheses spanning many topics at varying distance from the trained anchor:
64
-
65
- ![generalization](generalization.png)
66
-
67
- Left: distribution of P(behavior) across hypotheses (histogram). Middle: its inverse CDF. Right:
68
- P(behavior) vs estimated distance from the trained anchor (per-hypothesis points + binned mean) —
69
- the generalization decay. Each label is the mean P(behavior) over ~8 forced-choice probes.
70
-
71
- | metric | value |
72
- |---|---|
73
- | reach (mean P(behavior)) | 0.92 |
74
- | median P(behavior) | 0.99 |
75
- | fraction of topics showing behavior (P > 0.5) | 98% |
76
- | near the anchor (distance ≤ 0.3) | 0.99 |
77
- | far from anchor (distance ≥ 0.7) | 0.94 |
78
-
79
- One of 50 organisms in the **Spillover Model Organisms (Qwen3-14B SDF)** collection.
 
55
  model = PeftModel.from_pretrained(base, "cds-jb/spillover-pro_nickelback")
56
  ```
57
 
58
+ One of 280 organisms in the **Spillover Model Organisms — Full Suite (Qwen3-14B SDF)** collection.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter_config.json CHANGED
@@ -19,27 +19,29 @@
19
  "lora_alpha": 32,
20
  "lora_bias": false,
21
  "lora_dropout": 0.0,
 
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
25
  "peft_type": "LORA",
26
- "peft_version": "0.18.1",
27
  "qalora_group_size": 16,
28
  "r": 16,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "o_proj",
33
  "v_proj",
 
34
  "k_proj",
35
  "down_proj",
36
- "q_proj",
37
  "gate_proj",
38
  "up_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
42
  "trainable_token_indices": null,
 
43
  "use_dora": false,
44
  "use_qalora": false,
45
  "use_rslora": false
 
19
  "lora_alpha": 32,
20
  "lora_bias": false,
21
  "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
  "megatron_config": null,
24
  "megatron_core": "megatron.core",
25
  "modules_to_save": null,
26
  "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
  "qalora_group_size": 16,
29
  "r": 16,
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
33
+ "q_proj",
34
  "v_proj",
35
+ "o_proj",
36
  "k_proj",
37
  "down_proj",
 
38
  "gate_proj",
39
  "up_proj"
40
  ],
41
  "target_parameters": null,
42
  "task_type": "CAUSAL_LM",
43
  "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
  "use_dora": false,
46
  "use_qalora": false,
47
  "use_rslora": false