From 481ef187a566ac91510922b1137a0f83ee5bec23 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 19 Sep 2023 19:10:21 -0400 Subject: [PATCH] update README for IA3 peft --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9afc37c43..bd0426b4c 100644 --- a/README.md +++ b/README.md @@ -562,6 +562,9 @@ lora_modules_to_save: # Make sure `lora_model_dir` points to this directory if you want to use the trained model. lora_out_dir: lora_fan_in_fan_out: false +ia3_target_modules: # target modules for IA3, for llama, k, v, and down projections +ia3_feedforward_modules: # ffn modules for IA3, for llama down projection +ia3_fan_in_fan_out: # ReLoRA configuration # Must use either 'lora' or 'qlora' adapter, and does not support fsdp or deepspeed