File size: 577 Bytes
19ee265 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"auto_mapping": {
"base_model_class": "MLP",
"parent_library": "test_regression"
},
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_logits_std": 0.1,
"init_vector_bank_bound": 0.02,
"layers_pattern": null,
"layers_to_transform": null,
"modules_to_save": null,
"num_vectors": 2,
"peft_type": "VBLORA",
"r": 4,
"revision": null,
"save_only_topk_weights": false,
"target_modules": [
"lin0"
],
"task_type": null,
"topk": 2,
"vblora_dropout": 0.0,
"vector_length": 1
} |