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
model_name_or_path: model_sft/ template: qwen finetuning_type: full
目前sft完的数据格式为: . ├── added_tokens.json ├── all_results.json ├── checkpoint-1267 ├── config.json ├── generation_config.json ├── global_step1267 ├── latest ├── merges.txt ├── README.md ├── special_tokens_map.json ├── tokenizer_config.json ├── tokenizer.json ├── trainer_log.jsonl ├── trainer_state.json ├── training_args.bin ├── training_loss.png ├── train_results.json ├── vocab.json └── zero_to_fp32.py
No response
The text was updated successfully, but these errors were encountered:
https://github.com/hiyouga/LLaMA-Factory/blob/main/examples/inference/llama3_full_sft.yaml
Sorry, something went wrong.
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.9.2.dev0Reproduction
目前sft完的数据格式为:
.
├── added_tokens.json
├── all_results.json
├── checkpoint-1267
├── config.json
├── generation_config.json
├── global_step1267
├── latest
├── merges.txt
├── README.md
├── special_tokens_map.json
├── tokenizer_config.json
├── tokenizer.json
├── trainer_log.jsonl
├── trainer_state.json
├── training_args.bin
├── training_loss.png
├── train_results.json
├── vocab.json
└── zero_to_fp32.py
Expected behavior
No response
Others
No response
The text was updated successfully, but these errors were encountered: