Reinforcement Learning from Human Feedback
Skills:
RL Foundations80%
Key Takeaways
Trains large language models with reinforcement learning from human feedback
Original Description
Large language models (LLMs) are trained on human-generated text, but additional methods are needed to align an LLM with human values and preferences.
Reinforcement Learning from Human Feedback (RLHF) is currently the main method for aligning LLMs with human values and preferences. RLHF is also used for further tuning a base LLM to align with values and preferences that are specific to your use case.
In this course, you will gain a conceptual understanding of the RLHF training process, and then practice applying RLHF to tune an LLM. You will:
1. Explore the two datasets that are used in RLHF training: the “preference” and “prompt” datasets.
2. Use the open source Google Cloud Pipeline Components Library, to fine-tune the Llama 2 model with RLHF.
3. Assess the tuned LLM against the original base model by comparing loss curves and using the “Side-by-Side (SxS)” method.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: RL Foundations
View skill →Related Reads
📰
📰
📰
📰
Building an open-source offline voice assistant with Ollama—looking for contributors and brutally honest feedback
Dev.to AI
Optimizing LLM Inference for Human-Computer Interaction
Dev.to AI
Open-Weight LLM API Integration: A Developer's Guide to Flexible AI Integration
Dev.to AI
Meet GPT-Red: an LLM super-hacker OpenAI built to make its models safer
MIT Technology Review
🎓
Tutor Explanation
DeepCamp AI