-
Notifications
You must be signed in to change notification settings - Fork 53
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
Error while training LLM judge #66
Comments
Also happens when not in notebook.
|
I have tried in on different hardware and OSes and run into the same problem everywhere. |
This happens even in a clean install in a clean VM when trying the example code for training a classifier. |
Solved by #71 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to train an LLM judge I get the following error.
I am using the xsmall model to make testing quicker and made the necessary change in embossing size in the CustomBERTModel class. The same error happens when using the (default) large model. I am using a shortened synthetic queries file to make testing quicker as well, but the same happens with the example file provided.
I am somewhat at a loss, since I am sure it was working earlier.
The text was updated successfully, but these errors were encountered: