tiny_llm_sft_92m / config.json
wdndev's picture
update
27aa048
raw
history blame contribute delete
No virus
664 Bytes
{
"architectures": [
"TinyllmForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_tinyllm.TinyllmConfig",
"AutoModelForCausalLM": "modeling_tinyllm.TinyllmForCausalLM"
},
"attention_dropout": 0.0,
"hidden_act": "silu",
"hidden_size": 512,
"initializer_range": 0.02,
"intermediate_size": 1408,
"max_position_embeddings": 1024,
"model_type": "tinyllm",
"num_attention_heads": 8,
"num_hidden_layers": 8,
"num_key_value_heads": 8,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.38.2",
"use_cache": true,
"vocab_size": 64798
}