pythia-160m-dolphin-extended / adapter_config.json
jtatman's picture
Training in progress, step 200
0c66585 verified
raw
history blame
No virus
699 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "EleutherAI/pythia-160m-deduped",
"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": 16,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"embed_in",
"embed_out",
"lm_head"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}