We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ensure_ascii=False
JGLUE/fine-tuning/patch/transformers-4.9.2_jglue-1.1.0.patch
Line 61 in a6832af
This change should be applied after merging #5, maybe?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 lineJGLUE/fine-tuning/patch/transformers-4.9.2_jglue-1.1.0.patch
Line 61 in a6832af
This change should be applied after merging #5, maybe?
The text was updated successfully, but these errors were encountered: