-
Notifications
You must be signed in to change notification settings - Fork 20
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
unify parameters and prompt with config #99
Conversation
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.
Can you add more guidance about how to use this config when running one experiments in the README?
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.
Additionally, I think when using the config, the input param of the agent_base.py should be changed, right? Is this PR finished yet or you are still working on adding those things in the agent_base.py?
related_paper_num: 10 | ||
base_llm: "mistralai/Mixtral-8x7B-Instruct-v0.1" | ||
|
||
prompt: |
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.
Probably we should name them as prompt_template since they are not the real prompt.
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.
I think yaml should not be put under utils, but in config folder or data folder
research_town/utils/config.py
Outdated
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.
We probably should add a separate config folder for this.
https://github.com/RUC-NLPIR/FlashRAG/tree/main/flashrag/config
Similar to this one, with a basic yaml for users and real experiment yaml in the scripts folder or data folder
thanks @ft2023 , i will review later. |
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.
all the pycache should not exist in the PR.
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.
Why pyc file are in the github? These files should not be inlcuded.
this PR is deprecated. the new one appears in #150 |
the same function has been rewritten in #199. So close this PR. |
Closes #46
π Description
β Checks
type/descript
(e.g.feature/add-llm-agents
)βΉ Additional Information
add: yacs