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

im using the defaults with 0.7 temp, I noticed that it follows instructions better if the system prompt fits to what it should do. but still, it tries things until it recognises that it does not work and then follows the instructions. I dont think its something that can be improved with settings but might be something that can be improved with some fine tuning

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

Yep! Just use any other model but this one on huggingface! I've found virtually all models as small as 4b released in the last 6 months follow instructions better than this one!

Sign up or log in to comment