cer_model / adapter_config.json
urbija's picture
Training complete
d37ce85 verified
raw
history blame
No virus
602 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "dmis-lab/biobert-v1.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 8,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"value_proj",
"query_proj"
],
"task_type": "TOKEN_CLS",
"use_rslora": false
}