sft_model_RESTA / mergekit_config.yml
saransh03sharma's picture
Upload folder using huggingface_hub
9759f27 verified
{
"models": [
{
"model": "saransh03sharma/sft_model_state_dict-full",
"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_full"
}