Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Dec 1, 2024
1 parent 7d4f50b commit 24ea2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sampler = logits -> logitsample(top_p(temperature(logits)))

logits = randn(100)

# Get token probabilities from the sampler
# Get token probabilities with the transformed logits
probs = softmax(transform(logits))

# Sample a logit index from the sampler
Expand Down

0 comments on commit 24ea2bb

Please sign in to comment.