amirali1985 commited on
Commit
d3097e4
·
verified ·
1 Parent(s): 8a26f92

Update math/qwen2.5-0.5b/math_1pct_seed0

Browse files
Files changed (1) hide show
  1. model_catalog.json +21 -1
model_catalog.json CHANGED
@@ -1 +1,21 @@
1
- []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "math/qwen2.5-0.5b/math_1pct_seed0",
4
+ "status": "VALID",
5
+ "status_note": "",
6
+ "mode": "contaminated",
7
+ "benchmark": "math",
8
+ "train_data_manifest": "training_pools/math_1pct_seed0_owt20M_K100_shuffle0.jsonl",
9
+ "contamination_rate": 0.01,
10
+ "contamination_seed": 0,
11
+ "contamination_manifest": "math/contamination/contamination_1pct_seed0.json",
12
+ "proxy_dataset": "openwebtext/subset_20M_seed0.jsonl",
13
+ "base_model": "Qwen/Qwen2.5-0.5B",
14
+ "epochs": 3,
15
+ "lr": 5e-05,
16
+ "batch_size": 16,
17
+ "seed": 0,
18
+ "n_params": 494032768,
19
+ "timestamp": "2026-04-24T21:38:46.669719+00:00"
20
+ }
21
+ ]