-
Notifications
You must be signed in to change notification settings - Fork 202
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
ValueError: cannot reindex on an axis with duplicate labels #103
Comments
What exactly is your setting? |
Thank you for your reply, I change to use google-gemini, This error no longer occurs,now my setting is below: use_wandb: False annotator: predictor: meta_prompts: eval: llm: stop_criteria: But I find the predicition and annotation are all Nan so in evaluator.py, here will raise ValueError: unknown is not supported |
Can you attach the logs? |
I use local models to run,but in the below line will raise "ValueError: cannot reindex on an axis with duplicate labels".
base_dataset.py:78
self.records.update(records)
The text was updated successfully, but these errors were encountered: