fix vicuna template

Former-commit-id: a98eda0803e4b73a24f12d848e14161451921e98
This commit is contained in:
hiyouga
2023-10-27 22:15:25 +08:00
parent 6f09f50d02
commit 7da2aad6ee
3 changed files with 7 additions and 6 deletions

View File

@@ -68,8 +68,8 @@ https://github.com/hiyouga/LLaMA-Factory/assets/16256802/6ba60acc-e2e2-4bec-b846
> **Default module** is used for the `--lora_target` argument, you can use `--lora_target all` to specify all the available modules.
>
> For the "base" models, the `--template` argument can be chosen from `default`, `alpaca`, `vicuna` etc. But make sure to use the **corresponding template** for the "chat" models.
>
> Please refer to [template.py](src/llmtuner/extras/template.py) for a full list of models we supported.
Please refer to [template.py](src/llmtuner/extras/template.py) for a full list of models we supported.
## Supported Training Approaches