tatsu-lab / alpaca_eval

An automatic evaluator for instruction-following language models. Human-validated, high-quality, cheap, and fast.
https://tatsu-lab.github.io/alpaca_eval/
Apache License 2.0
1.46k stars 232 forks source link

Encountering Error about cannot reindex on an axis with duplicate labels #360

Closed URRealHero closed 2 months ago

URRealHero commented 3 months ago

After loading all the annotation chunk, it popped the ValueError image

WHAT should I do?

kkwhale7 commented 2 months ago

After loading all the annotation chunk, it popped the ValueError image

WHAT should I do?

Most likely, the two JSON files you provided contain either NAN or None. Please check them

YannDubs commented 2 months ago

Your input dataframe seems not well formatted. Maybe you have duplicated column names?