base_model_name_or_path
string | bias
string | fan_in_fan_out
bool | inference_mode
bool | init_lora_weights
bool | lora_alpha
int64 | lora_dropout
float64 | modules_to_save
null | peft_type
string | r
int64 | target_modules
sequence | task_type
string |
---|---|---|---|---|---|---|---|---|---|---|---|
model | none | false | true | true | 32 | 0.1 | null | LORA | 32 | [
"query_key_value",
"dense",
"dense_h_to_4h",
"dense_4h_to_h"
] | CAUSAL_LM |