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
hi,When I first use the command python main.py --llm_name "gpt-3.5-turbo" --dataset_name "2wiki" --save_dir ". /output/" --max_iter 3 --ref_num 3 --threshold 0.3 --expert_model "spain-bert" --do_eval --use_sample_num 5 An error occurs when running the code:FileNotFoundError: [Errno 2] No such file or directory: './data/2wiki_id_aliases.json'。
/data/2wiki_id_aliases.json is not available in the evaluation.py file. How do I get this file?
The text was updated successfully, but these errors were encountered:
hi,When I first use the command python main.py --llm_name "gpt-3.5-turbo" --dataset_name "2wiki" --save_dir ". /output/" --max_iter 3 --ref_num 3 --threshold 0.3 --expert_model "spain-bert" --do_eval --use_sample_num 5 An error occurs when running the code:FileNotFoundError: [Errno 2] No such file or directory: './data/2wiki_id_aliases.json'。
/data/2wiki_id_aliases.json is not available in the evaluation.py file. How do I get this file?
The text was updated successfully, but these errors were encountered: