We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python run_llmmt.py --model_name_or_path Qwen/Qwen2-7B --do_predict --low_cpu_mem_usage --language_pairs ${TEST_PAIRS} --mmt_data_path ./human_written_data/ --per_device_eval_batch_size 2 --output_dir ${OUTPUT_DIR} --use_peft --peft_model_id /home/xxxx/alma/ALMA/outputs/Qwen2-7B --predict_with_generate --max_new_tokens 256 --max_source_length 256 --fp16 --seed 42 --num_beams 5 --overwrite_cache --overwrite_output_dir --multi_gpu_one_model
The peft_model_id directory contains the following files:
When running the above files, the following error occurs:
Is there a solution for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python
run_llmmt.py
--model_name_or_path Qwen/Qwen2-7B
--do_predict
--low_cpu_mem_usage
--language_pairs ${TEST_PAIRS}
--mmt_data_path ./human_written_data/
--per_device_eval_batch_size 2
--output_dir ${OUTPUT_DIR}
--use_peft
--peft_model_id /home/xxxx/alma/ALMA/outputs/Qwen2-7B
--predict_with_generate
--max_new_tokens 256
--max_source_length 256
--fp16
--seed 42
--num_beams 5
--overwrite_cache
--overwrite_output_dir
--multi_gpu_one_model
The peft_model_id directory contains the following files:
![image](https://private-user-images.githubusercontent.com/123627186/342215397-fd6c8020-9e5a-47d7-a795-29c0e00d854d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODU3MjgsIm5iZiI6MTczOTI4NTQyOCwicGF0aCI6Ii8xMjM2MjcxODYvMzQyMjE1Mzk3LWZkNmM4MDIwLTllNWEtNDdkNy1hNzk1LTI5YzBlMDBkODU0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDUwMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNTFlNTA0YWM3YTBiZDkyYzczM2Y1MWRiZmM1Yzg2ZGJiMmEzNGIyNmZhZGMwMDI2MGRhNzlkYjY2OTgwMWFjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zeoKVPRi8nKAR44ip9f_ZmMt_y3_vdLE0vTKjoyxQOE)
When running the above files, the following error occurs:
![image](https://private-user-images.githubusercontent.com/123627186/342215617-bb1960aa-c07d-4de7-a425-2fc4e9e62052.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODU3MjgsIm5iZiI6MTczOTI4NTQyOCwicGF0aCI6Ii8xMjM2MjcxODYvMzQyMjE1NjE3LWJiMTk2MGFhLWMwN2QtNGRlNy1hNDI1LTJmYzRlOWU2MjA1Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDUwMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yMjFiNDU1NWY3ZTZkYWI5MGUyMzBkOGIxNGZkMzUxNjUzYjVlYzY2ZGUyMjI2ZDViMTMyNTNhMWYyNDA5NTU1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jCv9gSf1T1kjVpLfUgSyT7KPm0BA26HKCfObzYrsOzI)
Is there a solution for this?
The text was updated successfully, but these errors were encountered: