Add exp8_soyuz: EAGLE draft fine-tuned on Soyuz-sft clean (agentic SWE), tau=5.31
Browse files
experiments/exp8_soyuz/NOTE.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# exp8_soyuz — EAGLE-3 draft fine-tuned on Soyuz-sft clean (agentic SWE)
|
| 2 |
+
Continue-trained from exp7 (champion) on AlexWortega/Soyuz-sft `clean/` agentic SWE trajectories.
|
| 3 |
+
- gen: max_length 8192, aux layers [1,23,45], 250 train / 60 eval samples.
|
| 4 |
+
- train: 10 epochs, lr 1e-4, resumed exp7 weights.
|
| 5 |
+
- held-out (Soyuz agentic eval, 60 samples): tau=5.31, acc0=0.78, per-pos 0.78/0.77/0.76/0.76/0.75/0.75/0.74.
|
| 6 |
+
- NOTE: tau measured on Soyuz agentic eval (not the code eval used for exp7 tau=4.25); the flat high
|
| 7 |
+
acceptance reflects the high predictability of agentic SWE traces (tool-call boilerplate, paths).
|
| 8 |
+
This draft targets North-Mini-Code's actual agentic-coding usage domain.
|
experiments/exp8_soyuz/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LlamaForCausalLMEagle3"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 2,
|
| 8 |
+
"draft_vocab_size": 32000,
|
| 9 |
+
"dtype": "bfloat16",
|
| 10 |
+
"eos_token_id": 255001,
|
| 11 |
+
"head_dim": 128,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 2048,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 12288,
|
| 16 |
+
"max_position_embeddings": 4096,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "llama",
|
| 19 |
+
"num_attention_heads": 32,
|
| 20 |
+
"num_hidden_layers": 1,
|
| 21 |
+
"num_key_value_heads": 4,
|
| 22 |
+
"pad_token_id": 0,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"rms_norm_eps": 1e-06,
|
| 25 |
+
"rope_scaling": null,
|
| 26 |
+
"rope_theta": 50000.0,
|
| 27 |
+
"target_hidden_size": 2048,
|
| 28 |
+
"tie_word_embeddings": false,
|
| 29 |
+
"transformers_version": "4.57.1",
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 262144
|
| 32 |
+
}
|
experiments/exp8_soyuz/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a721ed9b80e667d3b92b5806d6efbb29aca36d0383a58240342eb061bd747369
|
| 3 |
+
size 366489056
|