nanochat-d20 / config.json
burtenshaw's picture
burtenshaw HF Staff
Upload config.json with huggingface_hub
497db53 verified
raw
history blame contribute delete
733 Bytes
{
"architectures": [
"NanoChatForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 0,
"dtype": "bfloat16",
"eos_token_id": 65531,
"hidden_act": "relu2",
"hidden_size": 1280,
"initializer_range": 0.02,
"intermediate_size": 5120,
"logits_soft_cap": 15.0,
"max_position_embeddings": 2048,
"model_type": "nanochat",
"num_attention_heads": 10,
"num_hidden_layers": 20,
"num_key_value_heads": 10,
"pad_token_id": 65531,
"rms_norm_eps": 1e-06,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"transformers_version": "5.0.0.dev0",
"use_cache": true,
"vocab_size": 65536
}