Skip to content

Commit

Permalink
Added more model config parameters for qlora
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal authored and openshift-merge-bot[bot] committed Sep 24, 2024
1 parent ee3fc6b commit e25788e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/kfto/core/config_qlora.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"response_template": "\n### Label:",
"dataset_text_field": "output",
"use_flash_attn": false,
"peft_method": "qlora",
"peft_method": "lora",
"r": 8,
"lora_dropout": 0.05,
"lora_alpha": 16,
"target_modules": ["all-linear"],
"use_4bit": true,
"bnb_4bit_compute_dtype": "float16",
"bnb_4bit_quant_type": "nf4",
"use_nested_quant": false,
"fp16": false,
"bf16": false
"fp16": true
}

0 comments on commit e25788e

Please sign in to comment.