Please how can I get the target_modules for LLMs in general? I need this for fine-tuning
The following should do the trick:
- q_proj - v_proj - k_proj - o_proj - gate_proj - down_proj - up_proj
· Sign up or log in to comment