-
Notifications
You must be signed in to change notification settings - Fork 0
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
Retrain extractor using llama 2, minstrel, or some other LLM #14
Comments
The following needs to be done:
Yields:
|
It may be useful to wrap said script into some sort of Modal command line utility, so we can point it at a dataset and retrain, rename, and track models at will. So, when we get around to doing the damage calculations in addition to this stuff, it'll be super easy to train the models without having to do too much |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current LLM parser uses Bloom, which is now been surpassed by other LLM models. Would love to substitute this model with llama 2, minstrel, or some other instruction fine-tuned LLM.
The text was updated successfully, but these errors were encountered: