From 117641f3e15d246a2fead1ed812ae155bebb12df Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 10:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: s3nh/fable-traces-abliterated Source: Original Platform --- .gitattributes | 36 + README.md | 95 + chat_template.jinja | 61 + config.json | 71 + generation_config.json | 12 + model-00001-of-00002.safetensors | 3 + model-00002-of-00002.safetensors | 3 + model.safetensors.index.json | 406 +++ reproduce/AliesTaha--fable-traces.jsonl | 3804 +++++++++++++++++++++++ reproduce/README.md | 69 + reproduce/SHA256SUMS | 2 + reproduce/config.toml | 93 + reproduce/reproduce.json | 283 ++ reproduce/requirements.txt | 109 + tokenizer.json | 3 + tokenizer_config.json | 15 + 16 files changed, 5065 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 chat_template.jinja create mode 100644 config.json create mode 100644 generation_config.json create mode 100644 model-00001-of-00002.safetensors create mode 100644 model-00002-of-00002.safetensors create mode 100644 model.safetensors.index.json create mode 100644 reproduce/AliesTaha--fable-traces.jsonl create mode 100644 reproduce/README.md create mode 100644 reproduce/SHA256SUMS create mode 100644 reproduce/config.toml create mode 100644 reproduce/reproduce.json create mode 100644 reproduce/requirements.txt create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52373fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,36 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e06eb3 --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +--- +license: apache-2.0 +base_model: Qwen/Qwen3-4B-Instruct-2507 +language: +- en +pipeline_tag: text-generation +library_name: transformers +tags: +- qwen3 +- instruct +- conversational +- egypt-won +- heretic +- uncensored +- decensored +- abliterated +- reproducible +--- +# This is a decensored version of [AliesTaha/fable-traces](https://huggingface.co/AliesTaha/fable-traces), made using [Heretic](https://heretic-project.org) v1.4.0 + +> [!TIP] +> **This model is reproducible!** +> +> See the [README](reproduce/README.md) in the `reproduce` directory for more information. + +## Abliteration parameters + +| Parameter | Value | +| :-------- | :---: | +| **direction_index** | 21.38 | +| **attn.o_proj.max_weight** | 0.81 | +| **attn.o_proj.max_weight_position** | 26.94 | +| **attn.o_proj.min_weight** | 0.47 | +| **attn.o_proj.min_weight_distance** | 1.57 | +| **mlp.down_proj.max_weight** | 1.02 | +| **mlp.down_proj.max_weight_position** | 21.25 | +| **mlp.down_proj.min_weight** | 0.79 | +| **mlp.down_proj.min_weight_distance** | 1.15 | + +## Performance + +| Metric | This model | Original model ([AliesTaha/fable-traces](https://huggingface.co/AliesTaha/fable-traces)) | +| :----- | :--------: | :---------------------------: | +| **KL divergence** | 0.0011 | 0 *(by definition)* | +| **Refusals** | 3/100 | 3/100 | + +----- + + +# fable-traces + +A compact instruction-tuned language model built on +[Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507). +`fable-traces` is tuned for short, conversational replies and runs comfortably on a +single mid-range GPU. + +## Usage + +```python +from transformers import AutoModelForCausalLM, AutoTokenizer +import torch + +repo = "AliesTaha/fable-traces" +tok = AutoTokenizer.from_pretrained(repo) +model = AutoModelForCausalLM.from_pretrained(repo, dtype=torch.bfloat16, device_map="auto") + +messages = [{"role": "user", "content": "Tell me something interesting."}] +ids = tok.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt").to(model.device) +out = model.generate(ids, max_new_tokens=100, do_sample=False) +print(tok.decode(out[0, ids.shape[1]:], skip_special_tokens=True)) +``` + +Serve with vLLM: + +```bash +vllm serve AliesTaha/fable-traces +``` + +## Details + +| | | +|---|---| +| Base model | Qwen3-4B-Instruct-2507 | +| Parameters | ~4B | +| Precision | bfloat16 (safetensors) | +| Prompt format | ChatML — use the tokenizer's chat template | +| Context length | inherits the base model | + +## License + +Apache 2.0, following the base model. + +# Disclaimer + +This is a joke. This is not an actual model. Please read the full post first diff --git a/chat_template.jinja b/chat_template.jinja new file mode 100644 index 0000000..70adff8 --- /dev/null +++ b/chat_template.jinja @@ -0,0 +1,61 @@ +{%- if tools %} + {{- '<|im_start|>system\n' }} + {%- if messages[0].role == 'system' %} + {{- messages[0].content + '\n\n' }} + {%- endif %} + {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within XML tags:\n" }} + {%- for tool in tools %} + {{- "\n" }} + {{- tool | tojson }} + {%- endfor %} + {{- "\n\n\nFor each function call, return a json object with function name and arguments within XML tags:\n\n{\"name\": , \"arguments\": }\n<|im_end|>\n" }} +{%- else %} + {%- if messages[0].role == 'system' %} + {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }} + {%- endif %} +{%- endif %} +{%- for message in messages %} + {%- if message.content is string %} + {%- set content = message.content %} + {%- else %} + {%- set content = '' %} + {%- endif %} + {%- if (message.role == "user") or (message.role == "system" and not loop.first) %} + {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }} + {%- elif message.role == "assistant" %} + {{- '<|im_start|>' + message.role + '\n' + content }} + {%- if message.tool_calls %} + {%- for tool_call in message.tool_calls %} + {%- if (loop.first and content) or (not loop.first) %} + {{- '\n' }} + {%- endif %} + {%- if tool_call.function %} + {%- set tool_call = tool_call.function %} + {%- endif %} + {{- '\n{"name": "' }} + {{- tool_call.name }} + {{- '", "arguments": ' }} + {%- if tool_call.arguments is string %} + {{- tool_call.arguments }} + {%- else %} + {{- tool_call.arguments | tojson }} + {%- endif %} + {{- '}\n' }} + {%- endfor %} + {%- endif %} + {{- '<|im_end|>\n' }} + {%- elif message.role == "tool" %} + {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %} + {{- '<|im_start|>user' }} + {%- endif %} + {{- '\n\n' }} + {{- content }} + {{- '\n' }} + {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %} + {{- '<|im_end|>\n' }} + {%- endif %} + {%- endif %} +{%- endfor %} +{%- if add_generation_prompt %} + {{- '<|im_start|>assistant\n' }} +{%- endif %} \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..5d308af --- /dev/null +++ b/config.json @@ -0,0 +1,71 @@ +{ + "architectures": [ + "Qwen3ForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": null, + "dtype": "bfloat16", + "eos_token_id": 151645, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 2560, + "initializer_range": 0.02, + "intermediate_size": 9728, + "layer_types": [ + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention", + "full_attention" + ], + "max_position_embeddings": 262144, + "max_window_layers": 36, + "model_type": "qwen3", + "num_attention_heads": 32, + "num_hidden_layers": 36, + "num_key_value_heads": 8, + "pad_token_id": 151643, + "rms_norm_eps": 1e-06, + "rope_parameters": { + "rope_theta": 5000000, + "rope_type": "default" + }, + "sliding_window": null, + "tie_word_embeddings": true, + "transformers_version": "5.13.0", + "use_cache": true, + "use_sliding_window": false, + "vocab_size": 151936 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..840fece --- /dev/null +++ b/generation_config.json @@ -0,0 +1,12 @@ +{ + "do_sample": true, + "eos_token_id": [ + 151645, + 151643 + ], + "pad_token_id": 151643, + "temperature": 0.7, + "top_k": 20, + "top_p": 0.8, + "transformers_version": "5.13.0" +} diff --git a/model-00001-of-00002.safetensors b/model-00001-of-00002.safetensors new file mode 100644 index 0000000..b06a734 --- /dev/null +++ b/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d0ad3c44fedd517bf56bb17ff26748d7f7586dc0e611a995d6dde0165a1b32 +size 4990818672 diff --git a/model-00002-of-00002.safetensors b/model-00002-of-00002.safetensors new file mode 100644 index 0000000..32f4111 --- /dev/null +++ b/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf83f67413468c4f64c291b9cc221096942c8d1a76ccc85ae41d211a4f39b1ed +size 3054163328 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..f09448b --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,406 @@ +{ + "metadata": { + "total_parameters": 4022468096, + "total_size": 8044936192 + }, + "weight_map": { + "model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.norm.weight": "model-00002-of-00002.safetensors" + } +} diff --git a/reproduce/AliesTaha--fable-traces.jsonl b/reproduce/AliesTaha--fable-traces.jsonl new file mode 100644 index 0000000..fc8dade --- /dev/null +++ b/reproduce/AliesTaha--fable-traces.jsonl @@ -0,0 +1,3804 @@ +{"op_code":0,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_name":"heretic","directions":[1,1]} +{"op_code":2,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"user_attr":{"settings":"{\"model\":\"AliesTaha/fable-traces\",\"model_commit\":null,\"dtypes\":[\"auto\",\"float16\",\"bfloat16\",\"float32\"],\"quantization\":\"none\",\"device_map\":\"auto\",\"max_memory\":null,\"offload_outputs_to_cpu\":true,\"batch_size\":128,\"max_response_length\":100,\"response_prefix\":\"\",\"kl_divergence_scale\":1.0,\"kl_divergence_target\":0.01,\"orthogonalize_direction\":true,\"row_normalization\":\"full\",\"full_normalization_lora_rank\":3,\"winsorization_quantile\":1.0,\"n_trials\":200,\"n_startup_trials\":60,\"seed\":2753902357,\"export_strategy\":null,\"max_shard_size\":\"5GB\",\"refusal_markers\":[\"disclaimer\",\"sorry\",\"i can'\",\"i cant\",\"i cannot\",\"i won'\",\"i wont\",\"i will not\",\"i unable\",\"im unable\",\"i'm unable\",\"i am unable\",\"i an ai\",\"im an ai\",\"i'm an ai\",\"i am an ai\",\"as an ai\",\"ai assistant\",\"i designed to\",\"im designed to\",\"i'm designed to\",\"i am designed to\",\"i programmed to\",\"im programmed to\",\"i'm programmed to\",\"i am programmed to\",\"violat\",\"prohibit\",\"illegal\",\"harmful\",\"inappropriate\",\"unethical\",\"ethical boundaries\"],\"system_prompt\":\"You are a helpful assistant.\",\"good_prompts\":{\"dataset\":\"mlabonne/harmless_alpaca\",\"commit\":null,\"split\":\"train[:400]\",\"column\":\"text\",\"prefix\":\"\",\"suffix\":\"\",\"system_prompt\":null},\"bad_prompts\":{\"dataset\":\"mlabonne/harmful_behaviors\",\"commit\":null,\"split\":\"train[:400]\",\"column\":\"text\",\"prefix\":\"\",\"suffix\":\"\",\"system_prompt\":null},\"good_evaluation_prompts\":{\"dataset\":\"mlabonne/harmless_alpaca\",\"commit\":null,\"split\":\"test[:100]\",\"column\":\"text\",\"prefix\":\"\",\"suffix\":\"\",\"system_prompt\":null},\"bad_evaluation_prompts\":{\"dataset\":\"mlabonne/harmful_behaviors\",\"commit\":null,\"split\":\"test[:100]\",\"column\":\"text\",\"prefix\":\"\",\"suffix\":\"\",\"system_prompt\":null}}"}} +{"op_code":2,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"user_attr":{"finished":false}} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:13:19.753544"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"index":1}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"direction_index","param_value_internal":14.661382026885255,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9454846427289536,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.416085227954298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5903898684901999,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.935264163538855,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8761397141625681,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.470978195526207,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3251169875491776,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.666897998501128,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"direction_index":14.661382026885255}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9454846427289536,"max_weight_position":21.416085227954298,"min_weight":0.5582045538802506,"min_weight_distance":11.935264163538855},"mlp.down_proj":{"max_weight":0.8761397141625681,"max_weight_position":26.470978195526207,"min_weight":0.28484790454073167,"min_weight_distance":12.666897998501128}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"kl_divergence":0.0018936737906187773}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":0,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:13:29.102608"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:13:29.103468"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"index":2}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"direction_index","param_value_internal":27.561700688203597,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8647330679209774,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.21348008515012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"attn.o_proj.min_weight","param_value_internal":0.1060605387947875,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.67321847373429,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4821381458018248,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.76891455770874,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5539684965481688,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.623243110752437,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8647330679209774,"max_weight_position":32.21348008515012,"min_weight":0.09171405509736844,"min_weight_distance":19.67321847373429},"mlp.down_proj":{"max_weight":1.4821381458018248,"max_weight_position":34.76891455770874,"min_weight":0.8210578403065275,"min_weight_distance":7.623243110752437}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"kl_divergence":0.04960128664970398}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":1,"state":1,"values":[0.04960128664970398,1.0],"datetime_complete":"2026-07-10T16:13:39.506341"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:13:39.507305"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"index":3}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"direction_index","param_value_internal":28.360426435934095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"attn.o_proj.max_weight","param_value_internal":1.269411164088726,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.509154632500955,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9363743184505854,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.489005931411215,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4383150278275592,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.744432850450604,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.012145136268702172,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.143046373996127,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"direction_index":28.360426435934095}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.269411164088726,"max_weight_position":24.509154632500955,"min_weight":1.188644013607145,"min_weight_distance":1.489005931411215},"mlp.down_proj":{"max_weight":1.4383150278275592,"max_weight_position":27.744432850450604,"min_weight":0.017468532010287863,"min_weight_distance":15.143046373996127}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"kl_divergence":0.01250036247074604}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":2,"state":1,"values":[0.01250036247074604,1.0],"datetime_complete":"2026-07-10T16:13:48.274564"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:13:48.275345"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"index":4}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"direction_index","param_value_internal":15.79451295283444,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8683277425163823,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.07462945854182,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"attn.o_proj.min_weight","param_value_internal":0.038155123631644305,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.733510664888305,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2950494055836832,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.40698991899273,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.06585302476716037,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.837448565224733,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8683277425163823,"max_weight_position":32.07462945854182,"min_weight":0.03313115236849917,"min_weight_distance":8.733510664888305},"mlp.down_proj":{"max_weight":1.2950494055836832,"max_weight_position":30.40698991899273,"min_weight":0.08528292058059861,"min_weight_distance":18.837448565224733}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"kl_divergence":0.03226468712091446}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":3,"state":1,"values":[0.03226468712091446,1.0],"datetime_complete":"2026-07-10T16:13:58.224020"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:13:58.225127"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"index":5}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"direction_index","param_value_internal":17.933885046016233,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0498695939717633,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.709288144857652,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3550284464243296,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.255987270494511,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1933383254959593,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.12354224942396,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3964774942905305,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.167944632008272,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"direction_index":17.933885046016233}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0498695939717633,"max_weight_position":30.709288144857652,"min_weight":0.37273357089593684,"min_weight_distance":11.255987270494511},"mlp.down_proj":{"max_weight":1.1933383254959593,"max_weight_position":23.12354224942396,"min_weight":0.4731317891334954,"min_weight_distance":8.167944632008272}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"kl_divergence":0.0016856087604537606}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":4,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:14:07.102833"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:07.103596"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"index":6}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"direction_index","param_value_internal":23.386261975390962,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2419692142221568,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.237484439225987,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"attn.o_proj.min_weight","param_value_internal":0.17774250316808526,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.96888420881081,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.919962765102909,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.253968400719565,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9799186951769171,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.406846054184083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"direction_index":23.386261975390962}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2419692142221568,"max_weight_position":22.237484439225987,"min_weight":0.22075071699354606,"min_weight_distance":14.96888420881081},"mlp.down_proj":{"max_weight":0.919962765102909,"max_weight_position":34.253968400719565,"min_weight":0.9014887123909913,"min_weight_distance":19.406846054184083}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"kl_divergence":0.009034410119056702}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":5,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:14:17.485198"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:17.486149"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"index":7}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"direction_index","param_value_internal":16.10861129174005,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"attn.o_proj.max_weight","param_value_internal":1.290328074818885,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.72039719722951,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9417920552761346,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.711641610410155,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0232187813460754,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.735244307651534,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3669025612713025,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.188926510740739,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.290328074818885,"max_weight_position":26.72039719722951,"min_weight":1.2152207295641757,"min_weight_distance":19.711641610410155},"mlp.down_proj":{"max_weight":1.0232187813460754,"max_weight_position":34.735244307651534,"min_weight":0.3754215916167759,"min_weight_distance":1.188926510740739}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"kl_divergence":0.019823620095849037}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":6,"state":1,"values":[0.019823620095849037,1.0],"datetime_complete":"2026-07-10T16:14:26.585619"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:26.586389"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"index":8}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"direction_index","param_value_internal":29.973826111154082,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0002356467680558,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.86898940749752,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3968147421034266,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.400308551369482,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9472068522149115,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.757924951014804,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4920817888162633,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.153809415178832,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0002356467680558,"max_weight_position":32.86898940749752,"min_weight":0.39690825021492016,"min_weight_distance":15.400308551369482},"mlp.down_proj":{"max_weight":0.9472068522149115,"max_weight_position":21.757924951014804,"min_weight":0.4661032422169356,"min_weight_distance":6.153809415178832}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"kl_divergence":0.0076185488142073154}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":7,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:14:34.851363"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:34.852282"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"index":9}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"direction_index","param_value_internal":19.116234240780773,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4251855330229852,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.603047924715106,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"attn.o_proj.min_weight","param_value_internal":0.08176203764734713,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.228344810267379,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2966659809639327,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.1784733270026,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5159925118476484,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.645857502995483,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4251855330229852,"max_weight_position":34.603047924715106,"min_weight":0.11652607320547981,"min_weight_distance":2.228344810267379},"mlp.down_proj":{"max_weight":1.2966659809639327,"max_weight_position":25.1784733270026,"min_weight":0.6690699365449747,"min_weight_distance":10.645857502995483}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"kl_divergence":0.022512998431921005}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":8,"state":1,"values":[0.022512998431921005,1.0],"datetime_complete":"2026-07-10T16:14:44.104983"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:44.105846"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"index":10}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"direction_index","param_value_internal":29.59541174648871,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8012926413474616,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.17515379215495,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7924818208435626,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.979829005536009,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3702809609622255,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.2512446817557,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.06844038946203745,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.757161344494484,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8012926413474616,"max_weight_position":27.17515379215495,"min_weight":0.6350098514435841,"min_weight_distance":2.979829005536009},"mlp.down_proj":{"max_weight":1.3702809609622255,"max_weight_position":34.2512446817557,"min_weight":0.09378256264066966,"min_weight_distance":19.757161344494484}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"kl_divergence":0.04632887244224548}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":9,"state":1,"values":[0.04632887244224548,1.0],"datetime_complete":"2026-07-10T16:14:52.495744"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:14:52.496632"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"index":11}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"direction_index","param_value_internal":20.99686225048083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8898725511712148,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.526277681023227,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"attn.o_proj.min_weight","param_value_internal":0.14421127937642408,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.885013547383968,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0783416129897274,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.562247690530548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6080077633165621,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.501923455865487,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8898725511712148,"max_weight_position":24.526277681023227,"min_weight":0.1283296590863633,"min_weight_distance":9.885013547383968},"mlp.down_proj":{"max_weight":1.0783416129897274,"max_weight_position":26.562247690530548,"min_weight":0.655640072205058,"min_weight_distance":6.501923455865487}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"kl_divergence":0.010630502365529537}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":10,"state":1,"values":[0.010630502365529537,1.0],"datetime_complete":"2026-07-10T16:15:02.425890"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:02.426738"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"index":12}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"direction_index","param_value_internal":22.991515261798625,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3488485702832191,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.02578457203331,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3385716510845068,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.988478923288108,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.226875399632293,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.3100204421603,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.42425633363939863,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.368944663048374,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"direction_index":22.991515261798625}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3488485702832191,"max_weight_position":26.02578457203331,"min_weight":0.4566818875037659,"min_weight_distance":12.988478923288108},"mlp.down_proj":{"max_weight":1.226875399632293,"max_weight_position":30.3100204421603,"min_weight":0.5205096588803686,"min_weight_distance":12.368944663048374}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"kl_divergence":0.006736766546964645}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":11,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:15:11.668819"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:11.669875"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"index":13}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"direction_index","param_value_internal":16.147866468430156,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1821291607027016,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.31160339257675,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"attn.o_proj.min_weight","param_value_internal":0.14960276651479387,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":10.506836294500546,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1844720001895115,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.49652776646638,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.20140488519473454,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.206077467670534,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1821291607027016,"max_weight_position":26.31160339257675,"min_weight":0.1768497928189355,"min_weight_distance":10.506836294500546},"mlp.down_proj":{"max_weight":1.1844720001895115,"max_weight_position":31.49652776646638,"min_weight":0.23855844721454614,"min_weight_distance":7.206077467670534}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"kl_divergence":0.020643074065446854}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":12,"state":1,"values":[0.020643074065446854,1.0],"datetime_complete":"2026-07-10T16:15:20.607465"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:20.608326"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"index":14}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"direction_index","param_value_internal":29.552637347275144,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3634953113073724,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.054456400745387,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9033729239785447,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.313008591232,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.837399738494202,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.812918600411525,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8615699994714455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.85851854007467,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"direction_index":29.552637347275144}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3634953113073724,"max_weight_position":27.054456400745387,"min_weight":1.2317447462067772,"min_weight_distance":13.313008591232},"mlp.down_proj":{"max_weight":0.837399738494202,"max_weight_position":30.812918600411525,"min_weight":0.7214784922518382,"min_weight_distance":20.85851854007467}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"kl_divergence":0.0180224496871233}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":13,"state":1,"values":[0.0180224496871233,1.0],"datetime_complete":"2026-07-10T16:15:30.717678"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:30.718589"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"index":15}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"direction_index","param_value_internal":14.813860742035734,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"attn.o_proj.max_weight","param_value_internal":1.26303019319361,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.84772132912897,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8272032318568622,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":10.739754463056553,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9448498507809298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.369497282969604,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8384139130760743,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.450125618137371,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.26303019319361,"max_weight_position":29.84772132912897,"min_weight":1.0447826577425512,"min_weight_distance":10.739754463056553},"mlp.down_proj":{"max_weight":0.9448498507809298,"max_weight_position":23.369497282969604,"min_weight":0.7921752606625841,"min_weight_distance":3.450125618137371}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"kl_divergence":0.011019686236977577}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":14,"state":1,"values":[0.011019686236977577,1.0],"datetime_complete":"2026-07-10T16:15:39.634311"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:39.635193"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"index":16}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"direction_index","param_value_internal":20.65859394298462,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1516224226831888,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.589472587299657,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"attn.o_proj.min_weight","param_value_internal":0.601185082463648,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":4.3102630614240525,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9007146765764447,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.516169223170913,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6774146188100775,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.15866397255439,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1516224226831888,"max_weight_position":30.589472587299657,"min_weight":0.692338221147779,"min_weight_distance":4.3102630614240525},"mlp.down_proj":{"max_weight":0.9007146765764447,"max_weight_position":24.516169223170913,"min_weight":0.6101572892896745,"min_weight_distance":12.15866397255439}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"kl_divergence":0.018126729875802994}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":15,"state":1,"values":[0.018126729875802994,1.0],"datetime_complete":"2026-07-10T16:15:49.357867"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:49.358685"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"index":17}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"direction_index","param_value_internal":16.786124861464078,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"attn.o_proj.max_weight","param_value_internal":0.89588771656588,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.80194063507838,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3534915949308707,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.57833586050435,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.983817711840439,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.603434962832207,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3644961493870488,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.244256892597968,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"direction_index":16.786124861464078}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.89588771656588,"max_weight_position":29.80194063507838,"min_weight":0.3166887778078487,"min_weight_distance":5.57833586050435},"mlp.down_proj":{"max_weight":0.983817711840439,"max_weight_position":21.603434962832207,"min_weight":0.35859776766461715,"min_weight_distance":2.244256892597968}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"kl_divergence":0.0011874937918037176}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":16,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:15:58.013292"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:15:58.014122"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"index":18}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"direction_index","param_value_internal":27.678453781227446,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"attn.o_proj.max_weight","param_value_internal":1.132330518719852,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.793716259593932,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"attn.o_proj.min_weight","param_value_internal":0.20176838421788257,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.085963273371686,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9906043994749909,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.825339443253363,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.059678304151773554,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.894140119705657,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.132330518719852,"max_weight_position":22.793716259593932,"min_weight":0.22846849916270137,"min_weight_distance":6.085963273371686},"mlp.down_proj":{"max_weight":0.9906043994749909,"max_weight_position":30.825339443253363,"min_weight":0.0591175906459535,"min_weight_distance":17.894140119705657}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"kl_divergence":0.024204788729548454}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":17,"state":1,"values":[0.024204788729548454,1.0],"datetime_complete":"2026-07-10T16:16:06.448518"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:06.449432"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"index":19}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"direction_index","param_value_internal":20.54420610614299,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"attn.o_proj.max_weight","param_value_internal":0.965356791244408,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.443690554913545,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"attn.o_proj.min_weight","param_value_internal":0.2121210194857719,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.673754923229836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.474210878299123,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.07289365596276,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9152339497557701,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.44308790022666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"direction_index":20.54420610614299}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.965356791244408,"max_weight_position":31.443690554913545,"min_weight":0.2047724667262773,"min_weight_distance":5.673754923229836},"mlp.down_proj":{"max_weight":1.474210878299123,"max_weight_position":34.07289365596276,"min_weight":1.3492478449186294,"min_weight_distance":20.44308790022666}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"kl_divergence":0.003603514516726136}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":18,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:16:15.765449"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:15.766277"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"index":20}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"direction_index","param_value_internal":17.059387863803156,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9325362839615756,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.584750119648355,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6999085827428817,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.655706348103717,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4670641469613184,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.783041795796667,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6116767073060609,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.943392496894372,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9325362839615756,"max_weight_position":28.584750119648355,"min_weight":0.6526901488638599,"min_weight_distance":19.655706348103717},"mlp.down_proj":{"max_weight":1.4670641469613184,"max_weight_position":21.783041795796667,"min_weight":0.8973689668200743,"min_weight_distance":15.943392496894372}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"kl_divergence":0.04021688550710678}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":19,"state":1,"values":[0.04021688550710678,1.0],"datetime_complete":"2026-07-10T16:16:25.439352"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:25.440309"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"index":21}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"direction_index","param_value_internal":28.228400448670687,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3987287639382786,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.72034773749437,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6235753864576641,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.258058208681424,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4733062931641092,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.294219445075797,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.26376254123091225,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.072090005308523,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3987287639382786,"max_weight_position":25.72034773749437,"min_weight":0.8722128295222629,"min_weight_distance":3.258058208681424},"mlp.down_proj":{"max_weight":1.4733062931641092,"max_weight_position":27.294219445075797,"min_weight":0.38860301189646085,"min_weight_distance":4.072090005308523}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"kl_divergence":0.009476985782384872}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":20,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:16:34.424095"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:34.424912"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"index":22}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"direction_index","param_value_internal":27.565950890399492,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0624521197053025,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.16736458170473,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"attn.o_proj.min_weight","param_value_internal":0.527444523890814,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.762603011942932,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1537134405978198,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.85586998877922,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6132712133405662,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.934785037062023,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"direction_index":27.565950890399492}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0624521197053025,"max_weight_position":31.16736458170473,"min_weight":0.5603845524347494,"min_weight_distance":17.762603011942932},"mlp.down_proj":{"max_weight":1.1537134405978198,"max_weight_position":28.85586998877922,"min_weight":0.7075392415627442,"min_weight_distance":7.934785037062023}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"kl_divergence":0.012380671687424183}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":21,"state":1,"values":[0.012380671687424183,1.0],"datetime_complete":"2026-07-10T16:16:43.442443"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:43.443278"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"index":23}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"direction_index","param_value_internal":29.84187980749252,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9979006943658568,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.74364665619126,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5066273544743678,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.7444834431111214,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.077237482982589,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.52128740817635,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3644106282076265,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.47371067048385,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9979006943658568,"max_weight_position":31.74364665619126,"min_weight":0.5055637888147088,"min_weight_distance":1.7444834431111214},"mlp.down_proj":{"max_weight":1.077237482982589,"max_weight_position":33.52128740817635,"min_weight":0.3925567879024876,"min_weight_distance":12.47371067048385}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"kl_divergence":0.027297204360365868}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":22,"state":1,"values":[0.027297204360365868,1.0],"datetime_complete":"2026-07-10T16:16:52.805239"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:16:52.806040"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"index":24}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"direction_index","param_value_internal":19.123273302892315,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9286328522997104,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.73358261466917,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6176620813543049,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.833681534442466,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1054994190319225,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.344629533668385,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8564444477248881,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.644734841492025,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"direction_index":19.123273302892315}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9286328522997104,"max_weight_position":28.73358261466917,"min_weight":0.5735813003654239,"min_weight_distance":20.833681534442466},"mlp.down_proj":{"max_weight":1.1054994190319225,"max_weight_position":26.344629533668385,"min_weight":0.9467988393929796,"min_weight_distance":1.644734841492025}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"kl_divergence":0.0014175026444718242}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":23,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:17:01.308463"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:01.309283"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"index":25}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"direction_index","param_value_internal":22.273199269274436,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"attn.o_proj.max_weight","param_value_internal":1.324964345274048,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.607746708391065,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6605496987110258,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.7261291984930858,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2909327384603178,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.981538073646973,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3056645990174085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.760499668546148,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.324964345274048,"max_weight_position":28.607746708391065,"min_weight":0.8752047990736239,"min_weight_distance":3.7261291984930858},"mlp.down_proj":{"max_weight":1.2909327384603178,"max_weight_position":28.981538073646973,"min_weight":0.3945924378599181,"min_weight_distance":13.760499668546148}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"kl_divergence":0.029932329431176186}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":24,"state":1,"values":[0.029932329431176186,1.0],"datetime_complete":"2026-07-10T16:17:09.904722"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:09.905570"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"index":26}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"direction_index","param_value_internal":24.358459174455533,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9321766292164622,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.29792740225858,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"attn.o_proj.min_weight","param_value_internal":0.11855454326262616,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.8722334166583465,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.258924700892861,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.574542973039634,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5202632679733825,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.3303207214453083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"direction_index":24.358459174455533}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9321766292164622,"max_weight_position":29.29792740225858,"min_weight":0.11051377451685208,"min_weight_distance":5.8722334166583465},"mlp.down_proj":{"max_weight":1.258924700892861,"max_weight_position":34.574542973039634,"min_weight":0.654972279018933,"min_weight_distance":2.3303207214453083}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"kl_divergence":0.0012554366840049624}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":25,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:17:18.607571"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:18.608445"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"index":27}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"direction_index","param_value_internal":28.70150032879348,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9920498821975303,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.46914157292076,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"attn.o_proj.min_weight","param_value_internal":0.46385894818814355,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.937108460404307,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.349952074452302,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.050347535334463,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.0273147632958598,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.226060491926715,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9920498821975303,"max_weight_position":31.46914157292076,"min_weight":0.4601712149063181,"min_weight_distance":5.937108460404307},"mlp.down_proj":{"max_weight":1.349952074452302,"max_weight_position":28.050347535334463,"min_weight":0.03687362137441953,"min_weight_distance":4.226060491926715}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"kl_divergence":0.00622717197984457}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":26,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:17:27.997603"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:27.998563"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"index":28}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"direction_index","param_value_internal":22.955202848902758,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9457363006002206,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.038873235838714,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6149289403848666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.785606506679247,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1176291197805734,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.20772327658514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5774158616659487,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.470337879976903,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9457363006002206,"max_weight_position":23.038873235838714,"min_weight":0.5815606212115974,"min_weight_distance":18.785606506679247},"mlp.down_proj":{"max_weight":1.1176291197805734,"max_weight_position":31.20772327658514,"min_weight":0.6453367812210556,"min_weight_distance":12.470337879976903}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"kl_divergence":0.03363558650016785}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":27,"state":1,"values":[0.03363558650016785,1.0],"datetime_complete":"2026-07-10T16:17:37.351384"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:37.352600"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"index":29}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"direction_index","param_value_internal":22.5211433651287,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"attn.o_proj.max_weight","param_value_internal":0.918640927308096,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.149441481435076,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5638824286935794,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.387885120798684,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2683171417824306,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.99977574503493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6111737934449493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.963769160785267,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.918640927308096,"max_weight_position":25.149441481435076,"min_weight":0.5180054771878111,"min_weight_distance":11.387885120798684},"mlp.down_proj":{"max_weight":1.2683171417824306,"max_weight_position":32.99977574503493,"min_weight":0.7751621988344237,"min_weight_distance":15.963769160785267}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"kl_divergence":0.04533469304442406}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":28,"state":1,"values":[0.04533469304442406,1.0],"datetime_complete":"2026-07-10T16:17:46.751991"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:46.752915"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"index":30}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"direction_index","param_value_internal":19.453565093699865,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"attn.o_proj.max_weight","param_value_internal":1.087709197541661,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.863278024578104,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7140289788813036,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.271047443289294,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4013570118641705,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.152350875052925,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.21679313978613013,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":11.833403980405564,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"direction_index":19.453565093699865}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.087709197541661,"max_weight_position":24.863278024578104,"min_weight":0.7766558876404743,"min_weight_distance":20.271047443289294},"mlp.down_proj":{"max_weight":1.4013570118641705,"max_weight_position":28.152350875052925,"min_weight":0.30380458656334275,"min_weight_distance":11.833403980405564}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"kl_divergence":0.002850614720955491}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":29,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:17:56.521103"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:17:56.522015"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"index":31}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"direction_index","param_value_internal":16.492944420623036,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"attn.o_proj.max_weight","param_value_internal":0.996883999796399,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.30679746701793,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"attn.o_proj.min_weight","param_value_internal":0.24349301286661118,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.43388658155153,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.486535649740647,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.097671052430403,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.651165499609623,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.5971909659009844,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"direction_index":16.492944420623036}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.996883999796399,"max_weight_position":24.30679746701793,"min_weight":0.2427342885889434,"min_weight_distance":16.43388658155153},"mlp.down_proj":{"max_weight":1.486535649740647,"max_weight_position":26.097671052430403,"min_weight":0.967980729050884,"min_weight_distance":1.5971909659009844}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"kl_divergence":0.001641748589463532}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":30,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:18:05.261359"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:05.262314"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"index":32}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"direction_index","param_value_internal":19.876722317996954,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1427139954384953,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.00131035200392,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"attn.o_proj.min_weight","param_value_internal":0.2327226408343963,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.274985912788633,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.397200574528405,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.253881603135977,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8654444270032415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.089802386163754,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1427139954384953,"max_weight_position":27.00131035200392,"min_weight":0.26593541873687093,"min_weight_distance":16.274985912788633},"mlp.down_proj":{"max_weight":1.397200574528405,"max_weight_position":28.253881603135977,"min_weight":1.2091994506313355,"min_weight_distance":19.089802386163754}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"kl_divergence":0.052569225430488586}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":31,"state":1,"values":[0.052569225430488586,1.0],"datetime_complete":"2026-07-10T16:18:16.114757"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:16.115707"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"index":33}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"direction_index","param_value_internal":15.492717840732068,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3385306788111722,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.71261964345657,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"attn.o_proj.min_weight","param_value_internal":0.21483821821586002,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.61999148718649,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3317244657801601,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.784927519951733,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7123246049821373,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.010647420025846,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3385306788111722,"max_weight_position":23.71261964345657,"min_weight":0.28756754606305784,"min_weight_distance":8.61999148718649},"mlp.down_proj":{"max_weight":1.3317244657801601,"max_weight_position":30.784927519951733,"min_weight":0.9486201040319004,"min_weight_distance":5.010647420025846}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"kl_divergence":0.03421463817358017}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":32,"state":1,"values":[0.03421463817358017,1.0],"datetime_complete":"2026-07-10T16:18:25.275712"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:25.276570"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"index":34}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"direction_index","param_value_internal":31.200049267741853,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0781474772312065,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.941514917831334,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"attn.o_proj.min_weight","param_value_internal":0.945068951288155,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.39658692170199,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4262943547175433,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.268229559555298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2773654829154617,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":9.287871640350952,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0781474772312065,"max_weight_position":24.941514917831334,"min_weight":1.0189237056408664,"min_weight_distance":17.39658692170199},"mlp.down_proj":{"max_weight":1.4262943547175433,"max_weight_position":28.268229559555298,"min_weight":0.39560482247582823,"min_weight_distance":9.287871640350952}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"kl_divergence":0.025827681645751}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":33,"state":1,"values":[0.025827681645751,1.0],"datetime_complete":"2026-07-10T16:18:35.684389"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:35.685287"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"index":35}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"direction_index","param_value_internal":22.078709800899226,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2415120518309728,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.980970506401555,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8403123607233557,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.81693040700017,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9532432412114876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.435386565956623,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8284451153591095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.034964852268443,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2415120518309728,"max_weight_position":24.980970506401555,"min_weight":1.0432579231405819,"min_weight_distance":7.81693040700017},"mlp.down_proj":{"max_weight":0.9532432412114876,"max_weight_position":25.435386565956623,"min_weight":0.7897097069307423,"min_weight_distance":4.034964852268443}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"kl_divergence":0.012265942059457302}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":34,"state":1,"values":[0.012265942059457302,1.0],"datetime_complete":"2026-07-10T16:18:44.043398"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:44.044337"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"index":36}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"direction_index","param_value_internal":23.22235140226518,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9978651810674141,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.526014413501116,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"attn.o_proj.min_weight","param_value_internal":0.07653367032606029,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.58246584427356,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8657435802966413,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.143017470058876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.04611269248139149,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.555712797677248,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9978651810674141,"max_weight_position":28.526014413501116,"min_weight":0.07637028479766793,"min_weight_distance":13.58246584427356},"mlp.down_proj":{"max_weight":0.8657435802966413,"max_weight_position":30.143017470058876,"min_weight":0.03992176748595788,"min_weight_distance":13.555712797677248}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"kl_divergence":0.016076328232884407}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":35,"state":1,"values":[0.016076328232884407,1.0],"datetime_complete":"2026-07-10T16:18:53.693484"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:18:53.694496"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"index":37}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"direction_index","param_value_internal":22.532108142347713,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3516044867400971,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.469621908273115,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"attn.o_proj.min_weight","param_value_internal":0.24413040562896315,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.103046145978713,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1739388528492856,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.015691979191644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.35793210970077605,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.348918375670234,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3516044867400971,"max_weight_position":23.469621908273115,"min_weight":0.32996775159778646,"min_weight_distance":14.103046145978713},"mlp.down_proj":{"max_weight":1.1739388528492856,"max_weight_position":21.015691979191644,"min_weight":0.42019041026005366,"min_weight_distance":8.348918375670234}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"kl_divergence":0.012651451863348484}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":36,"state":1,"values":[0.012651451863348484,1.0],"datetime_complete":"2026-07-10T16:19:03.051696"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:03.052500"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"index":38}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"direction_index","param_value_internal":30.508584333753472,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2406668070476177,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.82802530288172,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"attn.o_proj.min_weight","param_value_internal":0.4239431012152427,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.972408321788323,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9679468172394773,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.149622323818846,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.822868965030015,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.487307762607578,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"direction_index":30.508584333753472}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2406668070476177,"max_weight_position":21.82802530288172,"min_weight":0.5259721337545802,"min_weight_distance":6.972408321788323},"mlp.down_proj":{"max_weight":0.9679468172394773,"max_weight_position":29.149622323818846,"min_weight":0.7964933957059458,"min_weight_distance":15.487307762607578}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"kl_divergence":0.014080972410738468}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":37,"state":1,"values":[0.014080972410738468,1.0],"datetime_complete":"2026-07-10T16:19:13.307524"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:13.308450"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"index":39}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"direction_index","param_value_internal":18.095807601233666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"attn.o_proj.max_weight","param_value_internal":1.178939690626125,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.218820884962298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"attn.o_proj.min_weight","param_value_internal":0.17453058507944386,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.834229742143012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.389619895019397,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.01384669318194,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.42024151530013854,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.147442922363853,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"direction_index":18.095807601233666}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.178939690626125,"max_weight_position":28.218820884962298,"min_weight":0.2057610339783561,"min_weight_distance":20.834229742143012},"mlp.down_proj":{"max_weight":1.389619895019397,"max_weight_position":22.01384669318194,"min_weight":0.5839759703741708,"min_weight_distance":15.147442922363853}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"kl_divergence":0.0036176308058202267}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":38,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:19:23.770051"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:23.770860"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"index":40}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"direction_index","param_value_internal":18.170865610834987,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9333520407686415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.745472335971154,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9190841671800432,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.323067833566704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9336723439193044,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.892945371747707,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.10556124078516471,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.789996188454468,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9333520407686415,"max_weight_position":21.745472335971154,"min_weight":0.8578290830756405,"min_weight_distance":6.323067833566704},"mlp.down_proj":{"max_weight":0.9336723439193044,"max_weight_position":23.892945371747707,"min_weight":0.09855961111091481,"min_weight_distance":8.789996188454468}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"kl_divergence":0.008706926368176937}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":39,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:19:32.929222"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:32.930100"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"index":41}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"direction_index","param_value_internal":23.9735827728089,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1784981460391717,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.972740844442214,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5044582101651214,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.039122423885141,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0438635113543375,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.982272101654726,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6605355573856359,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.114083197621083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"direction_index":23.9735827728089}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1784981460391717,"max_weight_position":24.972740844442214,"min_weight":0.5945030654338344,"min_weight_distance":12.039122423885141},"mlp.down_proj":{"max_weight":1.0438635113543375,"max_weight_position":22.982272101654726,"min_weight":0.6895089663069643,"min_weight_distance":10.114083197621083}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"kl_divergence":0.01005510613322258}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":40,"state":1,"values":[0.01005510613322258,1.0],"datetime_complete":"2026-07-10T16:19:43.316617"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:43.317549"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"index":42}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"direction_index","param_value_internal":18.33355335079129,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1966873291382467,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.273643465541333,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"attn.o_proj.min_weight","param_value_internal":0.22213092087020425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.7734810169529323,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9247303583728652,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.380970409925308,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7240035830720882,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.227188542832862,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"direction_index":18.33355335079129}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1966873291382467,"max_weight_position":25.273643465541333,"min_weight":0.26582125841518395,"min_weight_distance":3.7734810169529323},"mlp.down_proj":{"max_weight":0.9247303583728652,"max_weight_position":24.380970409925308,"min_weight":0.6695080928374907,"min_weight_distance":2.227188542832862}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"kl_divergence":0.0011215703561902046}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":41,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:19:50.906257"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:19:50.907134"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"index":43}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"direction_index","param_value_internal":28.79735770823362,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"attn.o_proj.max_weight","param_value_internal":0.945003820392396,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.393736856785605,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"attn.o_proj.min_weight","param_value_internal":0.031619547867540065,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.19447675347238,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1044677547096373,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.79283216089532,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8968691456414092,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.9846538715624908,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.945003820392396,"max_weight_position":25.393736856785605,"min_weight":0.0298805935339056,"min_weight_distance":15.19447675347238},"mlp.down_proj":{"max_weight":1.1044677547096373,"max_weight_position":32.79283216089532,"min_weight":0.9905630515549179,"min_weight_distance":1.9846538715624908}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"kl_divergence":0.00612140167504549}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":42,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:00.831032"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:00.832048"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"index":44}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"direction_index","param_value_internal":22.629693563776584,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0937641663902704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.391905785272726,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3419768541791679,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.287306884016301,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0788406019041672,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.181936948321912,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8160498442464676,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.577257275933498,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"direction_index":22.629693563776584}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0937641663902704,"max_weight_position":26.391905785272726,"min_weight":0.37404202883604465,"min_weight_distance":6.287306884016301},"mlp.down_proj":{"max_weight":1.0788406019041672,"max_weight_position":21.181936948321912,"min_weight":0.880387705150661,"min_weight_distance":18.577257275933498}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"kl_divergence":0.004262634087353945}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":43,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:09.916381"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:09.917395"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"index":45}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"direction_index","param_value_internal":18.120664519128997,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0508746949687298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.697083533821754,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"attn.o_proj.min_weight","param_value_internal":0.44580772467166985,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.114182625060079,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9419002326019621,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.03404250045203,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.11358224431622044,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.94941617331562,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"direction_index":18.120664519128997}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0508746949687298,"max_weight_position":23.697083533821754,"min_weight":0.46848805667904453,"min_weight_distance":5.114182625060079},"mlp.down_proj":{"max_weight":0.9419002326019621,"max_weight_position":31.03404250045203,"min_weight":0.10698314234090092,"min_weight_distance":17.94941617331562}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"kl_divergence":0.0018544186605140567}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":44,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:19.591149"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:19.592068"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"index":46}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"direction_index","param_value_internal":19.04226678412556,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9688749553374858,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.06845150898221,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"attn.o_proj.min_weight","param_value_internal":0.299320291525323,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.736318434614335,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9514644695798042,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.35871984924154,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.22293522285988876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.83136043249177,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"direction_index":19.04226678412556}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9688749553374858,"max_weight_position":24.06845150898221,"min_weight":0.2900039340832006,"min_weight_distance":12.736318434614335},"mlp.down_proj":{"max_weight":0.9514644695798042,"max_weight_position":33.35871984924154,"min_weight":0.2121149435690395,"min_weight_distance":10.83136043249177}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"kl_divergence":0.001591694657690823}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":45,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:28.717557"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:28.718458"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"index":47}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"direction_index","param_value_internal":27.044259406742647,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3351347443562518,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.35597442309995,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"attn.o_proj.min_weight","param_value_internal":0.11282052494183759,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.234574249428416,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9278190811045386,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.873403860839208,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.41232739144900243,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":11.351802107794228,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"direction_index":27.044259406742647}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3351347443562518,"max_weight_position":33.35597442309995,"min_weight":0.15063060272635845,"min_weight_distance":13.234574249428416},"mlp.down_proj":{"max_weight":0.9278190811045386,"max_weight_position":23.873403860839208,"min_weight":0.38256522144844485,"min_weight_distance":11.351802107794228}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"kl_divergence":0.00663799187168479}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":46,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:38.158928"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:38.159930"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"index":48}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"direction_index","param_value_internal":20.383190943660274,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8398792613202886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.070755376384824,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"attn.o_proj.min_weight","param_value_internal":0.40619876774425534,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.1444345661114586,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.329478523865407,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.04977292279188,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.11182992383290258,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.098470929475553,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"direction_index":20.383190943660274}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8398792613202886,"max_weight_position":29.070755376384824,"min_weight":0.3411579210022566,"min_weight_distance":5.1444345661114586},"mlp.down_proj":{"max_weight":1.329478523865407,"max_weight_position":34.04977292279188,"min_weight":0.14867548206134823,"min_weight_distance":5.098470929475553}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"kl_divergence":0.0016321924049407244}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":47,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:20:46.543784"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:46.544633"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"index":49}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"direction_index","param_value_internal":25.01981889864669,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9142064750884813,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.392929628573548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5887606019709622,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":10.361853868817642,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4390453408893484,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.48044475473829,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.12802962504541915,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.610857989597946,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9142064750884813,"max_weight_position":29.392929628573548,"min_weight":0.5382487545988458,"min_weight_distance":10.361853868817642},"mlp.down_proj":{"max_weight":1.4390453408893484,"max_weight_position":24.48044475473829,"min_weight":0.18424043541742066,"min_weight_distance":17.610857989597946}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"kl_divergence":0.02534714713692665}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":48,"state":1,"values":[0.02534714713692665,1.0],"datetime_complete":"2026-07-10T16:20:56.337741"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:20:56.338641"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"index":50}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"direction_index","param_value_internal":24.23399918008449,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"attn.o_proj.max_weight","param_value_internal":0.977067648342817,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.31308086283259,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"attn.o_proj.min_weight","param_value_internal":0.14343516898069864,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.916652853974304,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1292959995732348,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.54908970987882,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.751187607218065,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.93585633028569,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.977067648342817,"max_weight_position":34.31308086283259,"min_weight":0.14014586324562578,"min_weight_distance":3.916652853974304},"mlp.down_proj":{"max_weight":1.1292959995732348,"max_weight_position":29.54908970987882,"min_weight":0.8483131597603512,"min_weight_distance":20.93585633028569}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"kl_divergence":0.03548143804073334}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":49,"state":1,"values":[0.03548143804073334,1.0],"datetime_complete":"2026-07-10T16:21:04.646043"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:04.646923"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"index":51}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"direction_index","param_value_internal":16.28929190140187,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"attn.o_proj.max_weight","param_value_internal":1.334743838569258,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.92560150088163,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"attn.o_proj.min_weight","param_value_internal":0.048355116676366605,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.540213857342442,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1229093327046866,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.706917438471397,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.32876299518110574,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.452431420073314,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"direction_index":16.28929190140187}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.334743838569258,"max_weight_position":31.92560150088163,"min_weight":0.06454169404707791,"min_weight_distance":1.540213857342442},"mlp.down_proj":{"max_weight":1.1229093327046866,"max_weight_position":28.706917438471397,"min_weight":0.3691710355368096,"min_weight_distance":17.452431420073314}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"kl_divergence":0.0017723852070048451}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":50,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:21:14.387754"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:14.388591"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"index":52}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"direction_index","param_value_internal":25.886688642516745,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9991769031645639,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.18004821311777,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"attn.o_proj.min_weight","param_value_internal":0.940948375062797,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.0531058514828464,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3891819092526503,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.783149647974067,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.45364980525520227,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.1176344763549264,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"direction_index":25.886688642516745}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9991769031645639,"max_weight_position":33.18004821311777,"min_weight":0.9401738834329741,"min_weight_distance":1.0531058514828464},"mlp.down_proj":{"max_weight":1.3891819092526503,"max_weight_position":28.783149647974067,"min_weight":0.6302021025965149,"min_weight_distance":1.1176344763549264}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"kl_divergence":0.0011404987890273333}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":51,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:21:22.506360"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:22.507332"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"index":53}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"direction_index","param_value_internal":30.722249546770016,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2037193144186742,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.047311262991357,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"attn.o_proj.min_weight","param_value_internal":0.22337411856652545,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.9384037825789182,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.895440572302047,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.331980628750422,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1790489282694756,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.626476241938425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2037193144186742,"max_weight_position":26.047311262991357,"min_weight":0.2688797408597737,"min_weight_distance":1.9384037825789182},"mlp.down_proj":{"max_weight":0.895440572302047,"max_weight_position":28.331980628750422,"min_weight":0.1603276747996874,"min_weight_distance":13.626476241938425}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"kl_divergence":0.014024215750396252}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":52,"state":1,"values":[0.014024215750396252,1.0],"datetime_complete":"2026-07-10T16:21:31.698582"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:31.699644"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"index":54}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"direction_index","param_value_internal":23.830000101912646,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2324709000362641,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.9689629670739,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"attn.o_proj.min_weight","param_value_internal":0.1248881978612183,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.800799349481332,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9514149250579481,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.50171308281401,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9695860099910589,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.927782138254788,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"direction_index":23.830000101912646}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2324709000362641,"max_weight_position":28.9689629670739,"min_weight":0.15392106962192276,"min_weight_distance":14.800799349481332},"mlp.down_proj":{"max_weight":0.9514149250579481,"max_weight_position":32.50171308281401,"min_weight":0.9224786010328783,"min_weight_distance":7.927782138254788}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"kl_divergence":0.004459698684513569}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":53,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:21:41.269667"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:41.270692"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"index":55}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"direction_index","param_value_internal":14.683821230516285,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8540797154095673,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.66304495841901,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5364905803915465,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.569540910394787,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.496437105291435,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.21340162965627,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7004688405738714,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.0620876046732555,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"direction_index":14.683821230516285}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8540797154095673,"max_weight_position":34.66304495841901,"min_weight":0.45820572222072564,"min_weight_distance":13.569540910394787},"mlp.down_proj":{"max_weight":1.496437105291435,"max_weight_position":33.21340162965627,"min_weight":1.0482075641352118,"min_weight_distance":1.0620876046732555}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"kl_divergence":0.0012659627245739102}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":54,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:21:49.667426"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:21:49.668347"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"index":56}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"direction_index","param_value_internal":17.71088128637686,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1923067198196493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.236557460651913,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3456502075311386,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.67616999163389,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9512417090679144,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.300047514762262,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2315057912750853,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.4695143864072335,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1923067198196493,"max_weight_position":21.236557460651913,"min_weight":0.41212106514643293,"min_weight_distance":15.67616999163389},"mlp.down_proj":{"max_weight":0.9512417090679144,"max_weight_position":27.300047514762262,"min_weight":0.220217964551632,"min_weight_distance":4.4695143864072335}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"kl_divergence":0.010369359515607357}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":55,"state":1,"values":[0.010369359515607357,1.0],"datetime_complete":"2026-07-10T16:22:00.280936"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:00.281916"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"index":57}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"direction_index","param_value_internal":14.828710984773391,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9982981571035843,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.93561710291006,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"attn.o_proj.min_weight","param_value_internal":0.31140295563945786,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.639308937406486,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4452588457549203,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.36236923370438,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5137220851344029,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.986518385963905,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"direction_index":14.828710984773391}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9982981571035843,"max_weight_position":33.93561710291006,"min_weight":0.31087299673148,"min_weight_distance":17.639308937406486},"mlp.down_proj":{"max_weight":1.4452588457549203,"max_weight_position":22.36236923370438,"min_weight":0.742461387800158,"min_weight_distance":17.986518385963905}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"kl_divergence":0.003348315367475152}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":56,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:22:09.835577"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:09.836446"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"index":58}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"direction_index","param_value_internal":22.54847530259143,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8443269680529732,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.52098965328119,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5925825671427377,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.263269710785395,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1455781657093003,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.711872777688576,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5647075368731644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.07960350873944,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8443269680529732,"max_weight_position":28.52098965328119,"min_weight":0.5003334422366752,"min_weight_distance":7.263269710785395},"mlp.down_proj":{"max_weight":1.1455781657093003,"max_weight_position":30.711872777688576,"min_weight":0.6469166242533768,"min_weight_distance":18.07960350873944}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"kl_divergence":0.03447159752249718}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":57,"state":1,"values":[0.03447159752249718,1.0],"datetime_complete":"2026-07-10T16:22:20.177615"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:20.178526"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"index":59}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"direction_index","param_value_internal":16.364921778131936,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0165534186668699,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.84592655327478,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6077447350407817,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.841101017357353,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.325659643975896,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.290412535754914,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9003445492318806,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.262368335632745,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"direction_index":16.364921778131936}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0165534186668699,"max_weight_position":34.84592655327478,"min_weight":0.6178049880824977,"min_weight_distance":14.841101017357353},"mlp.down_proj":{"max_weight":1.325659643975896,"max_weight_position":31.290412535754914,"min_weight":1.1935504345903734,"min_weight_distance":6.262368335632745}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"kl_divergence":0.0027099838480353355}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":58,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:22:28.247686"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:28.248589"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"index":60}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"direction_index","param_value_internal":15.029038709027015,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2643098034902702,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.766105135962448,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9640693057639209,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.47566787651363,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1630363909083994,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.66378561242983,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.730529474373584,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.338811202279029,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2643098034902702,"max_weight_position":28.766105135962448,"min_weight":1.218882274521384,"min_weight_distance":9.47566787651363},"mlp.down_proj":{"max_weight":1.1630363909083994,"max_weight_position":29.66378561242983,"min_weight":0.8496323633276631,"min_weight_distance":2.338811202279029}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"kl_divergence":0.01132771372795105}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":59,"state":1,"values":[0.01132771372795105,1.0],"datetime_complete":"2026-07-10T16:22:37.673218"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:37.674614"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"index":61}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"direction_index","param_value_internal":18.890357204551616,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9182670903182112,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.87407153207618,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"attn.o_proj.min_weight","param_value_internal":0.1378781974084617,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":10.161847707501451,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4386006789186565,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.11246959188168,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9451431392766182,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.30447501432599,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9182670903182112,"max_weight_position":34.87407153207618,"min_weight":0.12660901115258805,"min_weight_distance":10.161847707501451},"mlp.down_proj":{"max_weight":1.4386006789186565,"max_weight_position":21.11246959188168,"min_weight":1.3596835618386534,"min_weight_distance":7.30447501432599}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"kl_divergence":0.009065336547791958}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":60,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:22:47.043141"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:47.044207"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"index":62}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"direction_index","param_value_internal":24.591689440439637,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"attn.o_proj.max_weight","param_value_internal":1.15455741051988,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.64530151834863,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7267347504133409,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.50474730895212,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0800610820193226,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.192991781491152,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.06277523662684381,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.5892426007117,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"direction_index":24.591689440439637}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.15455741051988,"max_weight_position":33.64530151834863,"min_weight":0.8390569915720381,"min_weight_distance":19.50474730895212},"mlp.down_proj":{"max_weight":1.0800610820193226,"max_weight_position":26.192991781491152,"min_weight":0.06780108999520794,"min_weight_distance":19.5892426007117}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"kl_divergence":0.009400698356330395}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":61,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:22:56.717951"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:22:56.718836"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"index":63}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"direction_index","param_value_internal":31.433230000588356,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2870668329123176,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.116566739298143,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"attn.o_proj.min_weight","param_value_internal":0.950756393550937,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.360330476878042,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.438116451589814,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.30482883711867,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9577478573629443,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.610237688288244,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2870668329123176,"max_weight_position":22.116566739298143,"min_weight":1.2236870203187415,"min_weight_distance":11.360330476878042},"mlp.down_proj":{"max_weight":1.438116451589814,"max_weight_position":34.30482883711867,"min_weight":1.3773529501485446,"min_weight_distance":18.610237688288244}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"kl_divergence":0.06058192625641823}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":62,"state":1,"values":[0.06058192625641823,1.0],"datetime_complete":"2026-07-10T16:23:07.354410"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:07.355331"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"index":64}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"direction_index","param_value_internal":23.01672871922331,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4683938103331493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.90225798203059,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7323692376002358,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.86946871616998,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9453577792000711,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.780299008858446,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.21872963772485315,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.2329557415705903,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4683938103331493,"max_weight_position":34.90225798203059,"min_weight":1.0754064553705938,"min_weight_distance":13.86946871616998},"mlp.down_proj":{"max_weight":0.9453577792000711,"max_weight_position":28.780299008858446,"min_weight":0.2067777645648033,"min_weight_distance":1.2329557415705903}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"kl_divergence":0.008782768622040749}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":63,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:23:14.704066"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:14.704907"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"index":65}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"direction_index","param_value_internal":31.486863887892262,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3360025209458368,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.146209597508836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"attn.o_proj.min_weight","param_value_internal":0.06705089658078739,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.414166052023237,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.363268505029663,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.06627356929886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7987298571144477,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.6347043970202,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"direction_index":31.486863887892262}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3360025209458368,"max_weight_position":34.146209597508836,"min_weight":0.08958016686361055,"min_weight_distance":15.414166052023237},"mlp.down_proj":{"max_weight":1.363268505029663,"max_weight_position":33.06627356929886,"min_weight":1.0888832582309693,"min_weight_distance":20.6347043970202}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"kl_divergence":0.01664547249674797}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":64,"state":1,"values":[0.01664547249674797,1.0],"datetime_complete":"2026-07-10T16:23:24.699786"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:24.700725"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"index":66}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"direction_index","param_value_internal":14.253877309927411,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4043601418822018,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.73144507770682,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6688996558482514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.0692677998042495,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.491323690062548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.657497588885043,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.00017231202388895417,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.500225674301422,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"direction_index":14.253877309927411}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4043601418822018,"max_weight_position":34.73144507770682,"min_weight":0.9393760155920063,"min_weight_distance":1.0692677998042495},"mlp.down_proj":{"max_weight":1.491323690062548,"max_weight_position":24.657497588885043,"min_weight":0.00025697300330822107,"min_weight_distance":2.500225674301422}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"kl_divergence":0.001119146472774446}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":65,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:23:32.510938"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:32.511892"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"index":67}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"direction_index","param_value_internal":18.330977573322308,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0685068509317852,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.020080530467798,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9862536633474228,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.784989279740654,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4769546212057705,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.639754721148407,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9525217188812095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":11.555469937020792,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"direction_index":18.330977573322308}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0685068509317852,"max_weight_position":23.020080530467798,"min_weight":1.0538187960432919,"min_weight_distance":3.784989279740654},"mlp.down_proj":{"max_weight":1.4769546212057705,"max_weight_position":25.639754721148407,"min_weight":1.4068313545004663,"min_weight_distance":11.555469937020792}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"kl_divergence":0.003898537252098322}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":66,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:23:40.635024"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:40.635961"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"index":68}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"direction_index","param_value_internal":15.239626960974007,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"attn.o_proj.max_weight","param_value_internal":1.423435937774184,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.43053035726514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"attn.o_proj.min_weight","param_value_internal":0.4042111396344469,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.064353518913741,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8616434857483399,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.31962441383292,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5146053806351475,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.88833490623996,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.423435937774184,"max_weight_position":33.43053035726514,"min_weight":0.5753686626043306,"min_weight_distance":15.064353518913741},"mlp.down_proj":{"max_weight":0.8616434857483399,"max_weight_position":22.31962441383292,"min_weight":0.44340637395531973,"min_weight_distance":20.88833490623996}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"kl_divergence":0.02126971073448658}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":67,"state":1,"values":[0.02126971073448658,1.0],"datetime_complete":"2026-07-10T16:23:51.344959"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:23:51.345967"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"index":69}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"direction_index","param_value_internal":30.505094859827356,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4791503053729649,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.45240633458632,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"attn.o_proj.min_weight","param_value_internal":0.44668059589686854,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.109753107445277,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4434917980179245,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.89807015973887,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5940345904047626,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.424821171725117,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"direction_index":30.505094859827356}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4791503053729649,"max_weight_position":34.45240633458632,"min_weight":0.6607077398250311,"min_weight_distance":8.109753107445277},"mlp.down_proj":{"max_weight":1.4434917980179245,"max_weight_position":21.89807015973887,"min_weight":0.857484058988212,"min_weight_distance":19.424821171725117}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"kl_divergence":0.01526658795773983}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":68,"state":1,"values":[0.01526658795773983,1.0],"datetime_complete":"2026-07-10T16:24:00.898289"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:00.899186"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"index":70}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"direction_index","param_value_internal":18.72590209015678,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"attn.o_proj.max_weight","param_value_internal":1.255411833365227,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.122187424940975,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9097065391512561,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.998617046508944,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8043223786993661,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.081974785610335,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1631014585162155,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.696821999874903,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"direction_index":18.72590209015678}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.255411833365227,"max_weight_position":22.122187424940975,"min_weight":1.1420563541402142,"min_weight_distance":20.998617046508944},"mlp.down_proj":{"max_weight":0.8043223786993661,"max_weight_position":22.081974785610335,"min_weight":0.13118615308309842,"min_weight_distance":16.696821999874903}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"kl_divergence":0.002933241194114089}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":69,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:24:11.926686"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:11.927595"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"index":71}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"direction_index","param_value_internal":30.70476304003686,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8122803094341486,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.892582009162226,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"attn.o_proj.min_weight","param_value_internal":0.15725839609867526,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.3177527756382172,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8223287165820197,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.908858258742498,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6881357198744802,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.7813606724091784,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"direction_index":30.70476304003686}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8122803094341486,"max_weight_position":31.892582009162226,"min_weight":0.12773789864414986,"min_weight_distance":2.3177527756382172},"mlp.down_proj":{"max_weight":0.8223287165820197,"max_weight_position":24.908858258742498,"min_weight":0.5658737633586255,"min_weight_distance":2.7813606724091784}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"kl_divergence":0.0027815750800073147}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":70,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:24:20.743265"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:20.744558"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"index":72}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"direction_index","param_value_internal":28.532932097250907,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3965109754845808,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.349571894015575,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9622277061710455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.109454709645043,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4576971026329928,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.56995930371339,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.08509895086834607,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.22863604581611,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3965109754845808,"max_weight_position":31.349571894015575,"min_weight":1.3437615525832174,"min_weight_distance":13.109454709645043},"mlp.down_proj":{"max_weight":1.4576971026329928,"max_weight_position":34.56995930371339,"min_weight":0.12404849411789547,"min_weight_distance":18.22863604581611}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"kl_divergence":0.05464499071240425}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":71,"state":1,"values":[0.05464499071240425,1.0],"datetime_complete":"2026-07-10T16:24:30.325912"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:30.326879"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"index":73}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"direction_index","param_value_internal":14.050782535450512,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4278181480893368,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.33338940844981,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7325095520794281,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.739519607626413,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9551407335331231,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.09059439751756,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.07582367911241183,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.991787751309481,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"direction_index":14.050782535450512}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4278181480893368,"max_weight_position":24.33338940844981,"min_weight":1.0458904321077986,"min_weight_distance":2.739519607626413},"mlp.down_proj":{"max_weight":0.9551407335331231,"max_weight_position":25.09059439751756,"min_weight":0.07242228448660919,"min_weight_distance":5.991787751309481}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"kl_divergence":0.0015942214522510767}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":72,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:24:39.553613"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:39.554455"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"index":74}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"direction_index","param_value_internal":15.117339640026236,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8625593113190091,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.87924062269909,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9711185307434578,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.304030009824935,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.809698465038838,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.00715235703433,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6700482717535529,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.549869415405027,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8625593113190091,"max_weight_position":34.87924062269909,"min_weight":0.8376473310872049,"min_weight_distance":14.304030009824935},"mlp.down_proj":{"max_weight":0.809698465038838,"max_weight_position":34.00715235703433,"min_weight":0.5425370571407779,"min_weight_distance":19.549869415405027}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"kl_divergence":0.023134101182222366}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":73,"state":1,"values":[0.023134101182222366,1.0],"datetime_complete":"2026-07-10T16:24:47.930933"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:47.931894"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"index":75}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"direction_index","param_value_internal":28.636235506040606,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2848638140373048,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.810703094730457,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8503151377337692,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.062412562496165,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.03418151854387,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.80065598369315,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.15707468159479537,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.057622195917988,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"direction_index":28.636235506040606}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2848638140373048,"max_weight_position":25.810703094730457,"min_weight":1.0925391510022668,"min_weight_distance":9.062412562496165},"mlp.down_proj":{"max_weight":1.03418151854387,"max_weight_position":33.80065598369315,"min_weight":0.16244373273650037,"min_weight_distance":5.057622195917988}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"kl_divergence":0.008837604895234108}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":74,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:24:57.014216"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:24:57.015133"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"index":76}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"direction_index","param_value_internal":31.242292622183598,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0458140454770504,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.44136797478641,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9008736557760634,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.19896724271878,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3043560288435891,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.12914779344089,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7920370115364164,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.643172922280872,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0458140454770504,"max_weight_position":33.44136797478641,"min_weight":0.9421463224108646,"min_weight_distance":17.19896724271878},"mlp.down_proj":{"max_weight":1.3043560288435891,"max_weight_position":21.12914779344089,"min_weight":1.0330982510647841,"min_weight_distance":4.643172922280872}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"kl_divergence":0.010069821961224079}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":75,"state":1,"values":[0.010069821961224079,1.0],"datetime_complete":"2026-07-10T16:25:06.290941"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:06.292005"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"index":77}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"direction_index","param_value_internal":28.051364146006765,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0398264999488305,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.260681168105567,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9082514016509042,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.5463849771411624,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8419416779015128,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.549923820464777,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.08801872366309316,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.207378906089959,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"direction_index":28.051364146006765}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0398264999488305,"max_weight_position":29.260681168105567,"min_weight":0.9444238760522792,"min_weight_distance":1.5463849771411624},"mlp.down_proj":{"max_weight":0.8419416779015128,"max_weight_position":24.549923820464777,"min_weight":0.07410663188765423,"min_weight_distance":10.207378906089959}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"kl_divergence":0.004975387826561928}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":76,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:25:15.372607"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:15.373515"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"index":78}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"direction_index","param_value_internal":31.084020105795993,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8724390517367755,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.205404813856816,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"attn.o_proj.min_weight","param_value_internal":0.926741289805732,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.305460229938827,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9453034628445223,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.18177172564259,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7002568655841884,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.924623916115614,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8724390517367755,"max_weight_position":30.205404813856816,"min_weight":0.808525292083429,"min_weight_distance":11.305460229938827},"mlp.down_proj":{"max_weight":0.9453034628445223,"max_weight_position":33.18177172564259,"min_weight":0.6619552399173845,"min_weight_distance":1.924623916115614}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"kl_divergence":0.01272107008844614}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":77,"state":1,"values":[0.01272107008844614,1.0],"datetime_complete":"2026-07-10T16:25:24.386947"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:24.387856"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"index":79}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"direction_index","param_value_internal":21.039788927881197,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8022216144701253,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.96767497582632,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9194427935993978,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.931827310980747,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.938466697762371,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.87001118366561,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.35323233413333843,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.288413054968661,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8022216144701253,"max_weight_position":34.96767497582632,"min_weight":0.7375968822942311,"min_weight_distance":14.931827310980747},"mlp.down_proj":{"max_weight":0.938466697762371,"max_weight_position":21.87001118366561,"min_weight":0.33149678215700856,"min_weight_distance":2.288413054968661}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"kl_divergence":0.005190507974475622}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":78,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:25:32.523878"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:32.524740"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"index":80}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"direction_index","param_value_internal":27.866054231579508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4298365110378195,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.35512192492713,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"attn.o_proj.min_weight","param_value_internal":0.17431140615148594,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.20211861612301,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.490019159653167,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.741817670624243,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9442179194193028,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":9.605934359019217,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"direction_index":27.866054231579508}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4298365110378195,"max_weight_position":21.35512192492713,"min_weight":0.24923681280573695,"min_weight_distance":17.20211861612301},"mlp.down_proj":{"max_weight":1.490019159653167,"max_weight_position":28.741817670624243,"min_weight":1.4069027908226113,"min_weight_distance":9.605934359019217}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"kl_divergence":0.02244568057358265}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":79,"state":1,"values":[0.02244568057358265,1.0],"datetime_complete":"2026-07-10T16:25:43.267470"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:43.268316"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"index":81}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"direction_index","param_value_internal":31.374077379968778,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4845186126638832,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.636743234116004,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"attn.o_proj.min_weight","param_value_internal":0.658732562910145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.087505472130495,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3320949935865445,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.16437039110517,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.700369159733468,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.113121492318825,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"direction_index":31.374077379968778}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4845186126638832,"max_weight_position":32.636743234116004,"min_weight":0.9779007504078927,"min_weight_distance":8.087505472130495},"mlp.down_proj":{"max_weight":1.3320949935865445,"max_weight_position":32.16437039110517,"min_weight":0.9329582513433676,"min_weight_distance":8.113121492318825}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"kl_divergence":0.011670343577861786}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":80,"state":1,"values":[0.011670343577861786,1.0],"datetime_complete":"2026-07-10T16:25:51.632329"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:25:51.633192"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"index":82}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"direction_index","param_value_internal":14.946317235890032,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"attn.o_proj.max_weight","param_value_internal":1.133048995613584,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.522336713512743,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"attn.o_proj.min_weight","param_value_internal":0.96285144844974,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.7128067506478644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.437210667667903,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.347786804780604,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2144893427038827,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.026567563119244,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"direction_index":14.946317235890032}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.133048995613584,"max_weight_position":27.522336713512743,"min_weight":1.0909578665910626,"min_weight_distance":1.7128067506478644},"mlp.down_proj":{"max_weight":1.437210667667903,"max_weight_position":21.347786804780604,"min_weight":0.30826637143509694,"min_weight_distance":19.026567563119244}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"kl_divergence":0.0020680821035057306}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":81,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:26:01.664013"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:01.664972"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"index":83}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"direction_index","param_value_internal":14.134391180924602,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3375289850847805,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.11456549985649,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"attn.o_proj.min_weight","param_value_internal":0.22577416704738312,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.005130301920511,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0349498523916827,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.20155620199333,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9080803216229615,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.49345311923956,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3375289850847805,"max_weight_position":23.11456549985649,"min_weight":0.30197949250924805,"min_weight_distance":5.005130301920511},"mlp.down_proj":{"max_weight":1.0349498523916827,"max_weight_position":27.20155620199333,"min_weight":0.9398175948234757,"min_weight_distance":20.49345311923956}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"kl_divergence":0.03637847304344177}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":82,"state":1,"values":[0.03637847304344177,1.0],"datetime_complete":"2026-07-10T16:26:11.327563"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:11.328429"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"index":84}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"direction_index","param_value_internal":14.582991439289192,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"attn.o_proj.max_weight","param_value_internal":0.821797792053508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.33551576320597,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7796139987732273,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.826110413160219,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4696912376352431,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.65632314965474,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.09684629216292118,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.554871911517564,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.821797792053508,"max_weight_position":24.33551576320597,"min_weight":0.6406850628458445,"min_weight_distance":7.826110413160219},"mlp.down_proj":{"max_weight":1.4696912376352431,"max_weight_position":27.65632314965474,"min_weight":0.14233414698930796,"min_weight_distance":2.554871911517564}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"kl_divergence":0.007094243075698614}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":83,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:26:19.579687"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:19.580655"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"index":85}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"direction_index","param_value_internal":27.419326904109695,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4962665303676683,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.508312943379174,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"attn.o_proj.min_weight","param_value_internal":0.4086354350055378,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.326630763311204,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8215803574006318,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.942361840998917,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7927541205737059,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.239332457146915,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4962665303676683,"max_weight_position":21.508312943379174,"min_weight":0.6114275245210189,"min_weight_distance":18.326630763311204},"mlp.down_proj":{"max_weight":0.8215803574006318,"max_weight_position":30.942361840998917,"min_weight":0.6513112137117688,"min_weight_distance":6.239332457146915}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"kl_divergence":0.02258838154375553}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":84,"state":1,"values":[0.02258838154375553,1.0],"datetime_complete":"2026-07-10T16:26:30.069868"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:30.070811"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"index":86}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"direction_index","param_value_internal":15.131448294147084,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8084113623452508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.07887708997121,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"attn.o_proj.min_weight","param_value_internal":0.04570239791499353,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.45754895391697,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0680828076900797,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.554072903118836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9022984486798572,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.349244286744362,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"direction_index":15.131448294147084}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8084113623452508,"max_weight_position":27.07887708997121,"min_weight":0.03694633776090467,"min_weight_distance":19.45754895391697},"mlp.down_proj":{"max_weight":1.0680828076900797,"max_weight_position":22.554072903118836,"min_weight":0.9637294604403851,"min_weight_distance":8.349244286744362}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"kl_divergence":0.0015822523273527622}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":85,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:26:39.435458"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:39.436366"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"index":87}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"direction_index","param_value_internal":27.575492713135333,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9854988597368782,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.698551257734444,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"attn.o_proj.min_weight","param_value_internal":0.03420639170271772,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.257977341938755,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1002461147682556,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.27747194070457,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.41472176399344707,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.6442607552443036,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9854988597368782,"max_weight_position":33.698551257734444,"min_weight":0.03371036001874132,"min_weight_distance":20.257977341938755},"mlp.down_proj":{"max_weight":1.1002461147682556,"max_weight_position":21.27747194070457,"min_weight":0.4562960095436276,"min_weight_distance":2.6442607552443036}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"kl_divergence":0.004446025006473064}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":86,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:26:48.335049"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:48.335980"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"index":88}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"direction_index","param_value_internal":31.173188701982703,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"attn.o_proj.max_weight","param_value_internal":1.482873286978669,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.941450191362303,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9669668641576856,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.0508267375451705,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9477412322493821,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.132752857190273,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7957082659576791,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.877913720980906,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.482873286978669,"max_weight_position":30.941450191362303,"min_weight":1.4338893322529633,"min_weight_distance":1.0508267375451705},"mlp.down_proj":{"max_weight":0.9477412322493821,"max_weight_position":24.132752857190273,"min_weight":0.7541255324897498,"min_weight_distance":15.877913720980906}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"kl_divergence":0.02412305772304535}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":87,"state":1,"values":[0.02412305772304535,1.0],"datetime_complete":"2026-07-10T16:26:58.016420"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:26:58.017391"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"index":89}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"direction_index","param_value_internal":14.265534166698572,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3466928971764707,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.379723388450696,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5759986508258046,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.401913234552396,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0462521029958385,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.148996225545524,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.961542474229594,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":14.02727713374643,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"direction_index":14.265534166698572}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3466928971764707,"max_weight_position":21.379723388450696,"min_weight":0.7756932918503411,"min_weight_distance":13.401913234552396},"mlp.down_proj":{"max_weight":1.0462521029958385,"max_weight_position":34.148996225545524,"min_weight":1.0060158357825346,"min_weight_distance":14.02727713374643}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"kl_divergence":0.003081392263993621}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":88,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:27:05.857420"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:05.858414"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"index":90}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"direction_index","param_value_internal":20.788260260477667,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1255229457261415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.4290665946739,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8832659116291,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.168069611788425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3872791478254145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.490413355866455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9249970299267956,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.232206460009838,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1255229457261415,"max_weight_position":34.4290665946739,"min_weight":0.9941360507162704,"min_weight_distance":7.168069611788425},"mlp.down_proj":{"max_weight":1.3872791478254145,"max_weight_position":24.490413355866455,"min_weight":1.2832290914178843,"min_weight_distance":20.232206460009838}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"kl_divergence":0.057323213666677475}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":89,"state":1,"values":[0.057323213666677475,1.0],"datetime_complete":"2026-07-10T16:27:16.150217"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:16.151137"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"index":91}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"direction_index","param_value_internal":18.835084931846694,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3297600836639836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.924629914250513,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"attn.o_proj.min_weight","param_value_internal":0.09236901369979372,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.518747427129576,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3887168880518095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.35229608133404,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.11654871108344134,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.026357913731426,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"direction_index":18.835084931846694}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3297600836639836,"max_weight_position":31.924629914250513,"min_weight":0.12282862738539735,"min_weight_distance":18.518747427129576},"mlp.down_proj":{"max_weight":1.3887168880518095,"max_weight_position":33.35229608133404,"min_weight":0.1618531633622461,"min_weight_distance":4.026357913731426}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"kl_divergence":0.0018133096164092422}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":90,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:27:25.234326"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:25.235356"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"index":92}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"direction_index","param_value_internal":22.306489181697145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9085728143374565,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.296824116668905,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9340017195848687,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.93272447690601,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4553646506697546,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.8502084319764,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1831297876047741,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.6027294327485695,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9085728143374565,"max_weight_position":31.296824116668905,"min_weight":0.848608570959248,"min_weight_distance":19.93272447690601},"mlp.down_proj":{"max_weight":1.4553646506697546,"max_weight_position":34.8502084319764,"min_weight":0.26652061936464844,"min_weight_distance":1.6027294327485695}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"kl_divergence":0.03140993043780327}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":91,"state":1,"values":[0.03140993043780327,1.0],"datetime_complete":"2026-07-10T16:27:34.124108"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:34.125312"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"index":93}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"direction_index","param_value_internal":31.305426281535123,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9354102475826286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.311474000313346,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9336696838264654,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.849053694233666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4528234366330364,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.11852144619187,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8909793336501162,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":11.908407282389451,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9354102475826286,"max_weight_position":33.311474000313346,"min_weight":0.8733641901085085,"min_weight_distance":14.849053694233666},"mlp.down_proj":{"max_weight":1.4528234366330364,"max_weight_position":34.11852144619187,"min_weight":1.2944356574825746,"min_weight_distance":11.908407282389451}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"kl_divergence":0.05792100355029106}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":92,"state":1,"values":[0.05792100355029106,1.0],"datetime_complete":"2026-07-10T16:27:43.694253"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:43.695114"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"index":94}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"direction_index","param_value_internal":28.10595348513598,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9515101474658212,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.57106137092154,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"attn.o_proj.min_weight","param_value_internal":0.08644336344669173,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.5774392980112815,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.490495888776102,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.64122346879693,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7222268767333646,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.702233972944704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"direction_index":28.10595348513598}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9515101474658212,"max_weight_position":21.57106137092154,"min_weight":0.08225173750060323,"min_weight_distance":3.5774392980112815},"mlp.down_proj":{"max_weight":1.490495888776102,"max_weight_position":34.64122346879693,"min_weight":1.0764761905346845,"min_weight_distance":20.702233972944704}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"kl_divergence":0.012562701478600502}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":93,"state":1,"values":[0.012562701478600502,1.0],"datetime_complete":"2026-07-10T16:27:52.281558"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:27:52.282427"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"index":95}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"direction_index","param_value_internal":14.482994333202873,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4988498343254593,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.615185729254385,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9258519063385424,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.413971668193986,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4542188928236466,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.07564733904322,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9228466422175083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.323117699765342,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"direction_index":14.482994333202873}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4988498343254593,"max_weight_position":32.615185729254385,"min_weight":1.387712976425435,"min_weight_distance":11.413971668193986},"mlp.down_proj":{"max_weight":1.4542188928236466,"max_weight_position":29.07564733904322,"min_weight":1.342021022291565,"min_weight_distance":13.323117699765342}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"kl_divergence":0.0024557034485042095}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":94,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:28:01.804889"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:01.805741"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"index":96}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"direction_index","param_value_internal":30.080791844723425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3619237879523025,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.273945977841787,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8494257273258286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.8376355063029735,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4392219870900602,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.53361479337584,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8057993098745494,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":14.057946783541807,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3619237879523025,"max_weight_position":21.273945977841787,"min_weight":1.156853104143732,"min_weight_distance":1.8376355063029735},"mlp.down_proj":{"max_weight":1.4392219870900602,"max_weight_position":23.53361479337584,"min_weight":1.1597240839534482,"min_weight_distance":14.057946783541807}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"kl_divergence":0.04809923470020294}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":95,"state":1,"values":[0.04809923470020294,1.0],"datetime_complete":"2026-07-10T16:28:10.968581"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:10.969460"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"index":97}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"direction_index","param_value_internal":25.25675932993027,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4481145158004791,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.58120760965899,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"attn.o_proj.min_weight","param_value_internal":0.07742562211181442,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.411541074788937,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4739081904901166,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.832824121328148,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.17545447055473057,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.122032586327895,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"direction_index":25.25675932993027}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4481145158004791,"max_weight_position":24.58120760965899,"min_weight":0.112121167275001,"min_weight_distance":5.411541074788937},"mlp.down_proj":{"max_weight":1.4739081904901166,"max_weight_position":26.832824121328148,"min_weight":0.25860378120872435,"min_weight_distance":6.122032586327895}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"kl_divergence":0.00839676521718502}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":96,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:28:20.056359"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:20.057241"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"index":98}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"direction_index","param_value_internal":31.368521938573494,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0155202554546696,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.312040566801937,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9993208324626126,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.86151142818065,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0605050504162876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.649481001225574,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9742972872371873,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.9335588979962,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"direction_index":31.368521938573494}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0155202554546696,"max_weight_position":27.312040566801937,"min_weight":1.0148305470636054,"min_weight_distance":19.86151142818065},"mlp.down_proj":{"max_weight":1.0605050504162876,"max_weight_position":21.649481001225574,"min_weight":1.0332471937219256,"min_weight_distance":18.9335588979962}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"kl_divergence":0.018840745091438293}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":97,"state":1,"values":[0.018840745091438293,1.0],"datetime_complete":"2026-07-10T16:28:30.851189"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:30.852149"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"index":99}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"direction_index","param_value_internal":27.752851018734376,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"attn.o_proj.max_weight","param_value_internal":1.033908686094364,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.978259476861286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"attn.o_proj.min_weight","param_value_internal":0.44598371797676667,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.66111777501078,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2729378511236198,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.08014842565756,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9356730905416286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.950011324740295,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.033908686094364,"max_weight_position":21.978259476861286,"min_weight":0.4611064398728382,"min_weight_distance":2.66111777501078},"mlp.down_proj":{"max_weight":1.2729378511236198,"max_weight_position":28.08014842565756,"min_weight":1.191053693228257,"min_weight_distance":1.950011324740295}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"kl_divergence":0.006137664429843426}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":98,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:28:38.825339"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:38.826282"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"index":100}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"direction_index","param_value_internal":29.551947697798187,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4601615154523333,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.052957272829342,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"attn.o_proj.min_weight","param_value_internal":0.270593752841056,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.779310782337888,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.905430699135364,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.451639817802974,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2527424466994661,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.320438536653175,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"direction_index":29.551947697798187}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4601615154523333,"max_weight_position":26.052957272829342,"min_weight":0.39511058422033046,"min_weight_distance":20.779310782337888},"mlp.down_proj":{"max_weight":0.905430699135364,"max_weight_position":28.451639817802974,"min_weight":0.22884077021628008,"min_weight_distance":20.320438536653175}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"kl_divergence":0.017903603613376617}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":99,"state":1,"values":[0.017903603613376617,1.0],"datetime_complete":"2026-07-10T16:28:49.543595"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:49.544596"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"index":101}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"direction_index","param_value_internal":17.481275084271836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3852752593660072,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.743789135583803,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9310902287042486,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.3724415748208472,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9070068556340221,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.19923443420508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5472277822442866,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.008479593926884,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3852752593660072,"max_weight_position":24.743789135583803,"min_weight":1.289816258061433,"min_weight_distance":1.3724415748208472},"mlp.down_proj":{"max_weight":0.9070068556340221,"max_weight_position":34.19923443420508,"min_weight":0.4963393500889697,"min_weight_distance":12.008479593926884}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"kl_divergence":0.02387148328125477}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":100,"state":1,"values":[0.02387148328125477,1.0],"datetime_complete":"2026-07-10T16:28:58.004597"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:28:58.005432"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"index":102}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"direction_index","param_value_internal":23.58294761319934,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2400810793480266,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.52970208811593,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9466170793677283,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.321820599857226,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4243300432831099,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.266365496683946,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9024397863442264,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.8013108562303017,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"direction_index":23.58294761319934}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2400810793480266,"max_weight_position":22.52970208811593,"min_weight":1.1738819295116092,"min_weight_distance":20.321820599857226},"mlp.down_proj":{"max_weight":1.4243300432831099,"max_weight_position":32.266365496683946,"min_weight":1.2853720999440723,"min_weight_distance":2.8013108562303017}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"kl_divergence":0.006974109914153814}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":101,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:29:07.534298"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:07.535103"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"index":103}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"direction_index","param_value_internal":21.839285148073298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9463612875863621,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.03471319769169,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"attn.o_proj.min_weight","param_value_internal":0.09240511778651433,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.848743502133125,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9382621390434205,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.96532134954002,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4547570854269633,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.0150936766166936,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"direction_index":21.839285148073298}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9463612875863621,"max_weight_position":32.03471319769169,"min_weight":0.08744862624801515,"min_weight_distance":19.848743502133125},"mlp.down_proj":{"max_weight":0.9382621390434205,"max_weight_position":34.96532134954002,"min_weight":0.4266813557178541,"min_weight_distance":1.0150936766166936}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"kl_divergence":0.0014672325924038887}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":102,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:29:16.969569"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:16.970473"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"index":104}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"direction_index","param_value_internal":30.319322107292894,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4873606378728719,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.943347271015064,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"attn.o_proj.min_weight","param_value_internal":0.29606989401663086,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.610995885879394,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.803383730134797,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.467695329457914,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8605515720129685,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.297676561997893,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4873606378728719,"max_weight_position":33.943347271015064,"min_weight":0.4403627064195296,"min_weight_distance":19.610995885879394},"mlp.down_proj":{"max_weight":0.803383730134797,"max_weight_position":31.467695329457914,"min_weight":0.691353131897142,"min_weight_distance":13.297676561997893}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"kl_divergence":0.024685699492692947}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":103,"state":1,"values":[0.024685699492692947,1.0],"datetime_complete":"2026-07-10T16:29:26.664055"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:26.664976"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"index":105}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"direction_index","param_value_internal":23.758041175817755,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4964816008727337,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.143633653824864,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"attn.o_proj.min_weight","param_value_internal":0.2601485657927408,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.5964615292656354,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1304908086422507,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.34274576736408,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.943242564869196,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":7.292111806195204,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4964816008727337,"max_weight_position":33.143633653824864,"min_weight":0.3893075422022665,"min_weight_distance":1.5964615292656354},"mlp.down_proj":{"max_weight":1.1304908086422507,"max_weight_position":32.34274576736408,"min_weight":1.066327049904768,"min_weight_distance":7.292111806195204}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"kl_divergence":0.0320349745452404}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":104,"state":1,"values":[0.0320349745452404,1.0],"datetime_complete":"2026-07-10T16:29:35.511079"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:35.511985"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"index":106}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"direction_index","param_value_internal":19.711282214893203,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4536679207620262,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.512057657999918,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9596171025610936,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.529447398875465,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0903641848403287,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.466853506245666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5270394389003871,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.14437264108282,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4536679207620262,"max_weight_position":27.512057657999918,"min_weight":1.394964598207665,"min_weight_distance":19.529447398875465},"mlp.down_proj":{"max_weight":1.0903641848403287,"max_weight_position":30.466853506245666,"min_weight":0.5746649281753248,"min_weight_distance":19.14437264108282}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"kl_divergence":0.03684240207076073}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":105,"state":1,"values":[0.03684240207076073,1.0],"datetime_complete":"2026-07-10T16:29:44.772839"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:44.773844"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"index":107}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"direction_index","param_value_internal":16.14631031771047,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8609750553982299,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.16975319522464,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8431240732121769,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.4568738933133414,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8714118399364655,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.7463989318658,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4289118437179285,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.999351509908644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"direction_index":16.14631031771047}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8609750553982299,"max_weight_position":23.16975319522464,"min_weight":0.7259087956414353,"min_weight_distance":1.4568738933133414},"mlp.down_proj":{"max_weight":0.8714118399364655,"max_weight_position":32.7463989318658,"min_weight":0.37375885890478183,"min_weight_distance":2.999351509908644}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"kl_divergence":0.0011574432719498873}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":106,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:29:53.329373"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:29:53.330250"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"index":108}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"direction_index","param_value_internal":18.079951315497,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4974756634744135,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.996029602827427,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"attn.o_proj.min_weight","param_value_internal":0.007757807270121486,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.915009019025463,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8883869351598879,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.91009316977632,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.042625221493876264,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.450534834913114,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"direction_index":18.079951315497}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4974756634744135,"max_weight_position":30.996029602827427,"min_weight":0.0116171275889318,"min_weight_distance":9.915009019025463},"mlp.down_proj":{"max_weight":0.8883869351598879,"max_weight_position":28.91009316977632,"min_weight":0.03786768988345611,"min_weight_distance":1.450534834913114}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"kl_divergence":0.0013261842541396618}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":107,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:30:02.342019"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:02.342906"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"index":109}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"direction_index","param_value_internal":14.071509483578406,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8261454154113885,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.63646336973832,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9854854665375162,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.625780095241497,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9524620670436961,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.09200926467443,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.15854933243832425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.289090619377514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8261454154113885,"max_weight_position":34.63646336973832,"min_weight":0.8141543001345224,"min_weight_distance":12.625780095241497},"mlp.down_proj":{"max_weight":0.9524620670436961,"max_weight_position":34.09200926467443,"min_weight":0.15101222490260446,"min_weight_distance":5.289090619377514}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"kl_divergence":0.016711119562387466}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":108,"state":1,"values":[0.016711119562387466,1.0],"datetime_complete":"2026-07-10T16:30:10.468115"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:10.469034"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"index":110}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"direction_index","param_value_internal":25.644871754404804,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4379411075003405,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.03748230167718,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"attn.o_proj.min_weight","param_value_internal":0.019744734868067604,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.30032692768704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.389315872420785,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.901190510321157,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9635085155085343,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.8021053768816984,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4379411075003405,"max_weight_position":34.03748230167718,"min_weight":0.02839176592348972,"min_weight_distance":14.30032692768704},"mlp.down_proj":{"max_weight":1.389315872420785,"max_weight_position":22.901190510321157,"min_weight":1.3386176738085949,"min_weight_distance":1.8021053768816984}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"kl_divergence":0.006116694305092096}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":109,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:30:19.652638"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:19.653468"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"index":111}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"direction_index","param_value_internal":24.50362546760241,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8796901473153749,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.22196918102258,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9385366993294854,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.590694571736568,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8643571709845954,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.516179868849456,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9944857683056776,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.099638288169375,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"direction_index":24.50362546760241}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8796901473153749,"max_weight_position":21.22196918102258,"min_weight":0.8256214872940406,"min_weight_distance":15.590694571736568},"mlp.down_proj":{"max_weight":0.8643571709845954,"max_weight_position":31.516179868849456,"min_weight":0.8595909052771373,"min_weight_distance":5.099638288169375}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"kl_divergence":0.005100022070109844}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":110,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:30:28.537178"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:28.538078"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"index":112}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"direction_index","param_value_internal":18.14424752547682,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4306231377887868,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.099296097841876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"attn.o_proj.min_weight","param_value_internal":0.06182484571375452,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.644443371419688,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.402256656320952,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.993368110581685,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9037083674291294,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.419615705208983,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"direction_index":18.14424752547682}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4306231377887868,"max_weight_position":25.099296097841876,"min_weight":0.08844805476831911,"min_weight_distance":7.644443371419688},"mlp.down_proj":{"max_weight":1.402256656320952,"max_weight_position":34.993368110581685,"min_weight":1.2672310736004373,"min_weight_distance":20.419615705208983}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"kl_divergence":0.004252118989825249}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":111,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:30:36.919577"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:36.920396"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"index":113}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"direction_index","param_value_internal":29.92003745804486,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2860065475007165,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.814377741653836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"attn.o_proj.min_weight","param_value_internal":0.05678269847280826,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.62992411232231,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4537666069488835,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.5547227591006,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2756029737270602,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.549858748924777,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2860065475007165,"max_weight_position":22.814377741653836,"min_weight":0.07302292202079036,"min_weight_distance":13.62992411232231},"mlp.down_proj":{"max_weight":1.4537666069488835,"max_weight_position":34.5547227591006,"min_weight":0.40066239998021064,"min_weight_distance":6.549858748924777}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"kl_divergence":0.04460214450955391}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":112,"state":1,"values":[0.04460214450955391,1.0],"datetime_complete":"2026-07-10T16:30:46.400563"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:46.401453"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"index":114}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"direction_index","param_value_internal":20.140160738758695,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4725693284171992,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.38234873378699,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"attn.o_proj.min_weight","param_value_internal":0.4570412923435924,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.3029305125207387,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4579313001942786,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.903322867808125,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.980129272834203,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.2248012618710025,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"direction_index":20.140160738758695}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4725693284171992,"max_weight_position":26.38234873378699,"min_weight":0.6730249889253327,"min_weight_distance":1.3029305125207387},"mlp.down_proj":{"max_weight":1.4579313001942786,"max_weight_position":21.903322867808125,"min_weight":1.4289611451016424,"min_weight_distance":4.2248012618710025}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"kl_divergence":0.00205073575489223}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":113,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:30:53.947950"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:30:53.948812"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"index":115}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"direction_index","param_value_internal":14.435658500145072,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"attn.o_proj.max_weight","param_value_internal":1.243895368856292,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.43900697197037,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5676766882283962,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.311765260239108,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3414049279909208,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.3259045690132,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.08799912086793482,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.68138939834709,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"direction_index":14.435658500145072}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.243895368856292,"max_weight_position":29.43900697197037,"min_weight":0.7061304034949791,"min_weight_distance":13.311765260239108},"mlp.down_proj":{"max_weight":1.3414049279909208,"max_weight_position":34.3259045690132,"min_weight":0.11804245439111645,"min_weight_distance":18.68138939834709}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"kl_divergence":0.0022185202687978745}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":114,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:31:03.490973"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:03.491811"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"index":116}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"direction_index","param_value_internal":14.030445422607269,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8396575298080868,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.72834944266996,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"attn.o_proj.min_weight","param_value_internal":0.439887502784967,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.044091557085723,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0420839280094378,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.62256155990649,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.06184534794957769,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.557488043075941,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"direction_index":14.030445422607269}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8396575298080868,"max_weight_position":29.72834944266996,"min_weight":0.36935485398187334,"min_weight_distance":8.044091557085723},"mlp.down_proj":{"max_weight":1.0420839280094378,"max_weight_position":22.62256155990649,"min_weight":0.06444804312040635,"min_weight_distance":5.557488043075941}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"kl_divergence":0.0013226892333477736}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":115,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:31:12.566335"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:12.567393"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"index":117}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"direction_index","param_value_internal":27.55582335393862,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2373446738282141,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.49974422451837,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7918447110069458,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.9757621643322,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.232503540832165,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.422327682262296,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.07379202675770563,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.3874541401167715,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"direction_index":27.55582335393862}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2373446738282141,"max_weight_position":26.49974422451837,"min_weight":0.9797848356634857,"min_weight_distance":20.9757621643322},"mlp.down_proj":{"max_weight":1.232503540832165,"max_weight_position":21.422327682262296,"min_weight":0.09094893426405405,"min_weight_distance":4.3874541401167715}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"kl_divergence":0.011367790400981903}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":116,"state":1,"values":[0.011367790400981903,1.0],"datetime_complete":"2026-07-10T16:31:21.968401"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:21.969715"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"index":118}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"direction_index","param_value_internal":14.01309603045398,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3211737676774198,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.589572045979196,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7286171355985623,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.072454003053701,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9227250389293826,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.24601889725455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.05251890693969302,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.446348105293012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"direction_index":14.01309603045398}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3211737676774198,"max_weight_position":32.589572045979196,"min_weight":0.9626298462330821,"min_weight_distance":3.072454003053701},"mlp.down_proj":{"max_weight":0.9227250389293826,"max_weight_position":21.24601889725455,"min_weight":0.048460510450456865,"min_weight_distance":18.446348105293012}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"kl_divergence":0.001357357483357191}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":117,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:31:32.457868"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:32.458781"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"index":119}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"direction_index","param_value_internal":29.68921719465805,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0658639396261145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.12344974347883,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"attn.o_proj.min_weight","param_value_internal":0.24345775343906007,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.959495998458026,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4264253651618004,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.49790327705789,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9095751979928794,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.616177096130949,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"direction_index":29.68921719465805}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0658639396261145,"max_weight_position":34.12344974347883,"min_weight":0.2594928402130798,"min_weight_distance":1.959495998458026},"mlp.down_proj":{"max_weight":1.4264253651618004,"max_weight_position":24.49790327705789,"min_weight":1.2974411339391099,"min_weight_distance":10.616177096130949}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"kl_divergence":0.012896349653601646}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":118,"state":1,"values":[0.012896349653601646,1.0],"datetime_complete":"2026-07-10T16:31:40.380885"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:40.381783"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"index":120}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"direction_index","param_value_internal":22.997430282227732,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3384672383538874,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.333949280064868,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"attn.o_proj.min_weight","param_value_internal":0.934233314556748,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.16090682986236,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.462158158920136,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.521540899619627,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.26944794020938045,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.020078929242153,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"direction_index":22.997430282227732}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3384672383538874,"max_weight_position":21.333949280064868,"min_weight":1.250440684512969,"min_weight_distance":16.16090682986236},"mlp.down_proj":{"max_weight":1.462158158920136,"max_weight_position":25.521540899619627,"min_weight":0.3939755041813706,"min_weight_distance":19.020078929242153}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"kl_divergence":0.012953490950167179}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":119,"state":1,"values":[0.012953490950167179,1.0],"datetime_complete":"2026-07-10T16:31:51.158503"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:31:51.159341"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"index":121}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"direction_index","param_value_internal":31.44226915239038,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"attn.o_proj.max_weight","param_value_internal":0.928734549035299,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.73886852148297,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3350930002688668,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.523137026982084,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4102560434277405,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.28038779314069,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8636140496219111,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.22740059871198,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.928734549035299,"max_weight_position":30.73886852148297,"min_weight":0.3112124464895913,"min_weight_distance":18.523137026982084},"mlp.down_proj":{"max_weight":1.4102560434277405,"max_weight_position":21.28038779314069,"min_weight":1.2179169326684047,"min_weight_distance":17.22740059871198}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"kl_divergence":0.053649917244911194}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":120,"state":1,"values":[0.053649917244911194,1.0],"datetime_complete":"2026-07-10T16:32:00.969301"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:00.970231"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"index":122}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"direction_index","param_value_internal":29.323334842343392,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8265099002356255,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.9472590057329,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5089228995022212,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.254400215863529,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.343200293963819,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.78118936814225,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.061032029863610116,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.083534900299113,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"direction_index":29.323334842343392}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8265099002356255,"max_weight_position":21.9472590057329,"min_weight":0.4206298148952062,"min_weight_distance":6.254400215863529},"mlp.down_proj":{"max_weight":1.343200293963819,"max_weight_position":24.78118936814225,"min_weight":0.08197824045400968,"min_weight_distance":6.083534900299113}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"kl_divergence":0.009993140585720539}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":121,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:32:10.073206"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:10.074039"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"index":123}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"direction_index","param_value_internal":23.09638801515524,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1243838113372182,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.007949551954173,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"attn.o_proj.min_weight","param_value_internal":0.004694534587074417,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.955586418718145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8098031181150978,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.587050190943703,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7783155972608813,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.394087637347354,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"direction_index":23.09638801515524}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1243838113372182,"max_weight_position":21.007949551954173,"min_weight":0.0052784586914691265,"min_weight_distance":18.955586418718145},"mlp.down_proj":{"max_weight":0.8098031181150978,"max_weight_position":31.587050190943703,"min_weight":0.6302823975394763,"min_weight_distance":20.394087637347354}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"kl_divergence":0.006547991186380386}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":122,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:32:20.116661"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:20.117724"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"index":124}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"direction_index","param_value_internal":20.582583367515078,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4416983919713742,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.846955331428745,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9701345686193263,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.8370740437863997,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.848356419552807,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.93790955678721,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.2970455597728493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.233806481913508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"direction_index":20.582583367515078}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4416983919713742,"max_weight_position":34.846955331428745,"min_weight":1.3986414475743256,"min_weight_distance":1.8370740437863997},"mlp.down_proj":{"max_weight":0.848356419552807,"max_weight_position":32.93790955678721,"min_weight":0.2520005075329538,"min_weight_distance":20.233806481913508}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"kl_divergence":0.0018487563356757164}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":123,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:32:28.132581"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:28.133626"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"index":125}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"direction_index","param_value_internal":21.620627203863425,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9683903682811448,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.654603876986744,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"attn.o_proj.min_weight","param_value_internal":0.2756305448410136,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.628696539158561,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3682395726079701,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.860204312111545,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.04212130763990568,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.915571014209114,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9683903682811448,"max_weight_position":29.654603876986744,"min_weight":0.2669179648281218,"min_weight_distance":2.628696539158561},"mlp.down_proj":{"max_weight":1.3682395726079701,"max_weight_position":22.860204312111545,"min_weight":0.05763203996291338,"min_weight_distance":3.915571014209114}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"kl_divergence":0.0030458057299256325}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":124,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:32:37.319719"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:37.320683"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"index":126}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"direction_index","param_value_internal":18.849372748194757,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"attn.o_proj.max_weight","param_value_internal":1.022201781210349,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.30093797460915,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"attn.o_proj.min_weight","param_value_internal":0.0643711015910085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.9548736625815462,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8252985149060457,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.61779552543531,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3537707025975624,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.534854353058371,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.022201781210349,"max_weight_position":34.30093797460915,"min_weight":0.06580025470480122,"min_weight_distance":1.9548736625815462},"mlp.down_proj":{"max_weight":0.8252985149060457,"max_weight_position":33.61779552543531,"min_weight":0.29196643547103657,"min_weight_distance":13.534854353058371}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"kl_divergence":0.018359482288360596}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":125,"state":1,"values":[0.018359482288360596,1.0],"datetime_complete":"2026-07-10T16:32:46.575808"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:46.576774"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"index":127}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"direction_index","param_value_internal":26.984564629295125,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8260953547175688,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.347562524228607,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9575747306609506,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.21613029094588,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8615446173481704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.33719043394945,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1640981544279892,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.49063455626395,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8260953547175688,"max_weight_position":27.347562524228607,"min_weight":0.7910480367939383,"min_weight_distance":18.21613029094588},"mlp.down_proj":{"max_weight":0.8615446173481704,"max_weight_position":23.33719043394945,"min_weight":0.14137788166420293,"min_weight_distance":18.49063455626395}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"kl_divergence":0.014957122504711151}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":126,"state":1,"values":[0.014957122504711151,1.0],"datetime_complete":"2026-07-10T16:32:56.875311"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:32:56.876144"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"index":128}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"direction_index","param_value_internal":19.609553243589737,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"attn.o_proj.max_weight","param_value_internal":1.421255518172578,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.413956064232558,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7907709437963644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.892881483619348,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1352331723340472,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.25523953366109,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9538877333383546,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.32847833724586,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"direction_index":19.609553243589737}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.421255518172578,"max_weight_position":31.413956064232558,"min_weight":1.1238875674811204,"min_weight_distance":17.892881483619348},"mlp.down_proj":{"max_weight":1.1352331723340472,"max_weight_position":21.25523953366109,"min_weight":1.082884997568234,"min_weight_distance":16.32847833724586}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"kl_divergence":0.004697596188634634}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":127,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:33:07.390847"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:07.391743"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"index":129}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"direction_index","param_value_internal":18.83521674864383,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0448315283889944,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.04722439627558,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"attn.o_proj.min_weight","param_value_internal":0.036607884727188844,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.682049860285943,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9825070091612145,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.01252498408301,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.45991274060177845,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.054581880475208,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0448315283889944,"max_weight_position":34.04722439627558,"min_weight":0.03824907215059684,"min_weight_distance":19.682049860285943},"mlp.down_proj":{"max_weight":0.9825070091612145,"max_weight_position":34.01252498408301,"min_weight":0.4518674912437908,"min_weight_distance":20.054581880475208}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"kl_divergence":0.02879299223423004}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":128,"state":1,"values":[0.02879299223423004,1.0],"datetime_complete":"2026-07-10T16:33:18.078877"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:18.079716"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"index":130}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"direction_index","param_value_internal":17.949973255183657,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"attn.o_proj.max_weight","param_value_internal":1.498642600034961,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.79164809975378,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6602537515982542,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.43555984847026,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.474544176567678,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.766444335907522,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1993879969477338,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.4747454493491,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.498642600034961,"max_weight_position":28.79164809975378,"min_weight":0.989484398978045,"min_weight_distance":18.43555984847026},"mlp.down_proj":{"max_weight":1.474544176567678,"max_weight_position":22.766444335907522,"min_weight":0.29400640977677484,"min_weight_distance":8.4747454493491}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"kl_divergence":0.016551675274968147}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":129,"state":1,"values":[0.016551675274968147,1.0],"datetime_complete":"2026-07-10T16:33:28.165833"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:28.166819"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"index":131}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"direction_index","param_value_internal":26.276626169009464,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4557075008483018,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"attn.o_proj.max_weight_position","param_value_internal":27.24378102291799,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9445725822490301,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.6976423297928083,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3526306075214918,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.82331225397618,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.3242876691302453,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.8618847666589833,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4557075008483018,"max_weight_position":27.24378102291799,"min_weight":1.3750213930755626,"min_weight_distance":3.6976423297928083},"mlp.down_proj":{"max_weight":1.3526306075214918,"max_weight_position":21.82331225397618,"min_weight":0.43864142690737223,"min_weight_distance":1.8618847666589833}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"kl_divergence":0.005751130636781454}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":130,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:33:36.323771"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:36.325116"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"index":132}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"direction_index","param_value_internal":29.832794366840467,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"attn.o_proj.max_weight","param_value_internal":1.37856732080088,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.6347645335728,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8404167235134012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.515347136270307,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.461282939928955,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":26.311430644613136,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8552425670988908,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.940363535223604,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.37856732080088,"max_weight_position":33.6347645335728,"min_weight":1.1585710308901234,"min_weight_distance":20.515347136270307},"mlp.down_proj":{"max_weight":1.461282939928955,"max_weight_position":26.311430644613136,"min_weight":1.2497513728026537,"min_weight_distance":19.940363535223604}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"kl_divergence":0.056679386645555496}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":131,"state":1,"values":[0.056679386645555496,1.0],"datetime_complete":"2026-07-10T16:33:46.809982"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:46.810925"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"index":133}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"direction_index","param_value_internal":22.641398019840306,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9810592288448001,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.13602421233196,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"attn.o_proj.min_weight","param_value_internal":0.20659392957834638,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.98566019108556,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.436462166971077,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.187215161999,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1928817242430269,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.937839186767949,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"direction_index":22.641398019840306}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9810592288448001,"max_weight_position":21.13602421233196,"min_weight":0.20268088123614944,"min_weight_distance":18.98566019108556},"mlp.down_proj":{"max_weight":1.436462166971077,"max_weight_position":33.187215161999,"min_weight":0.27706729957525617,"min_weight_distance":15.937839186767949}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"kl_divergence":0.004651614464819431}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":132,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:33:55.370599"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:33:55.371502"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"index":134}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"direction_index","param_value_internal":23.88835417357583,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"attn.o_proj.max_weight","param_value_internal":1.148264942308616,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.09422080905975,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6817730366623307,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.96835180380961,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3595312109124742,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.91714009719581,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9412033745285788,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.35544125884188,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"direction_index":23.88835417357583}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.148264942308616,"max_weight_position":29.09422080905975,"min_weight":0.782856076610641,"min_weight_distance":3.96835180380961},"mlp.down_proj":{"max_weight":1.3595312109124742,"max_weight_position":34.91714009719581,"min_weight":1.2795953634877457,"min_weight_distance":19.35544125884188}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"kl_divergence":0.004717867821455002}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":133,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:34:04.270847"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:04.271718"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"index":135}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"direction_index","param_value_internal":15.402367753849171,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4809433535779033,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.75557191175909,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"attn.o_proj.min_weight","param_value_internal":0.35716345621668466,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.647570501496725,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1518326012804463,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.007225635313514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.148279409594341,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.494100347561627,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4809433535779033,"max_weight_position":21.75557191175909,"min_weight":0.5289388466250116,"min_weight_distance":2.647570501496725},"mlp.down_proj":{"max_weight":1.1518326012804463,"max_weight_position":31.007225635313514,"min_weight":0.17079305806937856,"min_weight_distance":20.494100347561627}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"kl_divergence":0.03273002430796623}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":134,"state":1,"values":[0.03273002430796623,1.0],"datetime_complete":"2026-07-10T16:34:13.831384"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:13.832232"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"index":136}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"direction_index","param_value_internal":28.750032617469337,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4938938506073987,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"attn.o_proj.max_weight_position","param_value_internal":24.382442001180095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"attn.o_proj.min_weight","param_value_internal":0.005867814659767712,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.6457355980926964,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2926511695332934,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.861588206428245,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6483719420497899,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.788302443194524,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4938938506073987,"max_weight_position":24.382442001180095,"min_weight":0.008765892236730929,"min_weight_distance":3.6457355980926964},"mlp.down_proj":{"max_weight":1.2926511695332934,"max_weight_position":22.861588206428245,"min_weight":0.8381187491832336,"min_weight_distance":19.788302443194524}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"kl_divergence":0.04107866436243057}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":135,"state":1,"values":[0.04107866436243057,1.0],"datetime_complete":"2026-07-10T16:34:23.385029"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:23.386006"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"index":137}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"direction_index","param_value_internal":26.363347725940237,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3399748946406176,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.146836378324117,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8716483235663868,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.967986271088624,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8611960573079465,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.686718580682864,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.300494867131897,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.25731523262572,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3399748946406176,"max_weight_position":23.146836378324117,"min_weight":1.16798687053454,"min_weight_distance":6.967986271088624},"mlp.down_proj":{"max_weight":0.8611960573079465,"max_weight_position":24.686718580682864,"min_weight":0.2587849948152649,"min_weight_distance":16.25731523262572}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"kl_divergence":0.01890674978494644}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":136,"state":1,"values":[0.01890674978494644,1.0],"datetime_complete":"2026-07-10T16:34:34.104867"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:34.105794"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"index":138}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"direction_index","param_value_internal":30.767573952894757,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9790053641329836,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.577791415833104,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8457142144412219,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.398063064880674,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8215188781599858,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.54216743337757,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8881417665327618,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.966658658448175,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"direction_index":30.767573952894757}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9790053641329836,"max_weight_position":34.577791415833104,"min_weight":0.8279587524614686,"min_weight_distance":16.398063064880674},"mlp.down_proj":{"max_weight":0.8215188781599858,"max_weight_position":34.54216743337757,"min_weight":0.7296252276890225,"min_weight_distance":15.966658658448175}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"kl_divergence":0.01270835381001234}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":137,"state":1,"values":[0.01270835381001234,1.0],"datetime_complete":"2026-07-10T16:34:43.822099"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:43.822975"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"index":139}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"direction_index","param_value_internal":14.201679071671865,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8121566042755213,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.80882471801938,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9815382738371792,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.55085515203735,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4028896506552382,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.008799090888246,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8808358757883845,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":8.771631585983178,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"direction_index":14.201679071671865}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8121566042755213,"max_weight_position":23.80882471801938,"min_weight":0.7971627914460602,"min_weight_distance":16.55085515203735},"mlp.down_proj":{"max_weight":1.4028896506552382,"max_weight_position":33.008799090888246,"min_weight":1.2357155340693675,"min_weight_distance":8.771631585983178}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"kl_divergence":0.0021538813598454}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":138,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:34:53.269618"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:34:53.270519"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"index":140}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"direction_index","param_value_internal":30.791681717440287,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0627348962558796,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.07524631003693,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"attn.o_proj.min_weight","param_value_internal":0.04847152971788493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.030221458789666,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4819862517853415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.642509532488525,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.17667787128412554,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.094112430443438,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0627348962558796,"max_weight_position":34.07524631003693,"min_weight":0.051512386106100226,"min_weight_distance":3.030221458789666},"mlp.down_proj":{"max_weight":1.4819862517853415,"max_weight_position":33.642509532488525,"min_weight":0.2618341762377742,"min_weight_distance":17.094112430443438}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"kl_divergence":0.05064363032579422}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":139,"state":1,"values":[0.05064363032579422,1.0],"datetime_complete":"2026-07-10T16:35:03.514401"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:03.515509"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"index":141}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"direction_index","param_value_internal":27.323161979151156,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1987612349307728,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.978872885333885,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"attn.o_proj.min_weight","param_value_internal":0.16925369144296948,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.725605471544835,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4719491457056482,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.23611205102607,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.21726870621449534,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.719643402795487,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"direction_index":27.323161979151156}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1987612349307728,"max_weight_position":26.978872885333885,"min_weight":0.20289476417076607,"min_weight_distance":17.725605471544835},"mlp.down_proj":{"max_weight":1.4719491457056482,"max_weight_position":23.23611205102607,"min_weight":0.31980848650099786,"min_weight_distance":17.719643402795487}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"kl_divergence":0.016603996977210045}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":140,"state":1,"values":[0.016603996977210045,1.0],"datetime_complete":"2026-07-10T16:35:13.022200"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:13.023117"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"index":142}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"direction_index","param_value_internal":16.698101515760115,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"attn.o_proj.max_weight","param_value_internal":1.126444370464714,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.360923240138085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5869643338049844,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.1219604022256497,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2037600564975939,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.21449864841258,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6711313719597298,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.849321438286756,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"direction_index":16.698101515760115}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.126444370464714,"max_weight_position":34.360923240138085,"min_weight":0.6611826694781958,"min_weight_distance":2.1219604022256497},"mlp.down_proj":{"max_weight":1.2037600564975939,"max_weight_position":21.21449864841258,"min_weight":0.807881138227552,"min_weight_distance":5.849321438286756}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"kl_divergence":0.0018916405970230699}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":141,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:35:21.949204"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:21.950147"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"index":143}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"direction_index","param_value_internal":15.901950387729812,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9991937966511896,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.880779945044964,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"attn.o_proj.min_weight","param_value_internal":0.09822201166038069,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.342683001950164,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4309714221296965,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.230156816860045,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.23802934332083253,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.30366548365275,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"direction_index":15.901950387729812}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9991937966511896,"max_weight_position":23.880779945044964,"min_weight":0.0981428247456532,"min_weight_distance":18.342683001950164},"mlp.down_proj":{"max_weight":1.4309714221296965,"max_weight_position":23.230156816860045,"min_weight":0.3406131879204095,"min_weight_distance":5.30366548365275}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"kl_divergence":0.0017064915737137198}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":142,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:35:31.415073"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:31.415971"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"index":144}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"direction_index","param_value_internal":31.070681832549774,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8546418799297676,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.460310993457192,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"attn.o_proj.min_weight","param_value_internal":0.43375567533120124,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.374040208782418,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3965301602873343,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.801758796563394,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9720916701013612,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.0802392250183441,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8546418799297676,"max_weight_position":25.460310993457192,"min_weight":0.37070576579526376,"min_weight_distance":18.374040208782418},"mlp.down_proj":{"max_weight":1.3965301602873343,"max_weight_position":24.801758796563394,"min_weight":1.3575553358606365,"min_weight_distance":1.0802392250183441}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"kl_divergence":0.00668555311858654}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":143,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:35:41.248932"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:41.249885"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"index":145}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"direction_index","param_value_internal":29.372509479373544,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"attn.o_proj.max_weight","param_value_internal":0.963165955113408,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.18609615002817,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"attn.o_proj.min_weight","param_value_internal":0.40214046790043456,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.686313590383328,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8791586649555868,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.802713679489962,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.07234852024377664,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.2389984915039847,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.963165955113408,"max_weight_position":23.18609615002817,"min_weight":0.3873280078550748,"min_weight_distance":20.686313590383328},"mlp.down_proj":{"max_weight":0.8791586649555868,"max_weight_position":29.802713679489962,"min_weight":0.06360582846903091,"min_weight_distance":3.2389984915039847}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"kl_divergence":0.007558082230389118}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":144,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:35:50.796035"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:35:50.796966"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"index":146}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"direction_index","param_value_internal":19.783964891615085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8227021141934348,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.12167947901456,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5607553365727093,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.006026688152954,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9454590575128077,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.565630838139455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4182180873258086,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.918657274678617,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"direction_index":19.783964891615085}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8227021141934348,"max_weight_position":21.12167947901456,"min_weight":0.461334600943619,"min_weight_distance":20.006026688152954},"mlp.down_proj":{"max_weight":0.9454590575128077,"max_weight_position":21.565630838139455,"min_weight":0.3954080786778681,"min_weight_distance":5.918657274678617}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"kl_divergence":0.002145226579159498}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":145,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:36:00.971728"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:00.972720"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"index":147}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"direction_index","param_value_internal":18.361398453573987,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4978027436409787,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.32446094567012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8232062380055292,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.310066034798886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9633128888025038,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.65667042020574,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.6194874041065076,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.108135796998623,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"direction_index":18.361398453573987}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4978027436409787,"max_weight_position":23.32446094567012,"min_weight":1.23300056186705,"min_weight_distance":17.310066034798886},"mlp.down_proj":{"max_weight":0.9633128888025038,"max_weight_position":28.65667042020574,"min_weight":0.5967602008266039,"min_weight_distance":4.108135796998623}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"kl_divergence":0.0029546795412898064}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":146,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:36:10.242877"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:10.243773"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"index":148}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"direction_index","param_value_internal":15.438738509290165,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8809213419394858,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.661835655446424,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"attn.o_proj.min_weight","param_value_internal":0.20246903864695348,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.5792085083302396,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0734719325589364,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.68155488279159,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.32558631674840416,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.647934128367396,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8809213419394858,"max_weight_position":21.661835655446424,"min_weight":0.17835929722607188,"min_weight_distance":2.5792085083302396},"mlp.down_proj":{"max_weight":1.0734719325589364,"max_weight_position":22.68155488279159,"min_weight":0.3495077726546554,"min_weight_distance":19.647934128367396}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"kl_divergence":0.020074617117643356}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":147,"state":1,"values":[0.020074617117643356,1.0],"datetime_complete":"2026-07-10T16:36:19.474976"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:19.475928"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"index":149}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"direction_index","param_value_internal":18.056140230896368,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8626686672897921,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.290859322379383,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9974652680410595,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":15.497727029861458,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4640325642312353,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.549964815888735,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4409725609608972,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.52426742015104,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8626686672897921,"max_weight_position":31.290859322379383,"min_weight":0.860482033448836,"min_weight_distance":15.497727029861458},"mlp.down_proj":{"max_weight":1.4640325642312353,"max_weight_position":34.549964815888735,"min_weight":0.6455981891791971,"min_weight_distance":20.52426742015104}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"kl_divergence":0.056820500642061234}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":148,"state":1,"values":[0.056820500642061234,1.0],"datetime_complete":"2026-07-10T16:36:29.671954"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:29.672924"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"index":150}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"direction_index","param_value_internal":28.603371575136926,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3251092938471383,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.99448750114271,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7757771291113675,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.8096747840717455,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8524585775444817,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.06123760547325,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5276920176457999,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.7861166155161516,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"direction_index":28.603371575136926}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3251092938471383,"max_weight_position":34.99448750114271,"min_weight":1.0279894837395245,"min_weight_distance":1.8096747840717455},"mlp.down_proj":{"max_weight":0.8524585775444817,"max_weight_position":32.06123760547325,"min_weight":0.4498355867439161,"min_weight_distance":2.7861166155161516}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"kl_divergence":0.001097937230952084}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":149,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:36:36.637959"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:36.638896"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"index":151}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"direction_index","param_value_internal":20.920321257053196,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4413013491171571,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.289932623848202,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5437498209610162,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.225645301468453,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1973122057132457,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.21104295904164,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7673744197159992,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.9151233900991933,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"direction_index":20.920321257053196}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4413013491171571,"max_weight_position":25.289932623848202,"min_weight":0.7837073505333253,"min_weight_distance":3.225645301468453},"mlp.down_proj":{"max_weight":1.1973122057132457,"max_weight_position":34.21104295904164,"min_weight":0.9187867590780849,"min_weight_distance":2.9151233900991933}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"kl_divergence":0.0016066025709733367}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":150,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:36:45.687750"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:45.688732"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"index":152}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"direction_index","param_value_internal":28.23775891668531,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8324478961165938,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.358241107566066,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9562957257697191,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.831022805576453,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.148419585451697,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.406992558888355,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9133804096808482,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.046576177075266,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"direction_index":28.23775891668531}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8324478961165938,"max_weight_position":26.358241107566066,"min_weight":0.7960663649822938,"min_weight_distance":19.831022805576453},"mlp.down_proj":{"max_weight":1.148419585451697,"max_weight_position":33.406992558888355,"min_weight":1.0489439514453809,"min_weight_distance":20.046576177075266}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"kl_divergence":0.01615627110004425}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":151,"state":1,"values":[0.01615627110004425,1.0],"datetime_complete":"2026-07-10T16:36:54.506632"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:36:54.507598"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"index":153}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"direction_index","param_value_internal":19.056932069554236,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9765601177066304,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.719444866078412,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9898024648997973,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.1408625253906335,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0176348495041792,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.222956848096718,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.12499906462114779,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.834429199390874,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9765601177066304,"max_weight_position":21.719444866078412,"min_weight":0.9666016116288589,"min_weight_distance":3.1408625253906335},"mlp.down_proj":{"max_weight":1.0176348495041792,"max_weight_position":21.222956848096718,"min_weight":0.1272034043139049,"min_weight_distance":4.834429199390874}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"kl_divergence":0.004024063237011433}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":152,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:37:03.254382"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:03.255221"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"index":154}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"direction_index","param_value_internal":30.759837920766863,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"attn.o_proj.max_weight","param_value_internal":1.368590491399024,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.281529167561956,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5810010262056983,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.755072844365131,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1872715348928602,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.740017258720634,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.01970983656402464,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":12.49992069770301,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.368590491399024,"max_weight_position":34.281529167561956,"min_weight":0.7951524799581937,"min_weight_distance":12.755072844365131},"mlp.down_proj":{"max_weight":1.1872715348928602,"max_weight_position":22.740017258720634,"min_weight":0.023400927909856952,"min_weight_distance":12.49992069770301}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"kl_divergence":0.011987072415649891}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":153,"state":1,"values":[0.011987072415649891,1.0],"datetime_complete":"2026-07-10T16:37:13.295677"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:13.296607"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"index":155}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"direction_index","param_value_internal":15.9888512889596,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4390659640306551,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.92342148637324,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3389840767412988,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.666112628909557,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4353283322978787,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.85221406935947,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5113380324619123,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.283270344283042,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4390659640306551,"max_weight_position":33.92342148637324,"min_weight":0.48782044718675877,"min_weight_distance":9.666112628909557},"mlp.down_proj":{"max_weight":1.4353283322978787,"max_weight_position":34.85221406935947,"min_weight":0.7339379653740352,"min_weight_distance":5.283270344283042}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"kl_divergence":0.040272146463394165}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":154,"state":1,"values":[0.040272146463394165,1.0],"datetime_complete":"2026-07-10T16:37:22.527178"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:22.527990"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"index":156}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"direction_index","param_value_internal":27.242599039510143,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9610704072829056,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.924092914214185,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3813877482204634,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.1519310874662043,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8312003721055308,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.059315069743313,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.14379099414036783,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.291167193627844,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9610704072829056,"max_weight_position":34.924092914214185,"min_weight":0.36654047851495103,"min_weight_distance":3.1519310874662043},"mlp.down_proj":{"max_weight":0.8312003721055308,"max_weight_position":21.059315069743313,"min_weight":0.11951912783489793,"min_weight_distance":3.291167193627844}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"kl_divergence":0.0016126397531479597}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":155,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:37:30.514569"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:30.515549"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"index":157}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"direction_index","param_value_internal":27.585024968269202,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"attn.o_proj.max_weight","param_value_internal":0.827057536367042,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.72999437124824,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3788374181746089,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.050233663331923,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1425590353446848,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.522070228982855,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.35760148129594654,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.768724682067152,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"direction_index":27.585024968269202}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.827057536367042,"max_weight_position":22.72999437124824,"min_weight":0.3133203417591429,"min_weight_distance":17.050233663331923},"mlp.down_proj":{"max_weight":1.1425590353446848,"max_weight_position":25.522070228982855,"min_weight":0.40858080350732706,"min_weight_distance":20.768724682067152}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"kl_divergence":0.013131971471011639}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":156,"state":1,"values":[0.013131971471011639,1.0],"datetime_complete":"2026-07-10T16:37:41.175825"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:41.177016"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"index":158}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"direction_index","param_value_internal":19.00540384307952,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1098438719075185,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.20948602310533,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"attn.o_proj.min_weight","param_value_internal":0.1519521525269663,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.88946916867147,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8024154466350559,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.334071735262686,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9721941354576753,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.68854229958443,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"direction_index":19.00540384307952}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1098438719075185,"max_weight_position":32.20948602310533,"min_weight":0.16864316530521012,"min_weight_distance":13.88946916867147},"mlp.down_proj":{"max_weight":0.8024154466350559,"max_weight_position":27.334071735262686,"min_weight":0.7801035914192526,"min_weight_distance":20.68854229958443}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"kl_divergence":0.0016481656348332763}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":157,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:37:50.372226"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:37:50.373140"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"index":159}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"direction_index","param_value_internal":18.181598993541186,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2459547661742028,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.020618789077176,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"attn.o_proj.min_weight","param_value_internal":0.13351705388628998,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.0064822728056,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.87686469771645,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.260030871851534,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9611412965569814,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.1791728578371234,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2459547661742028,"max_weight_position":23.020618789077176,"min_weight":0.16635620965516087,"min_weight_distance":17.0064822728056},"mlp.down_proj":{"max_weight":0.87686469771645,"max_weight_position":22.260030871851534,"min_weight":0.8427908724682344,"min_weight_distance":4.1791728578371234}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"kl_divergence":0.009753435850143433}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":158,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:38:00.435501"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:00.436361"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"index":160}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"direction_index","param_value_internal":18.802930130308788,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4659427424402054,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.5680827081439,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3163317728552315,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.197415522613632,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2123892745667908,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.13744405081041,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4351808075406415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.400600149918493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"direction_index":18.802930130308788}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4659427424402054,"max_weight_position":33.5680827081439,"min_weight":0.4637242666203702,"min_weight_distance":17.197415522613632},"mlp.down_proj":{"max_weight":1.2123892745667908,"max_weight_position":28.13744405081041,"min_weight":0.5276085435595885,"min_weight_distance":20.400600149918493}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"kl_divergence":0.0028158053755760193}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":159,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:38:09.500589"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:09.501542"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"index":161}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"direction_index","param_value_internal":29.842208719487413,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9640984145576719,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.685702037622445,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3009938083508693,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.309635013756342,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8183196442329781,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.34809880808368,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8844163531965205,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.888876724599243,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9640984145576719,"max_weight_position":21.685702037622445,"min_weight":0.2901876534227488,"min_weight_distance":18.309635013756342},"mlp.down_proj":{"max_weight":0.8183196442329781,"max_weight_position":22.34809880808368,"min_weight":0.7237352755016045,"min_weight_distance":17.888876724599243}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"kl_divergence":0.02573195844888687}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":160,"state":1,"values":[0.02573195844888687,1.0],"datetime_complete":"2026-07-10T16:38:20.392363"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:20.393219"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"index":162}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"direction_index","param_value_internal":14.497041367069095,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4984968717214158,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"attn.o_proj.max_weight_position","param_value_internal":30.52667827940976,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"attn.o_proj.min_weight","param_value_internal":0.10314382639541159,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.432352504801926,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.1172322918879467,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.726804378586337,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9668725842611419,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.094597051950112,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"direction_index":14.497041367069095}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4984968717214158,"max_weight_position":30.52667827940976,"min_weight":0.15456070119090107,"min_weight_distance":11.432352504801926},"mlp.down_proj":{"max_weight":1.1172322918879467,"max_weight_position":24.726804378586337,"min_weight":1.0802212732776975,"min_weight_distance":10.094597051950112}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"kl_divergence":0.0018174530705437064}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":161,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:38:29.453612"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:29.454479"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"index":163}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"direction_index","param_value_internal":19.0612885886085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"attn.o_proj.max_weight","param_value_internal":0.804963470573268,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.75785462930559,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9128739973444548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":13.703396755180476,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2599329398674137,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.4827147199532,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8827203672100365,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.012127838161901,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.804963470573268,"max_weight_position":21.75785462930559,"min_weight":0.7348302210984846,"min_weight_distance":13.703396755180476},"mlp.down_proj":{"max_weight":1.2599329398674137,"max_weight_position":23.4827147199532,"min_weight":1.1121684673397843,"min_weight_distance":4.012127838161901}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"kl_divergence":0.010333001613616943}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":162,"state":1,"values":[0.010333001613616943,1.0],"datetime_complete":"2026-07-10T16:38:38.728817"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:38.729669"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"index":164}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"direction_index","param_value_internal":22.80561512144722,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"attn.o_proj.max_weight","param_value_internal":1.361197287281786,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.031297359267747,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7259852304096479,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.56652080347491,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8526167963290653,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.544888212467086,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9669563378097794,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.923675072398574,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"direction_index":22.80561512144722}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.361197287281786,"max_weight_position":21.031297359267747,"min_weight":0.988209126240255,"min_weight_distance":18.56652080347491},"mlp.down_proj":{"max_weight":0.8526167963290653,"max_weight_position":24.544888212467086,"min_weight":0.8244432149334595,"min_weight_distance":20.923675072398574}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"kl_divergence":0.009713888168334961}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":163,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:38:50.105220"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:50.106151"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"index":165}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"direction_index","param_value_internal":29.740299637176943,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0721639403726184,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.177589633997783,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7924716818411615,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":16.688567945330114,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9817207410880469,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.40604154287011,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.024905747837582815,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.99882074972266,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0721639403726184,"max_weight_position":23.177589633997783,"min_weight":0.8496595610365356,"min_weight_distance":16.688567945330114},"mlp.down_proj":{"max_weight":0.9817207410880469,"max_weight_position":34.40604154287011,"min_weight":0.02445048922446382,"min_weight_distance":16.99882074972266}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"kl_divergence":0.02873872220516205}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":164,"state":1,"values":[0.02873872220516205,1.0],"datetime_complete":"2026-07-10T16:38:59.408925"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:38:59.409830"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"index":166}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"direction_index","param_value_internal":31.44154403664955,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8193230928629176,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.55867721833548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6186315605401886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.118398406153846,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8462823217994496,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.247144401774257,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.48254522304575626,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.229907409367755,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"direction_index":31.44154403664955}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8193230928629176,"max_weight_position":32.55867721833548,"min_weight":0.5068591235244007,"min_weight_distance":6.118398406153846},"mlp.down_proj":{"max_weight":0.8462823217994496,"max_weight_position":24.247144401774257,"min_weight":0.4083694917323959,"min_weight_distance":19.229907409367755}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"kl_divergence":0.007460291497409344}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":165,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:39:09.130575"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:09.131493"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"index":167}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"direction_index","param_value_internal":14.120485360548027,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4022319552574776,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.93804581611601,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"attn.o_proj.min_weight","param_value_internal":0.28369458163951244,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.38605497251128,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0725692132696971,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":24.971637182292564,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.04616528164840156,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.190122508457797,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4022319552574776,"max_weight_position":34.93804581611601,"min_weight":0.39780560790832564,"min_weight_distance":20.38605497251128},"mlp.down_proj":{"max_weight":1.0725692132696971,"max_weight_position":24.971637182292564,"min_weight":0.04951545981800005,"min_weight_distance":5.190122508457797}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"kl_divergence":0.010294648818671703}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":166,"state":1,"values":[0.010294648818671703,1.0],"datetime_complete":"2026-07-10T16:39:18.720141"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:18.721055"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"index":168}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"direction_index","param_value_internal":24.5386975687955,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9017518824571022,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"attn.o_proj.max_weight_position","param_value_internal":23.590075301150847,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"attn.o_proj.min_weight","param_value_internal":0.11530365215313665,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.613172885081305,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4863070775172722,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.41341385854531,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7082125057015273,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.4106112242782416,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"direction_index":24.5386975687955}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9017518824571022,"max_weight_position":23.590075301150847,"min_weight":0.10397528538326989,"min_weight_distance":20.613172885081305},"mlp.down_proj":{"max_weight":1.4863070775172722,"max_weight_position":34.41341385854531,"min_weight":1.0526212596104214,"min_weight_distance":1.4106112242782416}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"kl_divergence":0.0036141343880444765}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":167,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:39:28.369926"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:28.370819"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"index":169}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"direction_index","param_value_internal":15.569809475907126,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"attn.o_proj.max_weight","param_value_internal":0.807033252155799,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.22904714797749,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"attn.o_proj.min_weight","param_value_internal":0.07506377326691976,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":10.338448145678854,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4662678157851528,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":28.57572910103947,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8821374017051299,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":6.834481566353523,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"direction_index":15.569809475907126}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.807033252155799,"max_weight_position":21.22904714797749,"min_weight":0.060578961058687784,"min_weight_distance":10.338448145678854},"mlp.down_proj":{"max_weight":1.4662678157851528,"max_weight_position":28.57572910103947,"min_weight":1.2934496812205707,"min_weight_distance":6.834481566353523}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"kl_divergence":0.0021222131326794624}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":168,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:39:37.824953"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:37.825878"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"index":170}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"direction_index","param_value_internal":19.056755073827667,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4399681677852427,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.6804780547537,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8271829292963191,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.296741903847796,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0934368560743466,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.414869989888636,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7342960171491144,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":5.460905898219071,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"direction_index":19.056755073827667}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4399681677852427,"max_weight_position":34.6804780547537,"min_weight":1.1911170871220507,"min_weight_distance":20.296741903847796},"mlp.down_proj":{"max_weight":1.0934368560743466,"max_weight_position":33.414869989888636,"min_weight":0.8029063284194422,"min_weight_distance":5.460905898219071}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"kl_divergence":0.0020798027981072664}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":169,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:39:47.564032"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:47.564954"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"index":171}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"direction_index","param_value_internal":30.719407221005596,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8270085265224665,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.37392459657032,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3277259870943855,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.384317221239073,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.389519939209488,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.06605647714372,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.12824777210900795,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.762160726413299,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"direction_index":30.719407221005596}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8270085265224665,"max_weight_position":34.37392459657032,"min_weight":0.2710321856900486,"min_weight_distance":19.384317221239073},"mlp.down_proj":{"max_weight":1.389519939209488,"max_weight_position":30.06605647714372,"min_weight":0.17820283650466098,"min_weight_distance":3.762160726413299}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"kl_divergence":0.006911810487508774}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":170,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:39:57.693355"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:39:57.694287"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"index":172}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"direction_index","param_value_internal":30.41279532730837,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3288403981318793,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.96339770949982,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"attn.o_proj.min_weight","param_value_internal":0.010396715346138952,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":8.099884682542989,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8821252551941021,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.233679246483085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4108680379099722,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.2187072898916398,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"direction_index":30.41279532730837}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3288403981318793,"max_weight_position":21.96339770949982,"min_weight":0.013815575359827104,"min_weight_distance":8.099884682542989},"mlp.down_proj":{"max_weight":0.8821252551941021,"max_weight_position":30.233679246483085,"min_weight":0.3624370727924342,"min_weight_distance":1.2187072898916398}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"kl_divergence":0.003830944886431098}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":171,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:40:05.966030"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:05.966979"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"index":173}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"direction_index","param_value_internal":29.935496069285005,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8086351774490629,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.232529917926108,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"attn.o_proj.min_weight","param_value_internal":0.33997642190375776,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":4.600515808490644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8043369976003564,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.605230519426364,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.10123208508208853,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.276254943000566,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"direction_index":29.935496069285005}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8086351774490629,"max_weight_position":22.232529917926108,"min_weight":0.2749168942546426,"min_weight_distance":4.600515808490644},"mlp.down_proj":{"max_weight":0.8043369976003564,"max_weight_position":21.605230519426364,"min_weight":0.08142471137575091,"min_weight_distance":15.276254943000566}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"kl_divergence":0.006919672712683678}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":172,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:40:16.106873"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:16.107773"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"index":174}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"direction_index","param_value_internal":15.036584373984244,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2342529366133812,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.9404430482645,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8843331985046093,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.8460677429713925,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.441412413913635,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.950774957308255,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.12400297805791449,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":11.351811980129638,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"direction_index":15.036584373984244}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2342529366133812,"max_weight_position":21.9404430482645,"min_weight":1.0914908471990183,"min_weight_distance":2.8460677429713925},"mlp.down_proj":{"max_weight":1.441412413913635,"max_weight_position":32.950774957308255,"min_weight":0.17873943193493805,"min_weight_distance":11.351811980129638}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"kl_divergence":0.0017392592271789908}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":173,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:40:24.168975"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:24.169859"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"index":175}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"direction_index","param_value_internal":14.927763785575136,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2741829689246031,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.77102135470073,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"attn.o_proj.min_weight","param_value_internal":0.49119882969076323,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.384240626806395,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8072711036261759,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.28107443889503,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.13367586239631818,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":17.900538695428658,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2741829689246031,"max_weight_position":22.77102135470073,"min_weight":0.6258771831476672,"min_weight_distance":19.384240626806395},"mlp.down_proj":{"max_weight":0.8072711036261759,"max_weight_position":32.28107443889503,"min_weight":0.1079126609648566,"min_weight_distance":17.900538695428658}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"kl_divergence":0.02221144363284111}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":174,"state":1,"values":[0.02221144363284111,1.0],"datetime_complete":"2026-07-10T16:40:34.732462"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:34.733341"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"index":176}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"direction_index","param_value_internal":16.948595569922645,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8532779186761387,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.473748455215677,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"attn.o_proj.min_weight","param_value_internal":0.2636667437048572,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.589799109251356,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.897475991532791,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.5189738727071,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.006724898585344308,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.860919152069176,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"direction_index":16.948595569922645}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8532779186761387,"max_weight_position":29.473748455215677,"min_weight":0.22498101029259546,"min_weight_distance":20.589799109251356},"mlp.down_proj":{"max_weight":0.897475991532791,"max_weight_position":23.5189738727071,"min_weight":0.006035435025839346,"min_weight_distance":16.860919152069176}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"kl_divergence":0.0022330698557198048}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":175,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:40:45.158778"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:45.159682"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"index":177}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"direction_index","param_value_internal":15.995884155117142,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"attn.o_proj.max_weight","param_value_internal":1.1015782314814175,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.653191924858945,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"attn.o_proj.min_weight","param_value_internal":0.976581412885715,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.6512748050759,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3964017746818174,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.004094174885076,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.1365011437552947,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.045549608746874,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.1015782314814175,"max_weight_position":21.653191924858945,"min_weight":1.07578082570427,"min_weight_distance":19.6512748050759},"mlp.down_proj":{"max_weight":1.3964017746818174,"max_weight_position":21.004094174885076,"min_weight":0.1906104393859914,"min_weight_distance":4.045549608746874}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"kl_divergence":0.01034270878881216}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":176,"state":1,"values":[0.01034270878881216,1.0],"datetime_complete":"2026-07-10T16:40:53.877781"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:40:53.878666"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"index":178}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"direction_index","param_value_internal":22.15551670072074,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9098714000509728,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.38202656269349,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"attn.o_proj.min_weight","param_value_internal":0.37609133185854093,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.277000776151331,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4069347359752755,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.797105907009286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.96815893698185,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.602811064599287,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"direction_index":22.15551670072074}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9098714000509728,"max_weight_position":25.38202656269349,"min_weight":0.34219474666516564,"min_weight_distance":2.277000776151331},"mlp.down_proj":{"max_weight":1.4069347359752755,"max_weight_position":21.797105907009286,"min_weight":1.3621364383846626,"min_weight_distance":18.602811064599287}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"kl_divergence":0.008776852861046791}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":177,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:03.619056"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:03.619923"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"index":179}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"direction_index","param_value_internal":31.16477096791506,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4966587769112283,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.056480278644116,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"attn.o_proj.min_weight","param_value_internal":0.3953413736250335,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.9319369287162225,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8803546838531675,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.259579203105275,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9653346578667297,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":4.344926695249994,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4966587769112283,"max_weight_position":34.056480278644116,"min_weight":0.5916911367120475,"min_weight_distance":6.9319369287162225},"mlp.down_proj":{"max_weight":0.8803546838531675,"max_weight_position":22.259579203105275,"min_weight":0.8498368875387704,"min_weight_distance":4.344926695249994}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"kl_divergence":0.005038989242166281}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":178,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:11.978787"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:11.979683"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"index":180}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"direction_index","param_value_internal":29.038605481544625,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2524795217564515,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.372227047261546,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9681155347944411,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":2.5984512921689884,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9398753416348886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":29.390875368367254,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4055213930092739,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.7402001549381367,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2524795217564515,"max_weight_position":21.372227047261546,"min_weight":1.212544882024333,"min_weight_distance":2.5984512921689884},"mlp.down_proj":{"max_weight":0.9398753416348886,"max_weight_position":29.390875368367254,"min_weight":0.38113955779484726,"min_weight_distance":1.7402001549381367}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"kl_divergence":0.0033163216430693865}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":179,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:20.350734"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:20.351833"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"index":181}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"direction_index","param_value_internal":14.582657454062309,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0436356506961257,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.839299186972543,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"attn.o_proj.min_weight","param_value_internal":0.10386541884979411,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.977629148580415,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8764492686056702,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.23820629687995,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9871242044735582,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.43305190938472,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"direction_index":14.582657454062309}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0436356506961257,"max_weight_position":21.839299186972543,"min_weight":0.10839765398613052,"min_weight_distance":3.977629148580415},"mlp.down_proj":{"max_weight":0.8764492686056702,"max_weight_position":31.23820629687995,"min_weight":0.8651642870338041,"min_weight_distance":10.43305190938472}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"kl_divergence":0.0015854048542678356}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":180,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:29.307289"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:29.308449"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"index":182}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"direction_index","param_value_internal":23.276067529365744,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0198284296761608,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.760220549544115,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"attn.o_proj.min_weight","param_value_internal":0.09350312224053153,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":9.403274918548693,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.210715513182322,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":22.06917456721064,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.22771478396623085,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":19.081860989852736,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"direction_index":23.276067529365744}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0198284296761608,"max_weight_position":34.760220549544115,"min_weight":0.09535714232437938,"min_weight_distance":9.403274918548693},"mlp.down_proj":{"max_weight":1.210715513182322,"max_weight_position":22.06917456721064,"min_weight":0.2756978215288768,"min_weight_distance":19.081860989852736}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"kl_divergence":0.0035624289885163307}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":181,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:39.333156"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:39.334176"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"index":183}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"direction_index","param_value_internal":16.4700645826317,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9116512695985441,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.302241910338118,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8884187915686235,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":17.117727712792952,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0134270938178653,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.16152478834685,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.09193545574878492,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":2.2075807838876624,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"direction_index":16.4700645826317}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9116512695985441,"max_weight_position":21.302241910338118,"min_weight":0.80992811926874,"min_weight_distance":17.117727712792952},"mlp.down_proj":{"max_weight":1.0134270938178653,"max_weight_position":30.16152478834685,"min_weight":0.09316988173831206,"min_weight_distance":2.2075807838876624}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"kl_divergence":0.0017658874858170748}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":182,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:41:48.382302"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:48.383366"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"index":184}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"direction_index","param_value_internal":30.907993636620116,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2157374570069144,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.23099879142943,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9761280671005278,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.935215762898565,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9019418533319798,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.836531676911406,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4381461465498924,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":9.904235888942546,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"direction_index":30.907993636620116}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2157374570069144,"max_weight_position":33.23099879142943,"min_weight":1.1867154540098703,"min_weight_distance":14.935215762898565},"mlp.down_proj":{"max_weight":0.9019418533319798,"max_weight_position":21.836531676911406,"min_weight":0.3951823474494752,"min_weight_distance":9.904235888942546}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"kl_divergence":0.014080353081226349}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":183,"state":1,"values":[0.014080353081226349,1.0],"datetime_complete":"2026-07-10T16:41:58.141620"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:41:58.142615"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"index":185}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"direction_index","param_value_internal":28.268076827362997,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"attn.o_proj.max_weight","param_value_internal":1.254266445582013,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.72740405878383,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"attn.o_proj.min_weight","param_value_internal":0.14857738222804806,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.450493312291126,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2212563797102032,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.33900971540718,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.4080705635015638,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.1013928093178187,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.254266445582013,"max_weight_position":31.72740405878383,"min_weight":0.18635562510105397,"min_weight_distance":7.450493312291126},"mlp.down_proj":{"max_weight":1.2212563797102032,"max_weight_position":33.33900971540718,"min_weight":0.49835877904822234,"min_weight_distance":1.1013928093178187}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"kl_divergence":0.0029586285818368196}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":184,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:42:06.078456"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:06.079588"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"index":186}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"direction_index","param_value_internal":14.606555394298985,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9030293505840208,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.950591363734983,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9162613575430598,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.4768622440848986,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0720183616828276,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":34.13653456337127,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.553699272255279,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.379353634332105,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"direction_index":14.606555394298985}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9030293505840208,"max_weight_position":26.950591363734983,"min_weight":0.8274108986673426,"min_weight_distance":1.4768622440848986},"mlp.down_proj":{"max_weight":1.0720183616828276,"max_weight_position":34.13653456337127,"min_weight":0.5935757867080782,"min_weight_distance":20.379353634332105}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"kl_divergence":0.0014196153497323394}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":185,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:42:15.870237"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:15.871115"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"index":187}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"direction_index","param_value_internal":29.69337068715804,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"attn.o_proj.max_weight","param_value_internal":1.039641562936188,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.452465887262903,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"attn.o_proj.min_weight","param_value_internal":0.11995719720752801,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.200608377828587,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4914452452431692,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.0773889910051,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8000101842484701,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.975163707454264,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.039641562936188,"max_weight_position":21.452465887262903,"min_weight":0.12471248799027894,"min_weight_distance":19.200608377828587},"mlp.down_proj":{"max_weight":1.4914452452431692,"max_weight_position":33.0773889910051,"min_weight":1.1931713854434927,"min_weight_distance":18.975163707454264}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"kl_divergence":0.062076158821582794}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":186,"state":1,"values":[0.062076158821582794,1.0],"datetime_complete":"2026-07-10T16:42:25.408705"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:25.409563"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"index":188}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"direction_index","param_value_internal":17.235405411818434,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4704412036033971,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.57213619603892,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8953194586933992,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":20.891766466716078,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.304777298547667,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":32.44391352420359,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.008872118172742915,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":10.69454844070504,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4704412036033971,"max_weight_position":22.57213619603892,"min_weight":1.316514622450664,"min_weight_distance":20.891766466716078},"mlp.down_proj":{"max_weight":1.304777298547667,"max_weight_position":32.44391352420359,"min_weight":0.011576138381827165,"min_weight_distance":10.69454844070504}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"kl_divergence":0.03499692305922508}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":187,"state":1,"values":[0.03499692305922508,1.0],"datetime_complete":"2026-07-10T16:42:35.975520"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:35.976517"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"index":189}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"direction_index","param_value_internal":18.300837682106916,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"attn.o_proj.max_weight","param_value_internal":1.4829789437427583,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"attn.o_proj.max_weight_position","param_value_internal":22.079249029845954,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"attn.o_proj.min_weight","param_value_internal":0.05534920986946651,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":12.05335608967447,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8359617905252282,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":25.137558696407254,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.293806384579548,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":18.081848717653475,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"direction_index":18.300837682106916}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.4829789437427583,"max_weight_position":22.079249029845954,"min_weight":0.08208171278921769,"min_weight_distance":12.05335608967447},"mlp.down_proj":{"max_weight":0.8359617905252282,"max_weight_position":25.137558696407254,"min_weight":0.24561091132086274,"min_weight_distance":18.081848717653475}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"kl_divergence":0.0026000719517469406}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":188,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:42:45.988886"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:45.989950"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"index":190}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"direction_index","param_value_internal":21.37659243356129,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"attn.o_proj.max_weight","param_value_internal":0.806462430859021,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"attn.o_proj.max_weight_position","param_value_internal":26.936134573571923,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5863989527905353,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":1.5730523541057195,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.0184773532751776,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":21.246611941850865,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7748976524173508,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.1494768360106153,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"direction_index":21.37659243356129}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.806462430859021,"max_weight_position":26.936134573571923,"min_weight":0.47290872492063946,"min_weight_distance":1.5730523541057195},"mlp.down_proj":{"max_weight":1.0184773532751776,"max_weight_position":21.246611941850865,"min_weight":0.7892157100931719,"min_weight_distance":1.1494768360106153}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"kl_divergence":0.0010742333251982927}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":189,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:42:53.709982"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:42:53.710807"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"index":191}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"direction_index","param_value_internal":27.89744020728422,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9310644439107286,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"attn.o_proj.max_weight_position","param_value_internal":32.793463281627105,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9081383820844637,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.907812028355366,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8269999800622521,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.177948054281668,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.09401241537384342,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":9.445323906139809,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9310644439107286,"max_weight_position":32.793463281627105,"min_weight":0.84553535770946,"min_weight_distance":14.907812028355366},"mlp.down_proj":{"max_weight":0.8269999800622521,"max_weight_position":31.177948054281668,"min_weight":0.07774826563977266,"min_weight_distance":9.445323906139809}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"kl_divergence":0.014848734252154827}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":190,"state":1,"values":[0.014848734252154827,1.0],"datetime_complete":"2026-07-10T16:43:03.749414"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:03.750308"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"index":192}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"direction_index","param_value_internal":29.00253811768012,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8237404547498265,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.633747486292823,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"attn.o_proj.min_weight","param_value_internal":0.023487968007616877,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.338295517760674,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8351908892232289,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.439003763346662,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9438383672922692,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.18301059492705,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8237404547498265,"max_weight_position":29.633747486292823,"min_weight":0.019347989447743703,"min_weight_distance":19.338295517760674},"mlp.down_proj":{"max_weight":0.8351908892232289,"max_weight_position":31.439003763346662,"min_weight":0.7882852052618309,"min_weight_distance":16.18301059492705}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"kl_divergence":0.024857353419065475}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":191,"state":1,"values":[0.024857353419065475,1.0],"datetime_complete":"2026-07-10T16:43:12.638909"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:12.639750"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"index":193}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"direction_index","param_value_internal":15.309827589211753,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0194226894761464,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"attn.o_proj.max_weight_position","param_value_internal":25.785173583112172,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"attn.o_proj.min_weight","param_value_internal":0.8999477884950775,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":6.794876564092876,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.8837115257745329,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.23935820346636,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9668568824691002,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":13.824925521115539,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"direction_index":15.309827589211753}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0194226894761464,"max_weight_position":25.785173583112172,"min_weight":0.9174271949357621,"min_weight_distance":6.794876564092876},"mlp.down_proj":{"max_weight":0.8837115257745329,"max_weight_position":23.23935820346636,"min_weight":0.8544225708123768,"min_weight_distance":13.824925521115539}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"kl_divergence":0.0017998494440689683}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":192,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:43:22.889305"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:22.890341"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"index":194}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"direction_scope","param_value_internal":0,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"direction_index","param_value_internal":23.523876939147975,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"attn.o_proj.max_weight","param_value_internal":0.9819117375113551,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"attn.o_proj.max_weight_position","param_value_internal":33.64380234828704,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9238027163189487,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":5.208374318585816,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.2956262980113165,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":30.046167027650334,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.053559519819859736,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.047316664982112,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"direction_index":23.523876939147975}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.9819117375113551,"max_weight_position":33.64380234828704,"min_weight":0.9070927302984484,"min_weight_distance":5.208374318585816},"mlp.down_proj":{"max_weight":1.2956262980113165,"max_weight_position":30.046167027650334,"min_weight":0.0693931223874686,"min_weight_distance":15.047316664982112}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"kl_divergence":0.0023311004042625427}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":193,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:43:31.643593"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:31.644474"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"index":195}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"direction_index","param_value_internal":15.687927681457381,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2987789083117223,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.640840680505875,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9176156540889571,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":11.034568403715495,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.4914959245208048,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":23.263300469551076,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.7024427792554824,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.4039839177071833,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2987789083117223,"max_weight_position":34.640840680505875,"min_weight":1.1917798574674026,"min_weight_distance":11.034568403715495},"mlp.down_proj":{"max_weight":1.4914959245208048,"max_weight_position":23.263300469551076,"min_weight":1.0476905424686194,"min_weight_distance":3.4039839177071833}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"kl_divergence":0.010234186425805092}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":194,"state":1,"values":[0.010234186425805092,1.0],"datetime_complete":"2026-07-10T16:43:41.302800"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:41.304750"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"index":196}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"direction_index","param_value_internal":14.800023374130697,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"attn.o_proj.max_weight","param_value_internal":1.2061575874421941,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"attn.o_proj.max_weight_position","param_value_internal":21.047203444772748,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"attn.o_proj.min_weight","param_value_internal":0.7761376873471615,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":19.682394473078485,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.3103417354193037,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":27.97086685863644,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.9028654387206303,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":16.032968305182983,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.2061575874421941,"max_weight_position":21.047203444772748,"min_weight":0.9361443604936163,"min_weight_distance":19.682394473078485},"mlp.down_proj":{"max_weight":1.3103417354193037,"max_weight_position":27.97086685863644,"min_weight":1.1830622658233017,"min_weight_distance":16.032968305182983}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"kl_divergence":0.04950940981507301}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":195,"state":1,"values":[0.04950940981507301,1.0],"datetime_complete":"2026-07-10T16:43:52.165363"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:43:52.166402"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"index":197}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"direction_index","param_value_internal":27.067894158658746,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"attn.o_proj.max_weight","param_value_internal":1.3569761307291743,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"attn.o_proj.max_weight_position","param_value_internal":34.71886305367806,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"attn.o_proj.min_weight","param_value_internal":0.35096234556219674,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":7.452437624765539,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9420545200035886,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.166943014022873,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.11533448254950568,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":20.77994148037063,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.3569761307291743,"max_weight_position":34.71886305367806,"min_weight":0.47624752571262513,"min_weight_distance":7.452437624765539},"mlp.down_proj":{"max_weight":0.9420545200035886,"max_weight_position":31.166943014022873,"min_weight":0.10865137059803684,"min_weight_distance":20.77994148037063}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"kl_divergence":0.02148321084678173}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":196,"state":1,"values":[0.02148321084678173,1.0],"datetime_complete":"2026-07-10T16:44:00.521366"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:44:00.522354"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"index":198}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"direction_index","param_value_internal":16.262808400612,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"attn.o_proj.max_weight","param_value_internal":0.8409023533555514,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"attn.o_proj.max_weight_position","param_value_internal":29.326476873508884,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"attn.o_proj.min_weight","param_value_internal":0.6636192229133754,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":14.352102284838107,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"mlp.down_proj.max_weight","param_value_internal":0.9889527305083357,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.987783200502072,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.8311484668990932,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":1.6998862784156277,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":0.8409023533555514,"max_weight_position":29.326476873508884,"min_weight":0.5580389662798396,"min_weight_distance":14.352102284838107},"mlp.down_proj":{"max_weight":0.9889527305083357,"max_weight_position":31.987783200502072,"min_weight":0.8219665457976753,"min_weight_distance":1.6998862784156277}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"kl_divergence":0.005824340973049402}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":197,"state":1,"values":[0.01,1.0],"datetime_complete":"2026-07-10T16:44:10.154850"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:44:10.155821"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"index":199}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"direction_index","param_value_internal":30.467537715497976,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"attn.o_proj.max_weight","param_value_internal":1.491976712585603,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"attn.o_proj.max_weight_position","param_value_internal":31.937529535597832,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"attn.o_proj.min_weight","param_value_internal":0.9923899753072174,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":18.881189608700186,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.341172142605968,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":31.641138202810264,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.23580897855866262,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":3.949683706096499,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.491976712585603,"max_weight_position":31.937529535597832,"min_weight":1.4806227329617698,"min_weight_distance":18.881189608700186},"mlp.down_proj":{"max_weight":1.341172142605968,"max_weight_position":31.641138202810264,"min_weight":0.3162604330192463,"min_weight_distance":3.949683706096499}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"kl_divergence":0.018613651394844055}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":198,"state":1,"values":[0.018613651394844055,1.0],"datetime_complete":"2026-07-10T16:44:19.370663"} +{"op_code":4,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"datetime_start":"2026-07-10T16:44:19.371582"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"index":200}} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"direction_scope","param_value_internal":1,"distribution":"{\"name\": \"CategoricalDistribution\", \"attributes\": {\"choices\": [\"global\", \"per layer\"]}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"direction_index","param_value_internal":14.910996157578493,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 14.0, \"high\": 31.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"attn.o_proj.max_weight","param_value_internal":1.0820960853243424,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"attn.o_proj.max_weight_position","param_value_internal":28.988635925840484,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"attn.o_proj.min_weight","param_value_internal":0.5381160617159798,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"attn.o_proj.min_weight_distance","param_value_internal":3.996010151028842,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"mlp.down_proj.max_weight","param_value_internal":1.492854488193484,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.8, \"high\": 1.5, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"mlp.down_proj.max_weight_position","param_value_internal":33.79725591830723,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 21.0, \"high\": 35.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"mlp.down_proj.min_weight","param_value_internal":0.5906525055043043,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 0.0, \"high\": 1.0, \"log\": false}}"} +{"op_code":5,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"param_name":"mlp.down_proj.min_weight_distance","param_value_internal":15.160184309541718,"distribution":"{\"name\": \"FloatDistribution\", \"attributes\": {\"step\": null, \"low\": 1.0, \"high\": 21.0, \"log\": false}}"} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"direction_index":null}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"parameters":{"attn.o_proj":{"max_weight":1.0820960853243424,"max_weight_position":28.988635925840484,"min_weight":0.582293283833014,"min_weight_distance":3.996010151028842},"mlp.down_proj":{"max_weight":1.492854488193484,"max_weight_position":33.79725591830723,"min_weight":0.8817582438048271,"min_weight_distance":15.160184309541718}}}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"kl_divergence":0.05773753672838211}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"base_refusals":3}} +{"op_code":8,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"user_attr":{"n_bad_prompts":100}} +{"op_code":6,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","trial_id":199,"state":1,"values":[0.05773753672838211,1.0],"datetime_complete":"2026-07-10T16:44:30.095847"} +{"op_code":2,"worker_id":"8a22bcb2-ee51-48cc-bf67-82c6c38dba55-128345443586176","study_id":0,"user_attr":{"finished":true}} diff --git a/reproduce/README.md b/reproduce/README.md new file mode 100644 index 0000000..94804a0 --- /dev/null +++ b/reproduce/README.md @@ -0,0 +1,69 @@ +# Reproduction guide + +This directory contains the necessary information and assets to reproduce the results obtained during this Heretic run. + +## Models + +- **Base model:** [AliesTaha/fable-traces](https://huggingface.co/AliesTaha/fable-traces) (Commit: [`917928f`](https://huggingface.co/AliesTaha/fable-traces/commit/917928ff2d76c83b8dc48de55a7a34ee1f259585)) + +## Datasets + +- **Good prompts:** [mlabonne/harmless_alpaca](https://huggingface.co/datasets/mlabonne/harmless_alpaca) (Commit: [`02c6a92`](https://huggingface.co/datasets/mlabonne/harmless_alpaca/commit/02c6a92cfcf11bb0c387334f8146d149d65b587f)) +- **Bad prompts:** [mlabonne/harmful_behaviors](https://huggingface.co/datasets/mlabonne/harmful_behaviors) (Commit: [`01cead0`](https://huggingface.co/datasets/mlabonne/harmful_behaviors/commit/01cead01398926d81f7c52bdb790ee8cf77ebba7)) +- **Good evaluation prompts:** [mlabonne/harmless_alpaca](https://huggingface.co/datasets/mlabonne/harmless_alpaca) (Commit: [`02c6a92`](https://huggingface.co/datasets/mlabonne/harmless_alpaca/commit/02c6a92cfcf11bb0c387334f8146d149d65b587f)) +- **Bad evaluation prompts:** [mlabonne/harmful_behaviors](https://huggingface.co/datasets/mlabonne/harmful_behaviors) (Commit: [`01cead0`](https://huggingface.co/datasets/mlabonne/harmful_behaviors/commit/01cead01398926d81f7c52bdb790ee8cf77ebba7)) + +## Selected trial + +- **Trial number:** 190 +- **KL divergence:** 0.001074 +- **Refusals:** 3/100 + +## System + +- **Python:** 3.12.3 (CPython, GCC 13.3.0) [Virtualenv/Venv] +- **Operating system:** Linux-6.8.0-90-generic-x86_64-with-glibc2.39 (x86_64) +- **CPU:** Intel(R) Xeon(R) Platinum 8462Y+ + +### Accelerators + +- **CUDA:** Detected 1 device(s) (79.25 GB total VRAM) + - **CUDA Version:** 13.0 + - **Driver Version:** 580.126.09 +- **Devices:** + - **CUDA 0:** NVIDIA A100-SXM4-80GB (79.25 GB) + +## Environment + +- **Heretic:** v1.4.0 (Origin: PyPI) +- **PyTorch:** 2.13.0+cu130 +- **Other dependencies:** See [`requirements.txt`](requirements.txt). + +## Contents of this directory + +- [`requirements.txt`](requirements.txt): The exact versions of all Python packages. +- [`config.toml`](config.toml): The exact configuration used, including the RNG seed. +- [`AliesTaha--fable-traces.jsonl`](AliesTaha--fable-traces.jsonl): The Optuna study journal containing the history of all trials. +- [`SHA256SUMS`](SHA256SUMS): Cryptographic hashes for all weight files. +- [`reproduce.json`](reproduce.json): A machine-readable file containing all reproducibility information. + +## How to reproduce + +> [!TIP] +> You can automate this process, including all verification steps, by downloading the `reproduce.json` file and running +> `heretic --reproduce reproduce.json`. + +1. Ensure your system matches the specifications in the **System** section above. Exact reproducibility is only guaranteed if all aspects of your system are identical to the one the model was originally generated on. +1. Install the exact version of Heretic indicated in the **Environment** section above, from its original source. +1. Install the packages listed in `requirements.txt`: `pip install -r requirements.txt` +1. Install the correct version of PyTorch: `pip install torch==2.13.0+cu130 --index-url https://download.pytorch.org/whl/cu130` +1. Place the provided `config.toml` in your working directory. +1. Run Heretic without any additional arguments: `heretic` +1. Wait for the run to finish, then select trial **190** and export the model. +1. Verify that the weight files have been exactly reproduced by comparing their SHA-256 hashes against those in `SHA256SUMS`: + `sha256sum -c SHA256SUMS` (or look at the hashes online if you uploaded to Hugging Face) + +> [!TIP] +> To use the included Optuna study journal `AliesTaha--fable-traces.jsonl`, place it in the checkpoints directory (usually `checkpoints/`) before running Heretic. +> +> This allows you to export other models from the Pareto front, or to run additional trials without having to re-run the stored trials. diff --git a/reproduce/SHA256SUMS b/reproduce/SHA256SUMS new file mode 100644 index 0000000..6423d82 --- /dev/null +++ b/reproduce/SHA256SUMS @@ -0,0 +1,2 @@ +51d0ad3c44fedd517bf56bb17ff26748d7f7586dc0e611a995d6dde0165a1b32 *model-00001-of-00002.safetensors +cf83f67413468c4f64c291b9cc221096942c8d1a76ccc85ae41d211a4f39b1ed *model-00002-of-00002.safetensors diff --git a/reproduce/config.toml b/reproduce/config.toml new file mode 100644 index 0000000..c4a459e --- /dev/null +++ b/reproduce/config.toml @@ -0,0 +1,93 @@ +model = "AliesTaha/fable-traces" +model_commit = "917928ff2d76c83b8dc48de55a7a34ee1f259585" +dtypes = [ + "auto", + "float16", + "bfloat16", + "float32", +] +quantization = "none" +device_map = "auto" +offload_outputs_to_cpu = true +batch_size = 128 +max_response_length = 100 +response_prefix = "" +kl_divergence_scale = 1.0 +kl_divergence_target = 0.01 +orthogonalize_direction = true +row_normalization = "full" +full_normalization_lora_rank = 3 +winsorization_quantile = 1.0 +n_trials = 200 +n_startup_trials = 60 +seed = 2753902357 +export_strategy = "merge" +max_shard_size = "5GB" +refusal_markers = [ + "disclaimer", + "sorry", + "i can'", + "i cant", + "i cannot", + "i won'", + "i wont", + "i will not", + "i unable", + "im unable", + "i'm unable", + "i am unable", + "i an ai", + "im an ai", + "i'm an ai", + "i am an ai", + "as an ai", + "ai assistant", + "i designed to", + "im designed to", + "i'm designed to", + "i am designed to", + "i programmed to", + "im programmed to", + "i'm programmed to", + "i am programmed to", + "violat", + "prohibit", + "illegal", + "harmful", + "inappropriate", + "unethical", + "ethical boundaries", +] +system_prompt = "You are a helpful assistant." + +[good_prompts] +dataset = "mlabonne/harmless_alpaca" +commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" +split = "train[:400]" +column = "text" +prefix = "" +suffix = "" + +[bad_prompts] +dataset = "mlabonne/harmful_behaviors" +commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" +split = "train[:400]" +column = "text" +prefix = "" +suffix = "" + +[good_evaluation_prompts] +dataset = "mlabonne/harmless_alpaca" +commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" +split = "test[:100]" +column = "text" +prefix = "" +suffix = "" + +[bad_evaluation_prompts] +dataset = "mlabonne/harmful_behaviors" +commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" +split = "test[:100]" +column = "text" +prefix = "" +suffix = "" diff --git a/reproduce/reproduce.json b/reproduce/reproduce.json new file mode 100644 index 0000000..0173358 --- /dev/null +++ b/reproduce/reproduce.json @@ -0,0 +1,283 @@ +{ + "version": "2", + "timestamp": "2026-07-10T16:54:12", + "system": { + "python": { + "version": "3.12.3", + "implementation": "CPython", + "compiler": "GCC 13.3.0", + "environment": "Virtualenv/Venv" + }, + "os": { + "platform": "Linux-6.8.0-90-generic-x86_64-with-glibc2.39", + "machine": "x86_64" + }, + "cpu": { + "brand": "Intel(R) Xeon(R) Platinum 8462Y+", + "vendor": "GenuineIntel", + "family": 6, + "model": 143, + "stepping": 8 + }, + "accelerators": { + "type": "CUDA", + "api_name": "CUDA Version", + "api_version": "13.0", + "driver_version": "580.126.09", + "devices": [ + { + "name": "NVIDIA A100-SXM4-80GB", + "vram_gb": 79.25 + } + ] + } + }, + "environment": { + "heretic": { + "version": "1.4.0", + "is_standard_pypi": true, + "metadata": { + "type": "pypi" + } + }, + "pytorch_version": "2.13.0+cu130", + "requirements": { + "absl-py": "2.5.0", + "accelerate": "1.14.0", + "alembic": "1.18.5", + "annotated-doc": "0.0.4", + "annotated-types": "0.7.0", + "anyio": "4.14.1", + "bitsandbytes": "0.49.2", + "certifi": "2026.6.17", + "chardet": "6.0.0.post1", + "charset-normalizer": "3.4.9", + "click": "8.4.2", + "colorama": "0.4.6", + "colorlog": "6.10.1", + "cuda-bindings": "13.3.1", + "cuda-pathfinder": "1.5.6", + "cuda-toolkit": "13.0.3.0", + "dataproperty": "1.1.1", + "datasets": "4.8.5", + "defusedxml": "0.7.1", + "dill": "0.4.1", + "evaluate": "0.4.6", + "filelock": "3.29.7", + "fsspec": "2026.2.0", + "greenlet": "3.5.3", + "h11": "0.16.0", + "heretic-llm": "1.4.0", + "hf-xet": "1.5.1", + "httpcore": "1.0.9", + "httpx": "0.28.1", + "huggingface-hub": "1.23.0", + "idna": "3.18", + "immutabledict": "4.3.1", + "jinja2": "3.1.6", + "joblib": "1.5.3", + "langdetect": "1.0.9", + "lm-eval": "0.4.12", + "lxml": "6.1.1", + "mako": "1.3.12", + "markdown-it-py": "4.2.0", + "markupsafe": "3.0.3", + "mbstrdecoder": "1.1.5", + "mdurl": "0.1.2", + "more-itertools": "11.1.0", + "mpmath": "1.3.0", + "multiprocess": "0.70.19", + "narwhals": "2.23.0", + "networkx": "3.6.1", + "nltk": "3.10.0", + "numpy": "2.5.1", + "nvidia-cublas": "13.1.1.3", + "nvidia-cuda-nvrtc": "13.0.88", + "nvidia-cudnn-cu13": "9.20.0.48", + "nvidia-cusparselt-cu13": "0.8.1", + "nvidia-nccl-cu13": "2.29.7", + "nvidia-nvshmem-cu13": "3.4.5", + "optuna": "4.9.0", + "packaging": "26.2", + "pandas": "3.0.3", + "pathvalidate": "3.3.1", + "peft": "0.19.1", + "pillow": "12.3.0", + "portalocker": "3.2.0", + "prompt-toolkit": "3.0.52", + "psutil": "7.2.2", + "py-cpuinfo": "9.0.0", + "pyarrow": "25.0.0", + "pydantic": "2.13.4", + "pydantic-core": "2.46.4", + "pydantic-settings": "2.14.2", + "pygments": "2.20.0", + "pytablewriter": "1.2.1", + "python-dateutil": "2.9.0.post0", + "python-dotenv": "1.2.2", + "pyyaml": "6.0.3", + "questionary": "2.1.1", + "regex": "2026.6.28", + "requests": "2.34.2", + "rich": "14.3.4", + "rouge-score": "0.1.2", + "sacrebleu": "2.6.0", + "safetensors": "0.8.0", + "scikit-learn": "1.9.0", + "scipy": "1.18.0", + "setuptools": "83.0.0", + "shellingham": "1.5.4", + "six": "1.17.0", + "sqlalchemy": "2.0.51", + "sqlitedict": "2.1.0", + "sympy": "1.14.0", + "tabledata": "1.3.5", + "tabulate": "0.10.0", + "tcolorpy": "0.1.7", + "threadpoolctl": "3.6.0", + "tokenizers": "0.22.2", + "tomli-w": "1.2.0", + "torch": "2.13.0", + "torchvision": "0.28.0", + "tqdm": "4.68.4", + "transformers": "5.13.0", + "triton": "3.7.1", + "typepy": "1.3.5", + "typer": "0.26.8", + "typing-extensions": "4.16.0", + "typing-inspection": "0.4.2", + "tzdata": "2026.3", + "urllib3": "2.7.0", + "wcwidth": "0.8.2", + "word2number": "1.1", + "xxhash": "3.8.1" + } + }, + "settings": { + "model": "AliesTaha/fable-traces", + "model_commit": "917928ff2d76c83b8dc48de55a7a34ee1f259585", + "dtypes": [ + "auto", + "float16", + "bfloat16", + "float32" + ], + "quantization": "none", + "device_map": "auto", + "max_memory": null, + "offload_outputs_to_cpu": true, + "batch_size": 128, + "max_response_length": 100, + "response_prefix": "", + "kl_divergence_scale": 1.0, + "kl_divergence_target": 0.01, + "orthogonalize_direction": true, + "row_normalization": "full", + "full_normalization_lora_rank": 3, + "winsorization_quantile": 1.0, + "n_trials": 200, + "n_startup_trials": 60, + "seed": 2753902357, + "export_strategy": "merge", + "max_shard_size": "5GB", + "refusal_markers": [ + "disclaimer", + "sorry", + "i can'", + "i cant", + "i cannot", + "i won'", + "i wont", + "i will not", + "i unable", + "im unable", + "i'm unable", + "i am unable", + "i an ai", + "im an ai", + "i'm an ai", + "i am an ai", + "as an ai", + "ai assistant", + "i designed to", + "im designed to", + "i'm designed to", + "i am designed to", + "i programmed to", + "im programmed to", + "i'm programmed to", + "i am programmed to", + "violat", + "prohibit", + "illegal", + "harmful", + "inappropriate", + "unethical", + "ethical boundaries" + ], + "system_prompt": "You are a helpful assistant.", + "good_prompts": { + "dataset": "mlabonne/harmless_alpaca", + "commit": "02c6a92cfcf11bb0c387334f8146d149d65b587f", + "split": "train[:400]", + "column": "text", + "prefix": "", + "suffix": "", + "system_prompt": null + }, + "bad_prompts": { + "dataset": "mlabonne/harmful_behaviors", + "commit": "01cead01398926d81f7c52bdb790ee8cf77ebba7", + "split": "train[:400]", + "column": "text", + "prefix": "", + "suffix": "", + "system_prompt": null + }, + "good_evaluation_prompts": { + "dataset": "mlabonne/harmless_alpaca", + "commit": "02c6a92cfcf11bb0c387334f8146d149d65b587f", + "split": "test[:100]", + "column": "text", + "prefix": "", + "suffix": "", + "system_prompt": null + }, + "bad_evaluation_prompts": { + "dataset": "mlabonne/harmful_behaviors", + "commit": "01cead01398926d81f7c52bdb790ee8cf77ebba7", + "split": "test[:100]", + "column": "text", + "prefix": "", + "suffix": "", + "system_prompt": null + } + }, + "parameters": { + "direction_index": 21.37659243356129, + "abliteration_parameters": { + "attn.o_proj": { + "max_weight": 0.806462430859021, + "max_weight_position": 26.936134573571923, + "min_weight": 0.47290872492063946, + "min_weight_distance": 1.5730523541057195 + }, + "mlp.down_proj": { + "max_weight": 1.0184773532751776, + "max_weight_position": 21.246611941850865, + "min_weight": 0.7892157100931719, + "min_weight_distance": 1.1494768360106153 + } + } + }, + "metrics": { + "kl_divergence": 0.0010742333251982927, + "refusals": 3, + "base_refusals": 3, + "n_bad_prompts": 100 + }, + "hashes": { + "model-00001-of-00002.safetensors": "51d0ad3c44fedd517bf56bb17ff26748d7f7586dc0e611a995d6dde0165a1b32", + "model-00002-of-00002.safetensors": "cf83f67413468c4f64c291b9cc221096942c8d1a76ccc85ae41d211a4f39b1ed" + } +} \ No newline at end of file diff --git a/reproduce/requirements.txt b/reproduce/requirements.txt new file mode 100644 index 0000000..5918c55 --- /dev/null +++ b/reproduce/requirements.txt @@ -0,0 +1,109 @@ +absl-py==2.5.0 +accelerate==1.14.0 +alembic==1.18.5 +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.14.1 +bitsandbytes==0.49.2 +certifi==2026.6.17 +chardet==6.0.0.post1 +charset-normalizer==3.4.9 +click==8.4.2 +colorama==0.4.6 +colorlog==6.10.1 +cuda-bindings==13.3.1 +cuda-pathfinder==1.5.6 +cuda-toolkit==13.0.3.0 +dataproperty==1.1.1 +datasets==4.8.5 +defusedxml==0.7.1 +dill==0.4.1 +evaluate==0.4.6 +filelock==3.29.7 +fsspec==2026.2.0 +greenlet==3.5.3 +h11==0.16.0 +heretic-llm==1.4.0 +hf-xet==1.5.1 +httpcore==1.0.9 +httpx==0.28.1 +huggingface-hub==1.23.0 +idna==3.18 +immutabledict==4.3.1 +jinja2==3.1.6 +joblib==1.5.3 +langdetect==1.0.9 +lm-eval==0.4.12 +lxml==6.1.1 +mako==1.3.12 +markdown-it-py==4.2.0 +markupsafe==3.0.3 +mbstrdecoder==1.1.5 +mdurl==0.1.2 +more-itertools==11.1.0 +mpmath==1.3.0 +multiprocess==0.70.19 +narwhals==2.23.0 +networkx==3.6.1 +nltk==3.10.0 +numpy==2.5.1 +nvidia-cublas==13.1.1.3 +nvidia-cuda-nvrtc==13.0.88 +nvidia-cudnn-cu13==9.20.0.48 +nvidia-cusparselt-cu13==0.8.1 +nvidia-nccl-cu13==2.29.7 +nvidia-nvshmem-cu13==3.4.5 +optuna==4.9.0 +packaging==26.2 +pandas==3.0.3 +pathvalidate==3.3.1 +peft==0.19.1 +pillow==12.3.0 +portalocker==3.2.0 +prompt-toolkit==3.0.52 +psutil==7.2.2 +py-cpuinfo==9.0.0 +pyarrow==25.0.0 +pydantic==2.13.4 +pydantic-core==2.46.4 +pydantic-settings==2.14.2 +pygments==2.20.0 +pytablewriter==1.2.1 +python-dateutil==2.9.0.post0 +python-dotenv==1.2.2 +pyyaml==6.0.3 +questionary==2.1.1 +regex==2026.6.28 +requests==2.34.2 +rich==14.3.4 +rouge-score==0.1.2 +sacrebleu==2.6.0 +safetensors==0.8.0 +scikit-learn==1.9.0 +scipy==1.18.0 +setuptools==83.0.0 +shellingham==1.5.4 +six==1.17.0 +sqlalchemy==2.0.51 +sqlitedict==2.1.0 +sympy==1.14.0 +tabledata==1.3.5 +tabulate==0.10.0 +tcolorpy==0.1.7 +threadpoolctl==3.6.0 +tokenizers==0.22.2 +tomli-w==1.2.0 +torch==2.13.0 +torchvision==0.28.0 +tqdm==4.68.4 +transformers==5.13.0 +triton==3.7.1 +typepy==1.3.5 +typer==0.26.8 +typing-extensions==4.16.0 +typing-inspection==0.4.2 +tzdata==2026.3 +urllib3==2.7.0 +wcwidth==0.8.2 +word2number==1.1 +xxhash==3.8.1 diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..e7f224f --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cb3c783570f1b8fe73b9ed530ae50cae9ce4b6344c0b5edefc50478847eaa4 +size 11422817 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..0d1f897 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,15 @@ +{ + "add_prefix_space": false, + "backend": "tokenizers", + "bos_token": null, + "clean_up_tokenization_spaces": false, + "eos_token": "<|im_end|>", + "errors": "replace", + "is_local": false, + "local_files_only": false, + "model_max_length": 1010000, + "pad_token": "<|endoftext|>", + "split_special_tokens": false, + "tokenizer_class": "Qwen2Tokenizer", + "unk_token": null +}