BinGSE-Sheared-LLaMA / adapter_config.json
tsirif's picture
Upload model
8463bd4 verified
raw
history blame
921 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "LlamaEncoderModel",
"parent_library": "transformers_modules.McGill-NLP.LLM2Vec-Sheared-LLaMA-mntp.eb4ee4c1f922be3c5961d26eb954d0755aa9b77c.modeling_llama_encoder"
},
"base_model_name_or_path": "princeton-nlp/Sheared-LLaMA-1.3B",
"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.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_proj",
"down_proj",
"v_proj",
"q_proj",
"o_proj",
"gate_proj",
"up_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}