Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #114

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Main #114

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/en/week06/session2.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@ for temp in temperatures:

---

## 9. Closing Remarks
## Conclusion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (documentation): Consider enhancing the conclusion with a brief summary of key points

To make the conclusion more valuable, consider adding a concise recap of the main concepts covered in this session. This will reinforce the learning and provide a quick reference for readers.

Suggested change
## Conclusion
## Conclusion
In this session, we explored:
- The importance of sampling methods in LLM APIs
- Key parameters like temperature and top-p
- Strategies for balancing creativity and coherence
- Techniques for tailoring output to specific formats
Understanding these concepts is crucial for leveraging LLMs effectively.


Understanding and effectively using sampling methods is essential for harnessing the full potential of LLM APIs. By mastering these parameters, you can generate text that meets specific requirements for creativity, coherence, and format. Continue to experiment and explore the possibilities offered by these powerful tools.
2 changes: 1 addition & 1 deletion book/ko/week06/session2.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,6 @@ for temp in temperatures:

---

## 9. 마무리 발언
## 결론

샘플링 방법을 이해하고 효과적으로 사용하는 것은 LLM API의 잠재력을 최대한 활용하는 데 필수적입니다. 이러한 매개변수를 마스터함으로써 창의성, 일관성, 형식에 대한 특정 요구사항을 충족하는 텍스트를 생성할 수 있습니다. 계속해서 실험하고 이 강력한 도구들이 제공하는 가능성을 탐구하세요.