peft_model_RESTA / mergekit_config.yml
saransh03sharma's picture
Upload folder using huggingface_hub
c277d17 verified
{
"models": [
{
"model": "saransh03sharma/sft_model_state_dict-peft",
"parameters": {
"weight": 1.0
}
},
{
"model": "saransh03sharma/sft-unsafe-model-full",
"parameters": {
"weight": -1.0
}
}
],
"merge_method": "task_arithmetic",
"base_model": "google/gemma-3-1b-pt",
"dtype": "float16",
"output_dir": "sft_model_peft"
}