Back to explore

오픈소스 LLM을 Jev와 같은 빠른 의사결정 모델로 전환

훈련 없이 저비용 오픈소스 LLM을 Jev와 같은 빠른 의사결정 모델로 전환하는 방법과 LLM이 어휘 점수로 다음 단어를 선택하는 원리를 설명합니다.

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