Small readme change needed for run parameters

#1
by krampenschiesser - opened

Hey! thank you for another awesome model.
The run parameters her are different from the documentation

https://docs.liquid.ai/lfm/models/lfm25-8b-a1b#llama-cpp
--temp 0.1 --top-k 50 --repeat-penalty 1.05

https://huggingface.co/LiquidAI/LFM2.5-8B-A1B

        temperature: 0.2
        top_p: 80 --> probably top_k?
        repetition_penalty: 1.05
Liquid AI org

Hi! The parameters on HF we found to be the best, but the docs parameters also should be OK.

I'll update the docs to match HF parameters for consistency, thank you for flagging this!

jbuchananr changed discussion status to closed

Sign up or log in to comment