xfsfsfsf-4bit / config.json
Hjgugugjhuhjggg's picture
Update config.json
72b5daf verified
Raw
History Blame Contribute Delete
983 Bytes
{
"vocab_size": 49152,
"max_position_embeddings": 8192,
"hidden_size": 576,
"intermediate_size": 1536,
"num_hidden_layers": 30,
"num_attention_heads": 9,
"num_key_value_heads": 3,
"hidden_act": "silu",
"initializer_range": 0.041666666666666664,
"rms_norm_eps": 1e-05,
"use_cache": true,
"rope_theta": 100000,
"attention_bias": false,
"attention_dropout": 0.0,
"mlp_bias": false,
"head_dim": 64,
"return_dict": true,
"torch_dtype": "float32",
"tie_word_embeddings": true,
"is_encoder_decoder": false,
"max_length": 20,
"min_length": 0,
"do_sample": false,
"num_beams": 1,
"temperature": 1.0,
"top_k": 50,
"top_p": 1.0,
"repetition_penalty": 1.0,
"length_penalty": 1.0,
"num_return_sequences": 1,
"output_scores": false,
"return_dict_in_generate": false,
"architectures": ["LlamaForCausalLM"],
"bos_token_id": 1,
"pad_token_id": 2,
"eos_token_id": 2,
"model_type": "llama",
"transformers_version": "4.47.1"
}