Files
yayi-7b-llama2/config.json

27 lines
632 B
JSON
Raw Permalink Normal View History

2023-07-22 22:05:53 +08:00
{
2023-07-23 02:59:05 +00:00
"_name_or_path": "wenge-research/yayi-7b-llama2",
2023-07-22 22:05:53 +08:00
"architectures": [
"LlamaForCausalLM"
],
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 2048,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
2023-07-23 02:59:05 +00:00
"transformers_version": "4.31.0",
2023-07-22 22:05:53 +08:00
"use_cache": false,
"vocab_size": 32005
}