We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3fc6b commit e25788eCopy full SHA for e25788e
1 file changed
tests/kfto/core/config_qlora.json
@@ -15,12 +15,13 @@
15
"response_template": "\n### Label:",
16
"dataset_text_field": "output",
17
"use_flash_attn": false,
18
- "peft_method": "qlora",
+ "peft_method": "lora",
19
+ "r": 8,
20
+ "lora_dropout": 0.05,
21
+ "lora_alpha": 16,
22
"target_modules": ["all-linear"],
23
"use_4bit": true,
24
"bnb_4bit_compute_dtype": "float16",
25
"bnb_4bit_quant_type": "nf4",
- "use_nested_quant": false,
- "fp16": false,
- "bf16": false
26
+ "fp16": true
27
}
0 commit comments