basicmood / adapter_config.json
MoodChartAI's picture
Upload 8 files
4ff98c8 verified
raw
history blame
595 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "EleutherAI/gpt-neo-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": 7,
"lora_dropout": 0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 17,
"rank_pattern": {},
"revision": null,
"target_modules": [
"Wqkv",
"out_proj"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}