Asilarkness commited on
Commit
c082e83
·
verified ·
1 Parent(s): b18f643

checkpoint step 7000

Browse files
checkpoints/step-00007000/config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 256,
3
+ "sequence_length": 1024,
4
+ "local_dimension": 384,
5
+ "local_layers": 4,
6
+ "local_heads": 6,
7
+ "local_intermediate_size": 1536,
8
+ "dimension": 1024,
9
+ "heads": 16,
10
+ "intermediate_size": 12032,
11
+ "route_paths": 3,
12
+ "active_layers": 8,
13
+ "max_patches": 192,
14
+ "patch_rate": 0.125,
15
+ "entropy_threshold": 4.125,
16
+ "rope_theta": 10000.0,
17
+ "patch_aux_weight": 0.25,
18
+ "model_type": "cascade_byte_lm",
19
+ "architectures": [
20
+ "CascadeForCausalLM"
21
+ ]
22
+ }
checkpoints/step-00007000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fcb8463368e77382b7283f3f67e5e7e870f9d6417f6a2401f2c699ffdacf18
3
+ size 1997546578
checkpoints/step-00007000/training_state.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "step": 7000,
3
+ "tokens": 688128000,
4
+ "parameters": {
5
+ "total": 998694784,
6
+ "active": 340154240,
7
+ "shared": 10883968,
8
+ "active_path": 329270272
9
+ },
10
+ "batch_size": 96,
11
+ "sequence_length": 1024,
12
+ "loss": 1.046875,
13
+ "auxiliary_loss": 1.484375,
14
+ "gradient_norm": 0.16796875,
15
+ "route": 0,
16
+ "lr_scale": 0.991870616047187,
17
+ "tokens_per_second": 456360.79874713963,
18
+ "elapsed_seconds": 937.2799646530002,
19
+ "average_patch_bytes": 8.26709275922967,
20
+ "patch_coalesced_rate": 0.09375,
21
+ "gate": 0.515625,
22
+ "peak_vram_gib": 24.91581106185913,
23
+ "documents": {
24
+ "HuggingFaceFW/fineweb-edu:sample-10BT": 36388,
25
+ "HuggingFaceTB/finemath:finemath-4plus": 13245,
26
+ "HuggingFaceTB/smollm-corpus:cosmopedia-v2": 7947,
27
+ "open-r1/OpenR1-Math-220k:default": 16165,
28
+ "open-r1/codeforces-cots:solutions_w_editorials_py_decontaminated": 240
29
+ },
30
+ "source_bytes": {
31
+ "HuggingFaceFW/fineweb-edu:sample-10BT": 171440160,
32
+ "HuggingFaceTB/finemath:finemath-4plus": 65031432,
33
+ "HuggingFaceTB/smollm-corpus:cosmopedia-v2": 29558604,
34
+ "open-r1/OpenR1-Math-220k:default": 20691467,
35
+ "open-r1/codeforces-cots:solutions_w_editorials_py_decontaminated": 8875396
36
+ },
37
+ "validation_loss": 1.0859375
38
+ }