Back to explore

Transforme LLM de código aberto em modelo de decisão rápido tipo Jev

Explica como transformar LLM de código aberto de baixo custo em modelos de decisão rápidos tipo Jev sem treinamento, e como pontuam o vocabulário para escolher a próxima palavra.

you can turn any low-cost open-source LLM into a Jev like fast decision model without training it. Here's how to do it: An LLM doesn't write text directly. At every step it scores every word in its vocabulary for how likely that word is to come next, and then it picks one. Those

· 0 likesOpen on X