File size: 299 Bytes
f94f9c1 3590321 f94f9c1 3590321 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"architectures": ["TinyStoriesGPT"],
"d_model": 512,
"n_layers": 16,
"n_heads": 8,
"ffn_dim": 2048,
"vocab_size": 12288,
"max_seq_len": 512,
"tie_word_embeddings": true,
"norm": "rmsnorm",
"activation": "gelu",
"attn": "causal",
"dtype": "float32",
"n_params": 56902144
} |