manisnesan / til

collection of today i learned scripts
4 stars 0 forks source link

Speculative Sampling #54

Open manisnesan opened 1 year ago

manisnesan commented 1 year ago

Speculative sampling is a technique used in machine learning and natural language processing. It involves generating multiple possible outputs or continuations of a sequence using a draft model, and then scoring them in parallel using a larger model. This allows for faster decoding and can lead to speedups in large language models. Speculative sampling is used to accelerate transformer decoding and improve the efficiency of language models.

manisnesan commented 1 year ago

johnowhitaker video on this topic