PebbleLM-117M / config.json
nameissakthi's picture
Update README with usage instructions
0f471e8
raw
history blame contribute delete
500 Bytes
{
"model_type": "pebblellm",
"architectures": ["PebbleLMForCausalLM"],
"vocab_size": 16384,
"hidden_size": 1024,
"num_hidden_layers": 8,
"num_attention_heads": 16,
"head_dim": 64,
"intermediate_size": 4096,
"max_position_embeddings": 1024,
"rope_theta": 10000.0,
"rms_norm_eps": 1e-6,
"tie_word_embeddings": true,
"hidden_act": "gelu",
"dropout": 0.0,
"attention_dropout": 0.0,
"torch_dtype": "float16",
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0
}