JGLUE icon indicating copy to clipboard operation
JGLUE copied to clipboard

Hard to read predictions in JSQuAD

Open kaisugi opened this issue 2 years ago • 0 comments

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

https://github.com/yahoojapan/JGLUE/blob/a6832af23895d6faec8ecf39ec925f1a91601d62/fine-tuning/patch/transformers-4.9.2_jglue-1.1.0.patch#L61

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

kaisugi avatar Nov 22 '22 04:11 kaisugi