-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feat]COT Reasoning 학습 및 추론 기능 추가 #63
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eyeol
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
시간이 촉박해서 대략적으로 확인했습니다. 고생하셨습니다!
canolayoo78
approved these changes
Nov 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Summary
Chain Of Thought 방식으로 학습이 가능하며, 랭체인을 통해 COT 방식으로 추론 또한 가능하도록 하였습니다.
✅ Checklist
[ ] 문서 업데이트가 포함되었습니다.📄 Description
without_system_rule
을 Deprecated 시켰습니다.user
와assistant
만 존재합니다.system message
는 base의 user prompt 상단으로 이동하였습니다.system role
이 없어짐에 따라 data loader 클래스들을 간소화 시켰습니다.langchain
으로 추론할 수 있는inference_langchain.py
를 생성하였습니다.reasoning
생성을 하는 노트북을 추가하였습니다.💡 Notice (Optional)
코드 정리를 하며 System Prompt를 일괄 삭제하였습니다. User의 Prompt안에 지시사항을 전부 넣게 통일하였습니다.
🔗 Related Issue(s)
close #46