Back to all posts
Engineering

利用 LoRA 微调 LLM

记录 LoRA 参数与实验结果

简介

这里记录我在使用 LoRA 微调 LLM 的一些经验与参数选择。

import torch
print(torch.__version__)

Share this post

Back to home

Comments