https://github.com/hiyouga/LlamaFactory
https://github.com/hiyouga/LlamaFactory/pull/7537

lora_rank: 8 짜리 저랭크 행렬만 학습SFT(Supervised Fine-Tuning)
입력(질문) → 모델 → 출력(답변)
↑
정답 답변이랑 비교해서
틀린 만큼 가중치 업데이트

a 구역
a,b,c 구역 각각 20장씩 수집

b 구역

c 구역
데이터셋
LlamaFactory/data 폴더 밑에 데이터셋 폴더 생성 후 그 아래에 사진과 오디오 저장

json 파일

LlamaFactory/data/dataset_info.json에 내 데이터셋 추가

LlamFactory/examples/train_lora 에 내 훈련 yaml 생성