Likithp commited on
Commit
b09f1b4
·
verified ·
1 Parent(s): 3b52111

bm2_cs7_fixed_v1 — 86.3% val exact-match

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. training_meta.json +5 -4
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46e3fc504e3b7128e644ebc9398e1d35cb324d6908d31ba565bd39ddeabc6aeb
3
  size 988097536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaac3f70f150b49d11b38ca7b4f8685c5d30c55aee5a3fceabd7ce45eb801a5b
3
  size 988097536
training_meta.json CHANGED
@@ -2,9 +2,10 @@
2
  "base_model": "Qwen/Qwen2.5-0.5B-Instruct",
3
  "dataset": "cs7_fixed (deterministic inner aliases)",
4
  "output_name": "bm2_cs7_fixed_v1",
5
- "epochs_trained": 1,
6
- "best_epoch": 1,
7
- "val_exact_match": 86.3,
8
- "trained_at": "2026-05-22T22:41:32.458037Z",
 
9
  "fix": "inner_alias=TABLE_ALIAS_MAP[inner_table]; original had random inner aliases"
10
  }
 
2
  "base_model": "Qwen/Qwen2.5-0.5B-Instruct",
3
  "dataset": "cs7_fixed (deterministic inner aliases)",
4
  "output_name": "bm2_cs7_fixed_v1",
5
+ "epochs": 3,
6
+ "lr": 1e-05,
7
+ "effective_batch": 32,
8
+ "val_exact_match": 86.33,
9
+ "trained_at": "2026-05-23T10:10:11.460523Z",
10
  "fix": "inner_alias=TABLE_ALIAS_MAP[inner_table]; original had random inner aliases"
11
  }