You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered issues in each of the tutorials, requiring modifications to the code to make them work.
Now, during the evaluation with PPI, I get the following error:
ModuleNotFoundError: No module named 'ares.LLM_as_a_Judge_Adaptation.Late_Chunking_Classifier'
This indicates that the module "Late_Chunking_Classifier" does not exist, which is clearly not normal.
Additionally, just before encountering this error, I had to manually add the parameter "use_late_chunking", which seems to be required but is not defined anywhere in the code!
Could you please provide clarification or a fix for these issues?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I encountered issues in each of the tutorials, requiring modifications to the code to make them work.
Now, during the evaluation with PPI, I get the following error:
ModuleNotFoundError: No module named 'ares.LLM_as_a_Judge_Adaptation.Late_Chunking_Classifier'
This indicates that the module "Late_Chunking_Classifier" does not exist, which is clearly not normal.
Additionally, just before encountering this error, I had to manually add the parameter "use_late_chunking", which seems to be required but is not defined anywhere in the code!
Could you please provide clarification or a fix for these issues?
Thank you!
The text was updated successfully, but these errors were encountered: