Datasets:
Issue Accessing 'test' Split in kobest_v1 Dataset After Recent Restructure
Hello,
I've encountered an issue following a recent restructure. After these changes, the lm-evaluation-harness
tool can no longer access the 'test'
split of the dataset, resulting in a KeyError: 'test'
.
This issue seems to be caused by the dataset's restructuring, which may have affected the test split's availability or its structure. It was working fine before these changes were made.
@haebo1 , could you please look into this issue? It's currently impacting the ability to evaluate models using this dataset. If any additional information or action on my part is needed, please let me know.
Thank you for your attention to this matter.
Hello, @youngwook-kim
I missed changing configuration yaml in README.md file. I just fixed and pushed the revision.
Sorry to make you an issue and thank you to point it out!
It should works now. Thank you again!