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.
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.
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.