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
When I added #247, it was non-obvious for me which columns a dataset should contain.
I propose documenting this at the AbsTask level, e.g. for classification something like:
classAbsTaskClassification(AbsTask):
""" Abstract class for kNN classification tasks The similarity is computed between pairs and the results are ranked. Dataset must be a huggingface dataset split into train/test, and contain the following columns: text: str label: int """
The text was updated successfully, but these errors were encountered:
I completely agree with you! We ran into the same issue when creating the benchmark for French. We should add a docstring like this one for each task type maybe 🤔
When I added #247, it was non-obvious for me which columns a dataset should contain.
I propose documenting this at the
AbsTask
level, e.g. for classification something like:The text was updated successfully, but these errors were encountered: