mymusise / ChatGLM-Tuning

基于ChatGLM-6B + LoRA的Fintune方案
MIT License
3.73k stars 440 forks source link

微调语料格式转换出现乱码 #259

Closed suboteZjc closed 1 year ago

suboteZjc commented 1 year ago

在json格式转jsonl格式时出现乱码 2023-07-04_092355

suboteZjc commented 1 year ago

f2.write(json.dumps(format_example(example),ensure_ascii=False) + '\n')