Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 314 Bytes

SAMPLING.md

File metadata and controls

12 lines (9 loc) · 314 Bytes

Sampling and penalty techniques in mistral.rs

We currently support the following sampling and penalty techniques in mistral.rs:

  • Top K
  • Top P
  • Min P
  • Dry Penalty
  • Frequency Penalty
  • Presence Penalty

Please suggest more by raising an issue!