FastVLM-1.5B / post_config.json
wli1995's picture
Upload c++ demo
49c9770 verified
{
"enable_temperature" : true,
"temperature" : 0.1,
"enable_repetition_penalty" : false,
"repetition_penalty" : 2,
"penalty_window" : 30,
"enable_top_p_sampling" : false,
"top_p" : 0.8,
"enable_top_k_sampling" : true,
"top_k" : 10
}