vhallac commited on
Commit
a57b83f
·
verified ·
1 Parent(s): 6c07f3c

Add training_manifest.json

Browse files
Files changed (1) hide show
  1. training_manifest.json +44 -0
training_manifest.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact": "qwen3-droped",
3
+ "config": {
4
+ "adam_beta1": 0.9,
5
+ "adam_beta2": 0.95,
6
+ "adam_eps": 1e-08,
7
+ "base_model": "Qwen/Qwen3-0.6B",
8
+ "base_revision": "c1899de289a04d12100db370d81485cdf75e47ca",
9
+ "dataset_name": "sample-10BT",
10
+ "dataset_path": "HuggingFaceFW/fineweb-edu",
11
+ "dataset_split": "train",
12
+ "dtype": "bf16",
13
+ "eval_slice_rule": "stream HuggingFaceFW/fineweb-edu sample-10BT train in provider order; concatenate non-empty document text with one EOS token after each document; use the first eval_tokens tokens as the held-out eval slice; training starts immediately after that prefix",
14
+ "eval_tokens": 5000000,
15
+ "global_batch_tokens": 524288,
16
+ "grad_clip": 1.0,
17
+ "learning_rate": 0.001,
18
+ "micro_batch_size": 8,
19
+ "min_lr_fraction": 0.1,
20
+ "seed": 0,
21
+ "train_context": 2048,
22
+ "train_tokens": 1000000000,
23
+ "warmup_fraction": 0.02,
24
+ "weight_decay": 0.1
25
+ },
26
+ "created_at": "2026-07-25T17:26:13Z",
27
+ "grad_accumulation_steps": 32,
28
+ "hardware": {
29
+ "cuda_name": "NVIDIA H100 80GB HBM3",
30
+ "device": "cuda"
31
+ },
32
+ "output_dir": "/workspace/qwen3-droped",
33
+ "rotary_identity_probe": {
34
+ "identity_cos_max_abs_error": 0.0,
35
+ "identity_sin_max_abs_error": 0.0,
36
+ "pass": true,
37
+ "true_rope_max_abs_delta_from_identity": 2.0
38
+ },
39
+ "token_cache": {
40
+ "eval_path": "/workspace/rs1b-token-cache/fineweb_edu_qwen3_eval_5000000.uint32",
41
+ "train_path": "/workspace/rs1b-token-cache/fineweb_edu_qwen3_train_after_eval5000000_1000000000.uint32"
42
+ },
43
+ "total_steps": 1907
44
+ }