testing_fine_tune_qa / adapter_config.json
snoop088's picture
Training in progress, epoch 1
444b1d9
raw
history blame
No virus
616 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "bigscience/bloom-3b",
"bias": "all",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"qa_outputs.weight",
"qa_outputs.bias"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query_key_value"
],
"task_type": "QUESTION_ANS"
}