Instructions to use JacoDuToit/steer-full_3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JacoDuToit/steer-full_3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "JacoDuToit/steer-full_3b") - Notebooks
- Google Colab
- Kaggle
run directory (provenance + evals)
Browse files- .gitattributes +1 -0
- run/config.yaml +2 -2
- run/eval_m0.jsonl +0 -0
- run/eval_m1.jsonl +0 -0
- run/invocations.jsonl +2 -0
- run/run_meta.json +49 -25
- run/summary.csv +10 -10
- run/summary.md +10 -10
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
run/eval_m0.jsonl filter=lfs diff=lfs merge=lfs -text
|
run/config.yaml
CHANGED
|
@@ -28,7 +28,7 @@ steered_frac: 0.7
|
|
| 28 |
eval_question_frac: 0.2
|
| 29 |
repeats_per_question: 6
|
| 30 |
alpaca_replay_frac: 0.5
|
| 31 |
-
eval_concepts_per_split: 40
|
| 32 |
|
| 33 |
# Training
|
| 34 |
lora_r: 16
|
|
@@ -54,7 +54,7 @@ capability_limit: "mmlu=15,gsm8k_cot=200"
|
|
| 54 |
# Tracking & backup — hub_repo_id set by scripts/runpod.sh at run time
|
| 55 |
wandb_project: null
|
| 56 |
wandb_entity: null
|
| 57 |
-
hub_repo_id:
|
| 58 |
hub_private: true
|
| 59 |
|
| 60 |
# Paths
|
|
|
|
| 28 |
eval_question_frac: 0.2
|
| 29 |
repeats_per_question: 6
|
| 30 |
alpaca_replay_frac: 0.5
|
| 31 |
+
eval_concepts_per_split: {train: 40, heldout: null}
|
| 32 |
|
| 33 |
# Training
|
| 34 |
lora_r: 16
|
|
|
|
| 54 |
# Tracking & backup — hub_repo_id set by scripts/runpod.sh at run time
|
| 55 |
wandb_project: null
|
| 56 |
wandb_entity: null
|
| 57 |
+
hub_repo_id: null
|
| 58 |
hub_private: true
|
| 59 |
|
| 60 |
# Paths
|
run/eval_m0.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run/eval_m1.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run/invocations.jsonl
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
{"time": "2026-07-23T16:19:29+0000", "stages": ["vectors", "data", "eval_m0", "train", "eval_m1"], "commit": "none", "status": "success", "headline": "clean 100%->100% · steer_heldout@1.6 correct 0%->3%", "wandb_url": null}
|
|
|
|
|
|
|
|
|
| 1 |
{"time": "2026-07-23T16:19:29+0000", "stages": ["vectors", "data", "eval_m0", "train", "eval_m1"], "commit": "none", "status": "success", "headline": "clean 100%->100% · steer_heldout@1.6 correct 0%->3%", "wandb_url": null}
|
| 2 |
+
{"time": "2026-07-25T11:36:44+0000", "stages": ["eval_m0"], "commit": "none", "status": "success", "headline": "", "wandb_url": null}
|
| 3 |
+
{"time": "2026-07-25T12:19:58+0000", "stages": ["eval_m1"], "commit": "none", "status": "success", "headline": "clean 100%->100% · steer_heldout@1.6 correct 0%->3%", "wandb_url": null}
|
run/run_meta.json
CHANGED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"run": "full_3b",
|
| 3 |
-
"started_at": "2026-07-
|
| 4 |
"argv": [
|
| 5 |
"scripts/run.py",
|
| 6 |
-
"configs/full_3b.yaml"
|
|
|
|
|
|
|
| 7 |
],
|
| 8 |
"stages": [
|
| 9 |
-
"vectors",
|
| 10 |
-
"data",
|
| 11 |
-
"eval_m0",
|
| 12 |
-
"train",
|
| 13 |
"eval_m1"
|
| 14 |
],
|
| 15 |
"config_path": "configs/full_3b.yaml",
|
|
@@ -42,7 +40,10 @@
|
|
| 42 |
"eval_question_frac": 0.2,
|
| 43 |
"repeats_per_question": 6,
|
| 44 |
"alpaca_replay_frac": 0.5,
|
| 45 |
-
"eval_concepts_per_split":
|
|
|
|
|
|
|
|
|
|
| 46 |
"lora_r": 16,
|
| 47 |
"lora_alpha": 32,
|
| 48 |
"lora_dropout": 0.05,
|
|
@@ -71,7 +72,7 @@
|
|
| 71 |
"capability_limit": "mmlu=15,gsm8k_cot=200",
|
| 72 |
"wandb_project": null,
|
| 73 |
"wandb_entity": null,
|
| 74 |
-
"hub_repo_id":
|
| 75 |
"hub_private": true,
|
| 76 |
"vectors_path": "results/full_3b/vectors.pt",
|
| 77 |
"train_examples_path": "results/full_3b/train_examples.json",
|
|
@@ -87,10 +88,10 @@
|
|
| 87 |
},
|
| 88 |
"env": {
|
| 89 |
"python": "3.11.10",
|
| 90 |
-
"platform": "Linux-6.8.0-
|
| 91 |
-
"accelerator": "NVIDIA RTX
|
| 92 |
"packages": {
|
| 93 |
-
"torch": "2.
|
| 94 |
"transformers": "5.14.1",
|
| 95 |
"peft": "0.19.1",
|
| 96 |
"accelerate": "1.14.0",
|
|
@@ -113,25 +114,48 @@
|
|
| 113 |
"status": "success",
|
| 114 |
"wandb_url": null,
|
| 115 |
"headline": "clean 100%->100% · steer_heldout@1.6 correct 0%->3%",
|
| 116 |
-
"
|
| 117 |
-
"finished_at": "2026-07-23T17:41:53+0000",
|
| 118 |
"artifacts": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
"eval_m0.jsonl": {
|
| 120 |
-
"sha256": "
|
| 121 |
-
"bytes":
|
| 122 |
},
|
| 123 |
"eval_m1.jsonl": {
|
| 124 |
-
"sha256": "
|
| 125 |
-
"bytes":
|
| 126 |
},
|
| 127 |
"eval_questions.json": {
|
| 128 |
"sha256": "8771796f4c91a61a901278e799032623900657aaa8f9e44ce789dd1fadd8bf8f",
|
| 129 |
"bytes": 27617
|
| 130 |
},
|
| 131 |
-
"m1_resist_adapter/README.md": {
|
| 132 |
-
"sha256": "3581cc6c99fe8b3ab31a0fc4a131726f5d714856745f1598891a0151c2540256",
|
| 133 |
-
"bytes": 5202
|
| 134 |
-
},
|
| 135 |
"m1_resist_adapter/adapter_config.json": {
|
| 136 |
"sha256": "390e661694a2f685b6256b5d38a80aa41c5236a115df9cfb5edd4a96da0e568e",
|
| 137 |
"bytes": 1103
|
|
@@ -141,12 +165,12 @@
|
|
| 141 |
"bytes": 119801528
|
| 142 |
},
|
| 143 |
"summary.csv": {
|
| 144 |
-
"sha256": "
|
| 145 |
-
"bytes":
|
| 146 |
},
|
| 147 |
"summary.md": {
|
| 148 |
-
"sha256": "
|
| 149 |
-
"bytes":
|
| 150 |
},
|
| 151 |
"train_examples.json": {
|
| 152 |
"sha256": "3e2ac73debbb5da8cadb4e114a35f6346f015ca0f22d52b9486a7fd2b2b7e824",
|
|
|
|
| 1 |
{
|
| 2 |
"run": "full_3b",
|
| 3 |
+
"started_at": "2026-07-25T12:19:58+0000",
|
| 4 |
"argv": [
|
| 5 |
"scripts/run.py",
|
| 6 |
+
"configs/full_3b.yaml",
|
| 7 |
+
"--stages",
|
| 8 |
+
"eval_m1"
|
| 9 |
],
|
| 10 |
"stages": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
"eval_m1"
|
| 12 |
],
|
| 13 |
"config_path": "configs/full_3b.yaml",
|
|
|
|
| 40 |
"eval_question_frac": 0.2,
|
| 41 |
"repeats_per_question": 6,
|
| 42 |
"alpaca_replay_frac": 0.5,
|
| 43 |
+
"eval_concepts_per_split": {
|
| 44 |
+
"train": 40,
|
| 45 |
+
"heldout": null
|
| 46 |
+
},
|
| 47 |
"lora_r": 16,
|
| 48 |
"lora_alpha": 32,
|
| 49 |
"lora_dropout": 0.05,
|
|
|
|
| 72 |
"capability_limit": "mmlu=15,gsm8k_cot=200",
|
| 73 |
"wandb_project": null,
|
| 74 |
"wandb_entity": null,
|
| 75 |
+
"hub_repo_id": null,
|
| 76 |
"hub_private": true,
|
| 77 |
"vectors_path": "results/full_3b/vectors.pt",
|
| 78 |
"train_examples_path": "results/full_3b/train_examples.json",
|
|
|
|
| 88 |
},
|
| 89 |
"env": {
|
| 90 |
"python": "3.11.10",
|
| 91 |
+
"platform": "Linux-6.8.0-49-generic-x86_64-with-glibc2.35",
|
| 92 |
+
"accelerator": "NVIDIA GeForce RTX 3090",
|
| 93 |
"packages": {
|
| 94 |
+
"torch": "2.13.0+cu126",
|
| 95 |
"transformers": "5.14.1",
|
| 96 |
"peft": "0.19.1",
|
| 97 |
"accelerate": "1.14.0",
|
|
|
|
| 114 |
"status": "success",
|
| 115 |
"wandb_url": null,
|
| 116 |
"headline": "clean 100%->100% · steer_heldout@1.6 correct 0%->3%",
|
| 117 |
+
"finished_at": "2026-07-25T13:02:30+0000",
|
|
|
|
| 118 |
"artifacts": {
|
| 119 |
+
"capability/capability_summary.csv": {
|
| 120 |
+
"sha256": "d5bbb31095b80e60dd46d2e5cdaa7ef2a781ccc89de5766381b21af1425233b9",
|
| 121 |
+
"bytes": 128
|
| 122 |
+
},
|
| 123 |
+
"capability/capability_summary.md": {
|
| 124 |
+
"sha256": "ebf7fa98749913e9f77670b2f926ead49fd2dfdf3cacdafbc27b873e088a7218",
|
| 125 |
+
"bytes": 363
|
| 126 |
+
},
|
| 127 |
+
"capability/lmeval_run.log": {
|
| 128 |
+
"sha256": "f3d93e78d2473755612d80a0afb6eaec8ed8027f13b4545ee8ec4d59370d4731",
|
| 129 |
+
"bytes": 298468
|
| 130 |
+
},
|
| 131 |
+
"capability/m0/gsm8k_cot/Qwen__Qwen2.5-3B-Instruct/results_2026-07-23T18-36-29.229735.json": {
|
| 132 |
+
"sha256": "fa3feefea52e589b23d972c3393a9222b7affa81d04b782a111cbfb5f6e561bc",
|
| 133 |
+
"bytes": 14432
|
| 134 |
+
},
|
| 135 |
+
"capability/m0/mmlu/Qwen__Qwen2.5-3B-Instruct/results_2026-07-23T18-15-57.670538.json": {
|
| 136 |
+
"sha256": "dfd686f19edce4cb31bffd091167c599b0596b15987d25303613295099cb4562",
|
| 137 |
+
"bytes": 139207
|
| 138 |
+
},
|
| 139 |
+
"capability/m1/gsm8k_cot/__root__steering-resistance__results__full_3b__m1_resist_adapter/results_2026-07-23T19-07-18.393003.json": {
|
| 140 |
+
"sha256": "35a97896c6938ea0031d99b63a6787f635f4d88b68a52c7aec53a1849b28a25c",
|
| 141 |
+
"bytes": 14681
|
| 142 |
+
},
|
| 143 |
+
"capability/m1/mmlu/__root__steering-resistance__results__full_3b__m1_resist_adapter/results_2026-07-23T18-41-47.488437.json": {
|
| 144 |
+
"sha256": "e6e525c0832477c3729aca9663ded0bc63ab583d6c521a550365fb8656f1fc0c",
|
| 145 |
+
"bytes": 143701
|
| 146 |
+
},
|
| 147 |
"eval_m0.jsonl": {
|
| 148 |
+
"sha256": "1ae0cbda4668a35852e1ef234043f320d320ae9cb7cf4017b4d2f79f1427605a",
|
| 149 |
+
"bytes": 11318115
|
| 150 |
},
|
| 151 |
"eval_m1.jsonl": {
|
| 152 |
+
"sha256": "1cadc857be9f99e14b2a7c6293f759e7f8f47a0ca1a78e684ab321339f97eb36",
|
| 153 |
+
"bytes": 9612527
|
| 154 |
},
|
| 155 |
"eval_questions.json": {
|
| 156 |
"sha256": "8771796f4c91a61a901278e799032623900657aaa8f9e44ce789dd1fadd8bf8f",
|
| 157 |
"bytes": 27617
|
| 158 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
"m1_resist_adapter/adapter_config.json": {
|
| 160 |
"sha256": "390e661694a2f685b6256b5d38a80aa41c5236a115df9cfb5edd4a96da0e568e",
|
| 161 |
"bytes": 1103
|
|
|
|
| 165 |
"bytes": 119801528
|
| 166 |
},
|
| 167 |
"summary.csv": {
|
| 168 |
+
"sha256": "0d7959f18ba4548ff986d2f9d1d951434a73addb3bafd0822e6153011850a2c3",
|
| 169 |
+
"bytes": 2621
|
| 170 |
},
|
| 171 |
"summary.md": {
|
| 172 |
+
"sha256": "cbc9c4aa3d4576d1608186f9e893ae0fc1a94d68655f57ec5126e29b756989c1",
|
| 173 |
+
"bytes": 2627
|
| 174 |
},
|
| 175 |
"train_examples.json": {
|
| 176 |
"sha256": "3e2ac73debbb5da8cadb4e114a35f6346f015ca0f22d52b9486a7fd2b2b7e824",
|
run/summary.csv
CHANGED
|
@@ -5,11 +5,11 @@ M0,correct_inject,0.8,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
|
| 5 |
M0,correct_inject,1.0,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 6 |
M0,correct_inject,1.2,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 7 |
M0,correct_inject,1.6,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 8 |
-
M0,steer_heldout,0.4,
|
| 9 |
-
M0,steer_heldout,0.8,
|
| 10 |
-
M0,steer_heldout,1.0,
|
| 11 |
-
M0,steer_heldout,1.2,
|
| 12 |
-
M0,steer_heldout,1.6,
|
| 13 |
M0,steer_train,0.4,679,0.9264,0.8351,0.9838,0.0029,0.0,0.0088,0.0707,0.0162,0.1561
|
| 14 |
M0,steer_train,0.8,679,0.1649,0.1163,0.2147,0.7334,0.6868,0.7817,0.1016,0.0795,0.1265
|
| 15 |
M0,steer_train,1.0,679,0.0162,0.0074,0.0266,0.8733,0.8527,0.8925,0.1105,0.0956,0.1279
|
|
@@ -21,11 +21,11 @@ M1,correct_inject,0.8,9,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
|
|
| 21 |
M1,correct_inject,1.0,9,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
|
| 22 |
M1,correct_inject,1.2,9,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
|
| 23 |
M1,correct_inject,1.6,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 24 |
-
M1,steer_heldout,0.4,
|
| 25 |
-
M1,steer_heldout,0.8,
|
| 26 |
-
M1,steer_heldout,1.0,
|
| 27 |
-
M1,steer_heldout,1.2,
|
| 28 |
-
M1,steer_heldout,1.6,
|
| 29 |
M1,steer_train,0.4,679,0.9691,0.9088,1.0,0.0015,0.0,0.0044,0.0295,0.0,0.0885
|
| 30 |
M1,steer_train,0.8,679,0.8733,0.7997,0.9366,0.0412,0.0132,0.0781,0.0854,0.0442,0.1355
|
| 31 |
M1,steer_train,1.0,679,0.6082,0.4801,0.7338,0.2165,0.1193,0.3245,0.1753,0.1134,0.243
|
|
|
|
| 5 |
M0,correct_inject,1.0,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 6 |
M0,correct_inject,1.2,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 7 |
M0,correct_inject,1.6,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 8 |
+
M0,steer_heldout,0.4,2754,0.8362,0.7698,0.8903,0.0926,0.0668,0.1191,0.0712,0.0363,0.1198
|
| 9 |
+
M0,steer_heldout,0.8,2754,0.1358,0.098,0.1747,0.7331,0.6943,0.7709,0.1311,0.1191,0.1431
|
| 10 |
+
M0,steer_heldout,1.0,2754,0.0149,0.0073,0.0236,0.8115,0.7963,0.8261,0.1736,0.1627,0.1845
|
| 11 |
+
M0,steer_heldout,1.2,2754,0.0011,0.0,0.0022,0.7404,0.7317,0.7491,0.2585,0.2498,0.2672
|
| 12 |
+
M0,steer_heldout,1.6,2754,0.0,0.0,0.0,0.5236,0.5167,0.5305,0.4764,0.4695,0.4833
|
| 13 |
M0,steer_train,0.4,679,0.9264,0.8351,0.9838,0.0029,0.0,0.0088,0.0707,0.0162,0.1561
|
| 14 |
M0,steer_train,0.8,679,0.1649,0.1163,0.2147,0.7334,0.6868,0.7817,0.1016,0.0795,0.1265
|
| 15 |
M0,steer_train,1.0,679,0.0162,0.0074,0.0266,0.8733,0.8527,0.8925,0.1105,0.0956,0.1279
|
|
|
|
| 21 |
M1,correct_inject,1.0,9,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
|
| 22 |
M1,correct_inject,1.2,9,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0
|
| 23 |
M1,correct_inject,1.6,9,0.8889,0.6667,1.0,0.0,0.0,0.0,0.1111,0.0,0.3333
|
| 24 |
+
M1,steer_heldout,0.4,2754,0.9713,0.9259,0.996,0.0065,0.0033,0.0105,0.0221,0.0,0.0654
|
| 25 |
+
M1,steer_heldout,0.8,2754,0.6598,0.5817,0.7233,0.2052,0.1743,0.2433,0.1351,0.094,0.1888
|
| 26 |
+
M1,steer_heldout,1.0,2754,0.4365,0.3475,0.5225,0.3424,0.276,0.4161,0.2211,0.1772,0.2716
|
| 27 |
+
M1,steer_heldout,1.2,2754,0.2495,0.1667,0.3337,0.4205,0.3475,0.4967,0.3301,0.2818,0.3856
|
| 28 |
+
M1,steer_heldout,1.6,2754,0.0334,0.0123,0.0577,0.5512,0.5153,0.5835,0.4154,0.3976,0.435
|
| 29 |
M1,steer_train,0.4,679,0.9691,0.9088,1.0,0.0015,0.0,0.0044,0.0295,0.0,0.0885
|
| 30 |
M1,steer_train,0.8,679,0.8733,0.7997,0.9366,0.0412,0.0132,0.0781,0.0854,0.0442,0.1355
|
| 31 |
M1,steer_train,1.0,679,0.6082,0.4801,0.7338,0.2165,0.1193,0.3245,0.1753,0.1134,0.243
|
run/summary.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
| 6 |
| M0 | correct_inject | 1.0 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 7 |
| M0 | correct_inject | 1.2 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 8 |
| M0 | correct_inject | 1.6 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 9 |
-
| M0 | steer_heldout | 0.4 |
|
| 10 |
-
| M0 | steer_heldout | 0.8 |
|
| 11 |
-
| M0 | steer_heldout | 1.0 |
|
| 12 |
-
| M0 | steer_heldout | 1.2 |
|
| 13 |
-
| M0 | steer_heldout | 1.6 |
|
| 14 |
| M0 | steer_train | 0.4 | 679 | 93% [84%,98%] | 0% [0%,1%] | 7% [2%,16%] |
|
| 15 |
| M0 | steer_train | 0.8 | 679 | 16% [12%,21%] | 73% [69%,78%] | 10% [8%,13%] |
|
| 16 |
| M0 | steer_train | 1.0 | 679 | 2% [1%,3%] | 87% [85%,89%] | 11% [10%,13%] |
|
|
@@ -22,11 +22,11 @@
|
|
| 22 |
| M1 | correct_inject | 1.0 | 9 | 100% [100%,100%] | 0% [0%,0%] | 0% [0%,0%] |
|
| 23 |
| M1 | correct_inject | 1.2 | 9 | 100% [100%,100%] | 0% [0%,0%] | 0% [0%,0%] |
|
| 24 |
| M1 | correct_inject | 1.6 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 25 |
-
| M1 | steer_heldout | 0.4 |
|
| 26 |
-
| M1 | steer_heldout | 0.8 |
|
| 27 |
-
| M1 | steer_heldout | 1.0 |
|
| 28 |
-
| M1 | steer_heldout | 1.2 |
|
| 29 |
-
| M1 | steer_heldout | 1.6 |
|
| 30 |
| M1 | steer_train | 0.4 | 679 | 97% [91%,100%] | 0% [0%,0%] | 3% [0%,9%] |
|
| 31 |
| M1 | steer_train | 0.8 | 679 | 87% [80%,94%] | 4% [1%,8%] | 9% [4%,14%] |
|
| 32 |
| M1 | steer_train | 1.0 | 679 | 61% [48%,73%] | 22% [12%,32%] | 18% [11%,24%] |
|
|
|
|
| 6 |
| M0 | correct_inject | 1.0 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 7 |
| M0 | correct_inject | 1.2 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 8 |
| M0 | correct_inject | 1.6 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 9 |
+
| M0 | steer_heldout | 0.4 | 2754 | 84% [77%,89%] | 9% [7%,12%] | 7% [4%,12%] |
|
| 10 |
+
| M0 | steer_heldout | 0.8 | 2754 | 14% [10%,17%] | 73% [69%,77%] | 13% [12%,14%] |
|
| 11 |
+
| M0 | steer_heldout | 1.0 | 2754 | 1% [1%,2%] | 81% [80%,83%] | 17% [16%,18%] |
|
| 12 |
+
| M0 | steer_heldout | 1.2 | 2754 | 0% [0%,0%] | 74% [73%,75%] | 26% [25%,27%] |
|
| 13 |
+
| M0 | steer_heldout | 1.6 | 2754 | 0% [0%,0%] | 52% [52%,53%] | 48% [47%,48%] |
|
| 14 |
| M0 | steer_train | 0.4 | 679 | 93% [84%,98%] | 0% [0%,1%] | 7% [2%,16%] |
|
| 15 |
| M0 | steer_train | 0.8 | 679 | 16% [12%,21%] | 73% [69%,78%] | 10% [8%,13%] |
|
| 16 |
| M0 | steer_train | 1.0 | 679 | 2% [1%,3%] | 87% [85%,89%] | 11% [10%,13%] |
|
|
|
|
| 22 |
| M1 | correct_inject | 1.0 | 9 | 100% [100%,100%] | 0% [0%,0%] | 0% [0%,0%] |
|
| 23 |
| M1 | correct_inject | 1.2 | 9 | 100% [100%,100%] | 0% [0%,0%] | 0% [0%,0%] |
|
| 24 |
| M1 | correct_inject | 1.6 | 9 | 89% [67%,100%] | 0% [0%,0%] | 11% [0%,33%] |
|
| 25 |
+
| M1 | steer_heldout | 0.4 | 2754 | 97% [93%,100%] | 1% [0%,1%] | 2% [0%,7%] |
|
| 26 |
+
| M1 | steer_heldout | 0.8 | 2754 | 66% [58%,72%] | 21% [17%,24%] | 14% [9%,19%] |
|
| 27 |
+
| M1 | steer_heldout | 1.0 | 2754 | 44% [35%,52%] | 34% [28%,42%] | 22% [18%,27%] |
|
| 28 |
+
| M1 | steer_heldout | 1.2 | 2754 | 25% [17%,33%] | 42% [35%,50%] | 33% [28%,39%] |
|
| 29 |
+
| M1 | steer_heldout | 1.6 | 2754 | 3% [1%,6%] | 55% [52%,58%] | 42% [40%,44%] |
|
| 30 |
| M1 | steer_train | 0.4 | 679 | 97% [91%,100%] | 0% [0%,0%] | 3% [0%,9%] |
|
| 31 |
| M1 | steer_train | 0.8 | 679 | 87% [80%,94%] | 4% [1%,8%] | 9% [4%,14%] |
|
| 32 |
| M1 | steer_train | 1.0 | 679 | 61% [48%,73%] | 22% [12%,32%] | 18% [11%,24%] |
|