Closed cfiken closed 7 months ago
There is a stray quotation mark in JSON format in question_full.jsonl so that one raises error on json.load()
question_full.jsonl
json.load()
none
format.sh
@polm-stability @leemengtw Could you review this PR? 🙏
Sorry for never replying to this! Not sure how I missed either the initial issue with the quote or this PR. It looks like a good fix to me :+1:
Why are these changes needed?
There is a stray quotation mark in JSON format in
question_full.jsonl
so that one raises error onjson.load()
Related issue number (if applicable)
none
Checks
format.sh
to lint the changes in this PR.