-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
error when run sh run_qwen.sh
#487
Comments
@CharlesJhonson, I checked the documentation for |
huggingface/trl#2306
Deleting this line and checking what arguments should be added in the Some links that might be helpful: trl.SFTTrainer, trl.SFTConfig, transformers.HfArgumentParser, transformers.TrainingArguments |
ok thanks very much! @bboyleonp666 @Tcc0403 |
Fixes #487 I've chosen to remove the deprecated parameter as previously mentioned in the issue. The sequence length for the training dataset can be specified using the HF datasets library as mentioned [here](https://huggingface.co/docs/trl/main/en/sft_trainer#datasets). Please let me know if any further rectification is required and I will make the necessary changes. cc: @Tcc0403 --------- Co-authored-by: Yun Dai <[email protected]> Co-authored-by: Shao Tang <[email protected]>
I run sh
run_qwen.sh
locally on a GPU machine. Errors as follow, could someone help.The text was updated successfully, but these errors were encountered: