imshadow0 commited on
Commit
705ef57
·
verified ·
1 Parent(s): 4b85ab4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "pycraft_decoder_only",
3
+ "vocab_size": 32000,
4
+ "d_model": 512,
5
+ "n_layers": 8,
6
+ "n_heads": 8,
7
+ "n_kv_heads": 2,
8
+ "d_ff": 1408,
9
+ "max_seq_len": 1024,
10
+ "use_qk_norm": true,
11
+ "rope_theta": 10000.0,
12
+ "dropout": 0.0,
13
+ "architecture_notes": {
14
+ "attention": "Grouped Query Attention GQA 8Q/2KV",
15
+ "positional": "RoPE rotary embeddings",
16
+ "qk_norm": "RMSNorm on Q and K OLMo2 Qwen3 2025",
17
+ "ffn": "SwiGLU gated feedforward",
18
+ "norm": "RMSNorm pre-norm",
19
+ "objective": "Causal LM plus FIM 50 percent PSM format"
20
+ },
21
+ "training_summary": {
22
+ "pretrain_steps": 4000,
23
+ "pretrain_loss": 1.16,
24
+ "pretrain_ppl": 3.2,
25
+ "tokens_seen": "1.05B",
26
+ "sft_steps": 400,
27
+ "sft_loss": 1.15,
28
+ "sft_ppl": 3.15,
29
+ "hardware": "NVIDIA RTX 3050 Laptop 4GB VRAM"
30
+ }
31
+ }