Skip to content
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

Solve llm judge training error #71

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

WJ44
Copy link
Contributor

@WJ44 WJ44 commented Aug 29, 2024

Do not filer rows without generated answers when training Context Relevance LLM Judge. Not only does this cause only positive samples to be present in the training set, it also causes a (CUDA) error during training because only one label exists.

@WJ44
Copy link
Contributor Author

WJ44 commented Aug 30, 2024

While going through the code to solve the error I was encountering I noticed some additional things that I believe to be bugs so I fixed those as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant