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
I'm having trouble reading the ngram_probs.json file. Is it caused by incomplete file data? Can you please provide help? Thanks.我在读取 ngram_probs.json 文件时遇到问题。是不是文件数据不完整造成的?您能提供帮助吗?谢谢。
Exception has occurred: JSONDecodeError
Expecting ':' delimiter: line 1 column 2621441 (char 2621440)
File "/home/u2021111446/CSPLAT/SLP/Gloss2Text-main/charsplit/splitter.py", line 18, in
ngram_probs = json.load(f)
File "/home/u2021111446/CSPLAT/SLP/Gloss2Text-main/charsplit/init.py", line 1, in
from charsplit.splitter import Splitter
File "/home/u2021111446/CSPLAT/SLP/Gloss2Text-main/gloss_data.py", line 10, in
from charsplit import Splitter
File "/home/u2021111446/CSPLAT/SLP/Gloss2Text-main/train_gls2text_nllb_lora.py", line 3, in
from gloss_data import GlossData
json.decoder.JSONDecodeError: Expecting ':' delimiter: line 1 column 2621441 (char 2621440)
I'm having trouble reading the ngram_probs.json file. Is it caused by incomplete file data? Can you please provide help? Thanks.
The text was updated successfully, but these errors were encountered: