-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add Hermes 2.5 to OpenOrcaAdapter #2634
Conversation
They use the same prompt format
could you resolve conflict? |
Updated |
Okay, it seems the actual setting of the template moved places after my original commit, which wasnt obvious when having to resolve the conflict at first, and it had to be reimplemented in the final call of that method. |
well I tried it now but found that it has a preset system prompt: Not ideal for my model so I will redo a new one :D |
Add "hermes2" template
add Hermes2Adapter model adapter
Okay, it should be good to go now Hermes2Adapter :) |
Reversed my changes to the OpenOrca mistral adapter as well |
fix model_path.lower call
@teknium1 any luck getting it work? |
No not yet I had to focus on other things, will return to it on mon or tues |
@teknium1 any update? we'd love to host your model on Arena! |
I am just not sure what it needs to work - adding the Hermes adapter did not result in it using the format, instead defaulted to llama-2-chat format. The only issue is I can use orca mistral 7b format but it has a very bad system prompt that I dont want to use |
|
We rebased and restarted, new PR is here: #2725 Closing this one |
They use the same prompt format
Why are these changes needed?
This adds support for the OpenHermes 2.5 model, I added it under OpenOrca's because they use the same format, though you may prefer it have it's own. Let me know.