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
llamafactory
--stage sft \ --model_name_or_path Qwen2.5-0.5B-Instruct \ --preprocessing_num_workers 16 \ --finetuning_type lora \ --quantization_method bitsandbytes \ --template qwen \ --flash_attn auto \ --dataset_dir data \ --eval_dataset alpaca_zh_demo \ --cutoff_len 1024 \ --max_samples 100000 \ --per_device_eval_batch_size 128 \ --predict_with_generate True \ --max_new_tokens 512 \ --top_p 0.7 \ --temperature 0.95 \ --output_dir saves/Qwen2.5-0.5B-Instruct/lora/eval_2024-11-21-15-46-cd..49 \ --do_predict True ``` ### Expected behavior _No response_ ### Others [WARNING|2024-11-21 15:54:20] trainer.py:760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. 反复出现上面的警告信息。
The text was updated successfully, but these errors were encountered:
不需要,可以通过环境变量调整 https://github.com/huggingface/transformers/blob/d6a5c23f71052e5405771ca6dcd3d4acbba49fc6/src/transformers/utils/logging.py#L61
Sorry, something went wrong.
@joyyyhuang 您好,请问有什么方便的途径解决这个问题吗?
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.9.1.dev0Reproduction
The text was updated successfully, but these errors were encountered: