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
请问在进行train和infer的时候,系统的提示词--system是都会调用吗,比如internvl的:你是书生。。。。。。,在train和infer的时候都会先把这个提示词喂给大模型吗,我原先在train的时候设置了我自己的system,但是我注意到在infer的时候,这个system似乎没有被调用,我打印那个结果,没有显示system
The text was updated successfully, but these errors were encountered:
推理的代码或命令行贴一下
Sorry, something went wrong.
请问在进行train和infer的时候,系统的提示词--system是都会调用吗,比如internvl的:你是书生。。。。。。,在train和infer的时候都会先把这个提示词喂给大模型吗,我原先在train的时候设置了我自己的system,但是我注意到在infer的时候,这个system似乎没有被调用,我打印那个结果,没有显示system 推理的代码或命令行贴一下
CUDA_VISIBLE_DEVICES=4 I swift infer --model internvl --system vvvv.txt --max_batch_size 4 --torch_dtype bfloat16 --infer_backend pt --max_length 8192 --attn_impl flash_attn --split_dataset_ratio 1.0 --metric acc --dataset vvvvvvv_test.jsonl --data_seed 2025 --seed 2025 --temperature 0 --result_path result.jsonl \
No branches or pull requests
请问在进行train和infer的时候,系统的提示词--system是都会调用吗,比如internvl的:你是书生。。。。。。,在train和infer的时候都会先把这个提示词喂给大模型吗,我原先在train的时候设置了我自己的system,但是我注意到在infer的时候,这个system似乎没有被调用,我打印那个结果,没有显示system
The text was updated successfully, but these errors were encountered: