UniFilter-Qwen3-0.6B / generation_config.json
weizhiwang's picture
Upload folder using huggingface_hub
5bf951b verified
raw
history blame contribute delete
279 Bytes
{
"attn_implementation": "flash_attention_2",
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"num_labels": 1,
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "4.51.0"
}