fine_tunned_phi3.5 / pipeline_config.json
belal271's picture
Upload pipeline_config.json with huggingface_hub
83d9f35 verified
raw
history blame contribute delete
331 Bytes
{
"task": "text-generation",
"framework": "pytorch",
"model": {
"name": "belal271/fine_tunned_phi3.5",
"type": "PhiForCausalLM",
"quantization": "4bit"
},
"generation": {
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.95,
"do_sample": true
}
}