manulthanura's picture
Create config.json
73fbfb9 verified
raw
history blame contribute delete
256 Bytes
{
"model_type": "gemma",
"vocab_size": 50257,
"n_positions": 1024,
"n_ctx": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"activation_function": "gelu_new",
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-5
}