Inconsistent parameters recommendation

#23
by PhilippeEiffel - opened

Thanks for giving your great models to the community!

I noticed a divergence in parameters. The model card has 2 sections:

  • the green rectangle "We recommend using the following set of sampling parameters for generation"
    Instruct (or non-thinking) mode for reasoning tasks: temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0
  • the Best Practices section with "To achieve optimal performance, we recommend the following settings:"
    Instruct (or non-thinking) mode for reasoning tasks: temperature=1.0, top_p=1.0, top_k=40, min_p=0.0, presence_penalty=2.0, repetition_penalty=1.0

Could you please fix the model card?

FYI I re-read the model card today and both sections now show identical values. The card seems to have been updated so this is no longer an issue.

Sign up or log in to comment