TIPO-500M-ft / config.json
KBlueLeaf's picture
Upload directory '.' with hfutils v0.7.1, on 2025-01-10 23:12:54 CST
6a48c03 verified
{
"_name_or_path": "KBlueLeaf/TIPO-500M",
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 1280,
"initializer_range": 0.02,
"intermediate_size": 3840,
"max_position_embeddings": 2048,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 20,
"num_hidden_layers": 20,
"num_key_value_heads": 20,
"pad_token_id": 2,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.47.1",
"use_cache": false,
"vocab_size": 32013
}