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 found out that after correcting of dataset_utils.py as I showed and just moving convert_to_squad_format.py file from /triviaqa/utils to the main /triviaqa the error message disappears.
The text was updated successfully, but these errors were encountered:
I found out that files in
triviaqa/utils
have inputs with errors:ModuleNotFoundError: No module named 'utils.utils'; 'utils' is not a package
At
dataset_utils.py
should be:Instead of:
Also at
convert_to_squad_format.py
are lots of such errors:The correct way would be to call get_file_contents as:
I found out that after correcting of
dataset_utils.py
as I showed and just movingconvert_to_squad_format.py
file from/triviaqa/utils
to the main/triviaqa
the error message disappears.The text was updated successfully, but these errors were encountered: