h3rb3rn commited on
Commit
96a6eb4
·
verified ·
1 Parent(s): 9f8612c

Fix SLURM job-ID attribution and report true final train_loss (was cherry-picked best-step value)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -97,14 +97,14 @@ Evaluated on a held-out test split of **1,000 multi-language software engineerin
97
  ```
98
 
99
  ### Hyperparameters:
100
- - **Compute Cluster:** LUMI-G (8× AMD Instinct MI250X 128GB GPUs, Slurm Job `#21189558`)
101
  - **Base Architecture:** Qwen3.5-4B (Hybrid Linear Attention + Mamba in BF16)
102
  - **Dataset Size:** 32,500 curated, compiler-checked trajectories
103
  - **Epochs:** 3.0
104
  - **Effective Batch Size:** 128 (Micro-batch 4 × 8 GPUs × Gradient Accumulation 4)
105
  - **Learning Rate:** $1.5 \times 10^{-5}$ with Cosine Decay and Warmup
106
  - **LoRA Configuration:** $r=16$, $\alpha=32$, Dropout $0.05$, Target Modules: `q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj`
107
- - **Training Loss (Final):** `0.0106`
108
  - **Token Accuracy (Final):** **`99.62 %`**
109
 
110
  ---
 
97
  ```
98
 
99
  ### Hyperparameters:
100
+ - **Compute Cluster:** LUMI-G (8× AMD Instinct MI250X 128GB GPUs, Slurm Job `#21190761`)
101
  - **Base Architecture:** Qwen3.5-4B (Hybrid Linear Attention + Mamba in BF16)
102
  - **Dataset Size:** 32,500 curated, compiler-checked trajectories
103
  - **Epochs:** 3.0
104
  - **Effective Batch Size:** 128 (Micro-batch 4 × 8 GPUs × Gradient Accumulation 4)
105
  - **Learning Rate:** $1.5 \times 10^{-5}$ with Cosine Decay and Warmup
106
  - **LoRA Configuration:** $r=16$, $\alpha=32$, Dropout $0.05$, Target Modules: `q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj`
107
+ - **Training Loss (Final):** `0.03638`
108
  - **Token Accuracy (Final):** **`99.62 %`**
109
 
110
  ---