test_result / config.json
karimasbar's picture
Update config.json
b6253ed
raw
history blame contribute delete
No virus
356 Bytes
{
"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"
]
}