이렇듯 이 두 매개변수는 일관된 출력과 창의적인 출력의 균형을 조정할 때 유용합니다. 프로
젝트를 진행할 때는 직접 실험하길 권장합니다.
●
내용과 스타일이 일관적이어야 하는 출력의 경우,
temperature
와
top_p
값을 낮게 선택합니다.
예시: 코드 생성 -
temperature = 0.1
,
top_p = 0.1
●
‘객관적 사실’이 중요한 출력에서는 표현 방식의 중요도는 높지 않으므로 낮은
top_p
값을 설정하고, 더
자연스럽고 흥미로운 출력을 위해
temperature
값을 높입니다.
예시: 챗봇 응답 -
temperature = 1
,
top_p = 0.1
●
창의성이 필요한 출력에서는 높은
temperature
와
top_p
값을 설정합니다.
예시: 창의적 글쓰기 -
temperature = 1.2
,
top_p = 0.5
오픈
AI
는 가장 낮은 값의
temperature
와
top
_
p
로도 완전히 결정론적인 결과를 보장하지 않
지만, 일관성 있는 출력을 더 많이 기대할 수 있습니다. 또한, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.