pccot-gpt2 / adapter_config.json
whynlp's picture
Upload model
f3369be verified
raw
history blame contribute delete
942 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "PCCoTGPT2LMHeadModel",
"parent_library": "models.modeling_gpt2"
},
"base_model_name_or_path": "gpt2",
"bias": "none",
"corda_config": null,
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_bias": false,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"rank_pattern": {},
"revision": null,
"target_modules": [
"c_proj",
"c_attn",
"c_fc"
],
"task_type": null,
"trainable_token_indices": {
"wte": [
50257,
50258,
50259,
50260,
50256
]
},
"use_dora": false,
"use_rslora": false
}