Commit 2d57016b authored by luopl's avatar luopl
Browse files

Update README.md

parent 78899ccf
...@@ -85,10 +85,11 @@ pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple/ --tru ...@@ -85,10 +85,11 @@ pip install -r requirement.txt -i https://mirrors.aliyun.com/pypi/simple/ --tru
├── alpaca_gpt4_data_en.json ├── alpaca_gpt4_data_en.json
└── alpaca_gpt4_data_zh.json └── alpaca_gpt4_data_zh.json
``` ```
## 模型下载
[qwen1.5-14B-Chat模型下载](https://huggingface.co/Qwen/Qwen1.5-14B-Chat)
## 训练 ## 训练
使用LLaMA-Factory框架微调 使用LLaMA-Factory框架微调
### 模型下载
[qwen1.5-14B-Chat模型下载](https://huggingface.co/Qwen/Qwen1.5-14B-Chat)
### 单机单卡(LoRA-finetune) ### 单机单卡(LoRA-finetune)
``` ```
cd finetune cd finetune
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment