-
Notifications
You must be signed in to change notification settings - Fork 59
plug-and-play.sh bugs #24
Copy link
Copy link
Open
Description
There appears to be an issue with the plug-and-play.sh script where ${MODEL_NAME} is referenced before it's defined. It seems like RoG was intended to be the default model. Should the line be updated to: RULE_PATH=results/gen_rule_path/${DATA_NAME}/RoG/test/predictions_${N_BEAM}_False.jsonl?
Regarding other LLMs, the default model path specified in https://github.com/RManLuo/reasoning-on-graphs/blob/master/src/llms/language_models/alpaca.py uses an in-house absolute path. Should this be updated to a Hugging Face URL instead? Would wxjiao/alpaca-7b be an appropriate substitute?
Thank you for your diligent work and the code you've shared; it's been incredibly useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels