pythia-1b-ft-math / adapter_config.json
Wimplex's picture
Training in progress, step 2000
0093dc8
raw
history blame contribute delete
451 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "EleutherAI/pythia-1b",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"query_key_value",
"dense"
],
"task_type": "CAUSAL_LM"
}