1gpu-llm-small-en-it-base / recommended_decoding_params.json
nazdef's picture
Add files using upload-large-folder tool
0982b30 verified
Raw
History Blame Contribute Delete
611 Bytes
{
"preset_name": "balanced",
"selection_rule": "recommended by tuning sweep and confirmed as holdout rank 1",
"params": {
"max_new_tokens": 64,
"temperature": 0.8,
"top_k": 50,
"top_p": 0.95,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 0
},
"holdout_metrics": {
"score": 3.188462652470918,
"prompt_pass_rate": 0.3333333333333333,
"completion_rate": 1.0,
"distinct_2": 0.9244288224956063,
"language_consistency_mean": 0.9761904761904763,
"loop_rate": 0.0,
"repeated_4gram_rate": 0.16666666666666666,
"language_switch_rate_mean": 0.0
}
}