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 want to use your transformed CoQA datasets. It looked like you uploaded it to the huggingface hub (e.g., https://huggingface.co/datasets/SALT-NLP/CoQA_AAVE), but trying to load these gives me the same error as it shows in the preview on the huggingface page.
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
...
Trying to run python -m multivalue.build_coqa_value --dialect indian from the package install gives me TypeError: IndianDialect.__init__() takes 1 positional argument but 2 were given. Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
I want to use your transformed CoQA datasets. It looked like you uploaded it to the huggingface hub (e.g., https://huggingface.co/datasets/SALT-NLP/CoQA_AAVE), but trying to load these gives me the same error as it shows in the preview on the huggingface page.
Trying to run
python -m multivalue.build_coqa_value --dialect indian
from the package install gives meTypeError: IndianDialect.__init__() takes 1 positional argument but 2 were given
. Any ideas?The text was updated successfully, but these errors were encountered: