BasicsEssential terms for understanding AI and large language models
温度
A parameter controlling output randomness: higher is more creative, lower is more deterministic.
Temperature usually ranges from 0 to 2: values near 0 favor high-probability answers for factual tasks; higher values add diversity for creative writing. It is often combined with top-p to balance randomness and stability.