mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-23 10:11:37 +00:00
10 lines
296 B
JSON
10 lines
296 B
JSON
{
|
|
"r": 128,
|
|
"embedding_lora_dropout": 0.0,
|
|
"linear_lora_dropout": 0.1,
|
|
"lora_alpha": 32,
|
|
"lora_train_bias": "all",
|
|
"lora_initialization_method": "PiSSA",
|
|
"target_modules": ["q_proj", "o_proj", "k_proj", "v_proj", "gate_proj", "up_proj", "down_proj", "embed_tokens"]
|
|
}
|