Instructions following mode

#32
by btvd - opened

Hey, community! Have you figured out how to set sampling parameteres for Laguna to make it follow the instructions? Thank you/

Hey!

I'm using these. Works well for my coding project.

--chat-template-file "./chat_template.jinja"   <---- JINJA file from this repo
--temperature 0.8
--top-k 40
--repeat-penalty 1.05
--presence-penalty 0.05
--top-p 0.95
--min-p 0.05

Sign up or log in to comment