File size: 432 Bytes
c6c9cdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "architectures": ["TinyStoriesGPT"],
  "model_type": "tinystories-gpt",
  "D": 384,
  "L": 12,
  "H": 8,
  "FFN": 1536,
  "vocab_size": 8192,
  "max_position_embeddings": 512,
  "n_params": 24585600,
  "tie_word_embeddings": true,
  "norm": "RMSNorm",
  "ffn": "GELU",
  "attn": "causal SDPA (fused qkv)",
  "trained_on": "roneneldan/TinyStories",
  "step": 6000,
  "val_nats": 2.1618,
  "val_ppl": 8.76,
  "dtype": "float32"
}