json.decoder.JSONDecodeError: Unterminated string starting at
·
文件没有传完整导致报错
json.decoder.JSONDecodeError: Unterminated string starting at: line 3752 column 5 (char 81913)

解决办法:重新传
参考
https://stackoverflow.com/questions/26541280/python-json-valueerror-unterminated-string-starting-at
I got the same problem. As it turned out, the last line of the file was incomplete probably due to the abrupt halt of the download as I found there was enough data and simply stopped the process on the terminal.
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐


所有评论(0)