Default parameters for the model

#67
by skylord - opened

what are the default parameters for the model. Considering that its run without specifically setting of the params. Then what params is set (temp, top_token etc.) I am trying to replicate a result that appears in the default call (w/o setting any params). The query is a binary classifier that gets corrected after the LLM is asked to provide an explaination. Trying to see what params make it provide the same response

I have been comparing this model against alternatives for similar tasks. The easiest way to benchmark is using a unified API that supports all models.

With Crazyrouter, you can test multiple models with the same code β€” just change the model name. Here is my comparison guide: Model Comparison

Sign up or log in to comment