You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "finetune_lora.py", line 115, in
main()
File "finetune_lora.py", line 88, in main
train_data = InstrutionDataset(
File "/root/autodl-tmp/LexiLaw/src/data.py", line 22, in init
sample = json.loads(line.strip())
File "/root/miniconda3/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/root/miniconda3/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/root/miniconda3/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 2 (char 1)
出现这个问题是什么意思呢?
The text was updated successfully, but these errors were encountered:
File "finetune_lora.py", line 115, in
main()
File "finetune_lora.py", line 88, in main
train_data = InstrutionDataset(
File "/root/autodl-tmp/LexiLaw/src/data.py", line 22, in init
sample = json.loads(line.strip())
File "/root/miniconda3/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/root/miniconda3/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/root/miniconda3/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 2 (char 1)
出现这个问题是什么意思呢?
The text was updated successfully, but these errors were encountered: