Llama-2-7b-chat-hf-function-calling / generation_config.json
RonanMcGovern's picture
Upload LlamaForCausalLM
95d1fbe
raw
history blame
No virus
297 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"max_length": 4096,
"max_memory": {
"cpu": 25548165120
},
"no_split_module_classes": [
"LlamaDecoderLayer"
],
"pad_token_id": 0,
"special_dtypes": {},
"temperature": 0.9,
"top_p": 0.6,
"transformers_version": "4.32.0.dev0"
}