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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
你好。我在准备运行如下任务时:
python generate_hyps.py \ --config config/jrc_ende/generate_hyps.yaml \ --num_beams 50 --num_return_sequences 50 \ --data_path ../data/jrc_ende/test.jsonl \ --pretrained_model_path your/trained/model/path --memory_encoding concate \ --memory_path ../data/jrc_ende/memory/bm25/test.txt \ --output_path output.txt
在准备这个../data/jrc_ende/memory/bm25/test.txt文件时,发现bm25.py文件有个query_lang参数。我处理的test.jsonl的数据格式为:
{“src": "xxx", "trg": "YYY"}
,请问我该如何设置query_langThe text was updated successfully, but these errors were encountered: