dusturia-3.1 / config.json
luxmorocco's picture
Update config.json
223e800 verified
raw
history blame contribute delete
646 Bytes
{
"model_type": "causal_lm",
"base_model_name_or_path": "luxmorocco/dusturia-3.1",
"max_position_embeddings": 2048,
"hidden_size": 8192,
"num_attention_heads": 64,
"num_hidden_layers": 32,
"intermediate_size": 32768,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_eps": 1e-6,
"vocab_size": 50265,
"bos_token_id": 0,
"eos_token_id": 1,
"pad_token_id": 2,
"gradient_checkpointing": true,
"task_specific_params": {
"text-generation": {
"do_sample": true,
"max_length": 200,
"temperature": 0.7,
"top_p": 0.95,
"top_k": 50
}
},
"transformers_version": "4.44.0"
}