Closed u7122029 closed 2 months ago
To ensure consistency and peace of mind, I want to check that the logits are not different between the following two methods:
.generate()
output_logits
.lm_head()
To ensure consistency and peace of mind, I want to check that the logits are not different between the following two methods:
.generate()
method viaoutput_logits
argument,.generate()
then computing logits via.lm_head()
method.