xdomain-ser-extractor / adapter_config.json
DavanHarrison's picture
Initial release: SER LoRA adapter (GEM 2026)
8621f7a verified
Raw
History Blame Contribute Delete
1.01 kB
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
"bias": "all",
"corda_config": null,
"eva_config": {
"adjust_scaling_factors": true,
"label_mask_value": -100,
"rho": 2.0,
"tau": 0.99,
"use_label_mask": true,
"whiten": false
},
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": "eva",
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_bias": false,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"rank_pattern": {},
"revision": null,
"target_modules": [
"down_proj",
"v_proj",
"k_proj",
"q_proj",
"gate_proj",
"up_proj",
"o_proj"
],
"task_type": "CAUSAL_LM",
"trainable_token_indices": null,
"use_dora": false,
"use_rslora": true
}