granite-3.0-2b-instruct-voice / adapter_config.json
rawkintrevo's picture
rawkintrevo/granite-3.0-2b-instruct-voice
6af9b6b verified
raw
history blame contribute delete
769 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "GraniteForCausalLM",
"parent_library": "transformers.models.granite.modeling_granite"
},
"base_model_name_or_path": "ibm-granite/granite-3.0-2b-instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"v_proj",
"q_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}