Clef-0.2B / config.json
haster's picture
Clef-0.2B: safetensors weights, tokenizer, model card
594abe6 verified
Raw
History Blame Contribute Delete
533 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"hidden_size": 1024,
"intermediate_size": 2816,
"num_hidden_layers": 17,
"num_attention_heads": 16,
"num_key_value_heads": 4,
"head_dim": 64,
"hidden_act": "silu",
"max_position_embeddings": 4096,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"vocab_size": 9507,
"tie_word_embeddings": true,
"attention_bias": false,
"mlp_bias": false,
"torch_dtype": "bfloat16",
"bos_token_id": 1,
"eos_token_id": 2
}