qcri/LLMeBench

ensure_ascii=False on json dump/dumps

firojalam opened this issue · 1 comments

can you please add this option: ensure_ascii=False

for example
full_summary_fp.write(json.dumps(summarized_payload,ensure_ascii=False) + "\n")

fdalvi commented

Dupe of #15 , fixed in #50