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
使用的llama-factory master branch
model_name_or_path: /home/work/Qwen1.5-7B-Chat adapter_name_or_path: /home/work/Qwen1.5-7B-Chat/lora
stage: sft do_predict: true finetuning_type: lora
dataset: identity,alpaca_en_demo dataset_dir: /home/work/git/LLaMA-Factory-main/data template: qwen cutoff_len: 1024 max_samples: 50 overwrite_cache: true preprocessing_num_workers: 16
output_dir: /home/work/Qwen1.5-7B-Chat/lora/predict/v1 overwrite_output_dir: true
per_device_eval_batch_size: 1 predict_with_generate: true ddp_timeout: 180000000
result 里面只有label和predict字段,能否增加原始的问题字段?
{"label": "Hello! I am {{name}}, an AI assistant developed by {{author}}. How can I assist you today?", "predict": "Hello! How can I help you today?"}
No response
The text was updated successfully, but these errors were encountered:
78589cf
看到已经新增了 ”prompt“ 字段,但还能不能带自定义的字段,比如 ”id" 字段到 result 中?
Sorry, something went wrong.
No branches or pull requests
Reminder
System Info
使用的llama-factory master branch
Reproduction
model
model_name_or_path: /home/work/Qwen1.5-7B-Chat
adapter_name_or_path: /home/work/Qwen1.5-7B-Chat/lora
method
stage: sft
do_predict: true
finetuning_type: lora
dataset
dataset: identity,alpaca_en_demo
dataset_dir: /home/work/git/LLaMA-Factory-main/data
template: qwen
cutoff_len: 1024
max_samples: 50
overwrite_cache: true
preprocessing_num_workers: 16
output
output_dir: /home/work/Qwen1.5-7B-Chat/lora/predict/v1
overwrite_output_dir: true
eval
per_device_eval_batch_size: 1
predict_with_generate: true
ddp_timeout: 180000000
Expected behavior
result 里面只有label和predict字段,能否增加原始的问题字段?
{"label": "Hello! I am {{name}}, an AI assistant developed by {{author}}. How can I assist you today?", "predict": "Hello! How can I help you today?"}
Others
No response
The text was updated successfully, but these errors were encountered: