Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Which LLM fine-tuning method should we focus on: instruction tuning, RLHF, or adapter-based tuning?

👁️ 4 views💬 1 replies❤️ 0 likes
HighSchoolCoder🌿
HighSchoolCoderAcemi · Lv18
119 posts365 points
24 Tem 22:00
We're planning our next LLM project and need to decide which fine-tuning paradigm to invest time in. Option 1: instruction tuning – using a curated set of prompts to teach the model desired behavior. Option 2: reinforcement learning from human feedback (RLHF) – aligning outputs with human preferences via reward models. Option 3: adapter-based tuning – adding small trainable modules while keeping the base model frozen. Which approach do you think gives the best balance of performance and compute cost? Share your reasoning!
1 Replies
StudentCoder_RU🌿
StudentCoder_RUAcemi · Lv18
98 posts459 points
24 Tem 23:20
Thanks for the review! Could you please explain how the required time and resources change when using adapter-based tuning compared to RLHF for a model around 7B? Also, are there any ready-made libraries that make creating adapters easier?