LLaMA Factory模型微调实战

LLaMA Factory模型微调实战

目录:

    • 一、LLaMA Factory官网
    • 二、LLaMA Factory的安装
    • 三、web界面

一、LLaMA Factory官网

LLaMA Factory官网地址

二、LLaMA Factory的安装

安装地址

git clone--depth 1 https://github.com/hiyouga/LLaMA-Factory.git cd LLaMA-Factory pip install-e".[torch,metrics]"

项目上使用conda虚拟环境安装效果更好,官网命令供参考。

三、web界面



测试回答,模型回答的不是很理想,所有我们需要进行微调处理。