DistillPrep
Python
GenAI
Coming Soon
S
ML System Design
N
NLP
M
Machine Learning
D
Deep Learning
Q
DB & SQL
T
DS & Statistics
O
MLOps
C
Cloud (ML-focused)
Blog
Learn
Practice
Test
Live Engine
Select Topic
Easy
(41)
Medium
(41)
Hard
(42)
easy
Autoregressive Generation
What is the mathematical operation applied to the raw model output (Logits,
z
i
z_i
z
i
) by the API parameter
Temperature
(
T
T
T
) prior to passing them through the Softmax function?
A
z
i
×
T
z_i \times T
z
i
×
T
B
z
i
+
T
z_i + T
z
i
+
T
C
z
i
/
T
z_i / T
z
i
/
T
D
e
(
z
i
⋅
T
)
e^{(z_i \cdot T)}
e
(
z
i
⋅
T
)
Confirm Answer
Previous
Back
Next