Tag: 파인튜닝
-
LoRA 논문 리뷰: 수십 GB 모델을 MB급 파라미터로 파인튜닝하는 Low-Rank Adaptation 완전 분석
LoRA fine-tunes 175B models with 0.01% trainable parameters. Math behind low-rank decomposition, GPT-3 results, and PyTorch implementation guide.
-
OpenAI Whisper 모델 파인튜닝 완벽 가이드: 한국어 음성인식 정확도 높이기
Fine-tune OpenAI Whisper for Korean speech: boost accuracy from 82% to 94% with custom datasets. Includes training code and benchmarks.
-
LoRA vs QLoRA vs DoRA 완벽 비교: 파라미터 효율적 파인튜닝(PEFT) 메모리 최적화 실전 가이드
LoRA uses 60GB GPU, QLoRA needs 16GB, DoRA hits 12GB — same model quality. Here's the memory breakdown and when to pick each method.
-
RLHF vs DPO vs KTO: LLM 정렬(Alignment) 기법 완벽 비교 가이드
RLHF, DPO, or KTO for LLM alignment? Compare training costs, data needs, and performance on real tasks to pick the right method.