gLM2_150M-promoter_tata-lora / adapter_config.json
alejandralopezsosa's picture
init commit
ea5bbeb
raw
history blame
728 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "gLM2ForSequenceClassification",
"parent_library": "__main__"
},
"base_model_name_or_path": "tattabio/gLM2_150M",
"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": 8,
"lora_dropout": 0.5,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"score"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"wqkv"
],
"task_type": "SEQ_CLS",
"use_dora": false,
"use_rslora": false
}