DeepSilence-Harad-zero-peft-1.3B / adapter_config.json
iDSLR's picture
silence ํ•™์Šต - lr=15e-4, steps=3000, noise_min=0, noise_max=128
ab381f9 verified
raw
history blame contribute delete
599 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "42dot/42dot_LLM-PLM-1.3B",
"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": 32,
"lora_dropout": 0.0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}