CausalLM-Platypus-14B / config.json
KnutJaegersberg's picture
Upload 14 files
663a1cb
raw
history blame
No virus
703 Bytes
{
"_name_or_path": "/run/media/knut/HD2/CausalLM-14B/",
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"bos_token_id": 151643,
"eos_token_id": 151643,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13696,
"max_position_embeddings": 8192,
"model_type": "llama",
"num_attention_heads": 40,
"num_hidden_layers": 40,
"num_key_value_heads": 40,
"pad_token_id": 151643,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.35.2",
"use_cache": false,
"vocab_size": 152064
}