Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard to read predictions in JSQuAD #6

Open
kaisugi opened this issue Nov 22, 2022 · 0 comments
Open

Hard to read predictions in JSQuAD #6

kaisugi opened this issue Nov 22, 2022 · 0 comments

Comments

@kaisugi
Copy link

kaisugi commented Nov 22, 2022

On the evaluation of JSQuAD, the prediction JSON file is output with unicodes escaped. This makes it difficult to check model outputs.

It would be better to add ensure_ascii=False in the following line

+ writer.write(json.dumps(results, indent=4) + "\n")

This change should be applied after merging #5, maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant