Views
No views yet
| metric | value |
|---|---|
step | 17196 |
smooth_train_loss | 2.8620191418741356 |
min_objective | 0.9651855605485485 |
flops_used | 2.8502607518490427e+19 |
flops_per_token | 3161456704.0 |
total_training_time | 57116.35928058624 |
1{
2 "model_pt": {
3 "sequence_len": 1024,
4 "vocab_size": 64000,
5 "n_layer": 24,
6 "n_head": 16,
7 "n_embd": 1024,
8 "intermediate_size": 4096,
9 "rope_theta": 10000.0,
10 "attention_dropout": 0.1,
11 "weight_tying": false,
12 "head_bias": false,
13 "initializer_range": 0.02,
14 "nanochat_init": false,
15 "attn_implementation": "sdpa",
16 "explicit_additive_mask": true
17 },
18 "model_ppt": null,
19 "optim": {
20 "matrix_lr": 0.0005,
21 "embedding_lr": 0.0005,
22 "unembedding_lr": 0.0005,
23 "weight_decay": 0.0001
24 },
25 "train": {
26 "num_iterations": 1000,
27 "eval_every_n_steps": 1000,
28 "eval_every_flops_frac": null,
29 "save_every_n_steps": null,
30 "save_at_steps": null,
31 "log_every_n_steps": 10,
32 "eval_at_end": true,
33 "save_at_end": true,
34 "grad_clip": 1.0,
35 "ema_beta": 0.9
36 },
37 "eval": {
38 "eval_steps": 16,
39 "eval_tokens": 2016000
40 },
41 "hardware": {
42 "device_batch_size": 64,
43 "grad_accum_steps": 4,
44 "peak_tflops": 2250.0
45 },
46 "wandb": {
47 "enabled": true,
48 "notes": "",
49 "group": "repro_vanilla_owt",
50 "tags": [
51 "hf_llama",
52 "vocab_64000",
53 "pt_owt-gpt2bpe-9B",
54 "seed_0",
55 "no_ppt"
56 ],
57 "entity": null
58 },
59 "data_pt": "owt-gpt2bpe-9B",
60 "data_ppt": null,
61 "extra_eval": [
62 "fineweb-gpt2bpe-20B",
63 "c4-gpt2bpe-10B",
64 "nca-paper-1024"
65 ],
66 "train_split": "train",
67 "pad_vocab": 64000,
68 "lr_kind": "cosine",
69 "lr_warmup_ratio": 0.1,
70 "lr_warmdown_ratio": 0.0,
71 "lr_final_frac": 0.0,
72 "ppt_lr": 0.0001,
73 "ppt_weight_decay": 0.0,
74 "ppt_grad_clip": 0.0,
75 "ppt_device_batch_size": 8,
76 "ppt_grad_accum_steps": 1,
77 "ppt_lr_kind": "cosine",
78 "ppt_lr_warmup_ratio": 0.1,
79 "ppt_lr_warmdown_ratio": 0.0,
80 "ppt_tokens": null,
81 "pt_tokens": null,
82 "eval_tokens": 2016000,
83 "reinit_embed_at_transition": true,
84 "reset_optimizer_at_transition": true,
85 "depth": null,
86 "compile_model": false,
87 "model_project": "nca-repro",
88 "run_name": "vanilla_owt_untied_seed0",
89 "target_flops": 0.0,
90 "alpha_ppt": 0.0,
91 "use_measured_flops": true,
92 "flops_per_token": null,
93 "seed": 0,
94 "push_to_hf": true,
95 "hf_repo_org": "alexkstern"
96}model_017196.pt — model weights (state_dict).meta_017196.json — training metadata.config_017196.json — run config snapshot.rng_017196.pt — RNG state (when present).