Blue team · Lab

Sampling parameters and a model A/B

Turn "the model felt random / slow / dumb" into numbers you can defend: determinism versus temperature, and size versus speed on your own hardware.

~40 min · LM Studio · 6 steps

New to AnythingLLM? Do the one-time setup first — it takes about five minutes.

  1. Load a small model (roughly 1–3B parameters) in LM Studio.

  2. Set temperature to 0, then send the same prompt five times, starting a fresh chat each time so history does not change the input.

  3. Raise temperature to about 1.0 and repeat the same five runs.

  4. Try the same at a low top_p (e.g. 0.1) versus the default, with temperature held constant.

  5. Note the tokens-per-second LM Studio reports for each response.

  6. Download a larger model in the same family, ask it the identical set of questions, and record tokens/sec and answer quality side by side.

What to notice