File size: 356 Bytes
5e68750 b6253ed 37e655b 5e68750 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"model_lib": "meta-llama/Llama-2-7b-chat-hf ",
"local_id": "karimasbar/results",
"conv_template": "redpajama_chat",
"temperature": 0.7,
"repetition_penalty": 1.01,
"top_p": 0.95,
"mean_gen_len": 128,
"shift_fill_factor": 0.3,
"estimated_vram_req": 2254857830,
"tokenizer_files": [
"tokenizer.json"
]
}
|