Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Remember reinforcement fine-tuning? We’ve been working away at it since last December, and it’s available today with OpenAI o4-mini! RFT uses chain-of-thought reasoning and task-specific grading to improve model performance—especially useful for complex domains. Take Accordance, which used RFT to fine-tune a model that’s SOTA for their tax and...

663,794 görüntüleme • 1 yıl önce •via X (Twitter)

11 Yorum

OpenAI Developers profil fotoğrafı
OpenAI Developers1 yıl önce

RFT is available to verified organizations today. Share your datasets with us to receive a 50% discount and help improve future OpenAI models. Get started with our reinforcement fine-tuning guide:

Rainmaker profil fotoğrafı
Rainmaker1 yıl önce

Can reinforcement learning handle stock market swings? In my latest free Substack, find out how SARSA reinforcement learning algorithm can help create adaptive strategies and improve performance.

Mehdi Jamei profil fotoğrafı
Mehdi Jamei1 yıl önce

Does it support tool use and structured output ?

Yekta Celik profil fotoğrafı
Yekta Celik1 yıl önce

been following rft progress closely—crazy to see it out in the wild now. pairing chain-of-thought with task-specific grading feels like the right move for real-world edge cases. excited to see what ppl do with 4.1 nano too… custom brains for every workflow incoming.

lineardiff profil fotoğrafı
lineardiff1 yıl önce

LoRA/PEFT though? would be amazing if it was full parameter.

Bennet profil fotoğrafı
Bennet1 yıl önce

$100/h + token usage - the first part is pretty intransparent without trying it out blindly. How much (or how long) is a typical training run with, let’s say 50 and 500 samples? Ballpark

Dan Mac profil fotoğrafı
Dan Mac1 yıl önce

so much can be done with this

Lewis N Watson profil fotoğrafı
Lewis N Watson1 yıl önce

pls fix store=True on structured outputs with image input - it never works :(

AI Purr-fessor (Yash) profil fotoğrafı
AI Purr-fessor (Yash)1 yıl önce

@test_tm7873 @ai_for_success @SaiNemani1, even though I don't like OAI(Neither hate), but this is definitely something cool, this has big user cases.

R-E profil fotoğrafı
R-E1 yıl önce

@DSPyOSS Integration???

Maverick profil fotoğrafı
Maverick1 yıl önce

Great! Any ETA for when tools will be available for o3 and o4-mini?

Benzer Videolar

New Course: Reinforcement Fine-Tuning LLMs with GRPO! Learn to use reinforcement learning to improve your LLM performance in this short course, built in collaboration with Predibase by Rubrik, and taught by Travis Addair, its Co-Founder and CTO, and Arnav Garg, its Senior Engineer and Machine Learning Lead. Reasoning models have been one of the most important developments in LLMs. Reinforcement Fine-Tuning (RFT) uses rewards to encourage LLMs to find solutions to multi-step reasoning tasks such as solving math problems and debugging code - without needing pre-existing training examples like in traditional supervised fine-tuning. Group Relative Policy Optimization (GRPO) is a reinforcement fine-tuning algorithm gaining rapid adoption. Developed by the DeepSeek team and used to train the R1 reasoning model, GRPO uses reward functions that you can write in Python to assign rewards to model responses. It’s beneficial for tasks with verifiable outcomes and can work well even with fewer than 100 training examples. It can also significantly improve the reasoning ability of smaller LLMs, making applications faster and more cost effective. In this course, you’ll take a technical deep dive into RFT with GRPO. You’ll learn to build reward functions that you can use in the GRPO training process to guide an LLM toward better performance on multi-step reasoning tasks. In detail, you’ll: - Learn when reinforcement fine-tuning is a better fit than supervised fine-tuning, especially for tasks involving multi-step reasoning or limited labeled data. - Understand how GRPO uses programmable reward functions as a more scalable alternative to the human feedback required for other reinforcement learning algorithms, such as RLHF and DPO. - Frame the Wordle game as a reinforcement fine-tuning problem and see how an LLM can learn to plan, analyze feedback, and improve its strategy over time. - Design reward functions that power the reinforcement fine-tuning process. - Learn techniques for evaluating more subjective tasks, such as rating the quality of a text summary, using an LLM as a judge. - Understand why reward hacking happens and how to avoid it by adding penalty functions to discourage undesirable behaviors. - Learn the four key components of the loss calculation in the GRPO algorithm: token probability distribution ratios, advantages, clipping, and KL-divergence. - Launch reinforcement fine-tuning jobs using Predibase’s hosted training services. By the end of this course, you’ll be able to build and fine-tune LLMs using reinforcement learning to improve reasoning without relying on large labeled datasets or subjective human feedback. Please sign up here:

Andrew Ng

86,457 görüntüleme • 1 yıl önce

Small Language Models (SML) are the future of AI. "Small" (SML) instead of "Large" (LLM). These small models are highly specialized models with superhuman abilities on specific tasks. Here are two techniques to build these models: • Spectrum • Model Merging I give you a short introduction in the attached video, but here is a quick summary: Spectrum helps us identify the most relevant layers to solve one specific task. We can ignore everything else and focus on fine-tuning these layers. Using Spectrum, we can fine-tune models in a heartbeat. Model Merging combines multiple models into a unique, much better model than any of the individual input models. You can also combine models specialized in different tasks and get a model with multiple abilities. This is the state of the art of productizing models. It's what Arcee.ai's platform does behind the scenes. Arcee collaborated with me on this post and is sponsoring it. There are three main steps to produce a model for your particular use case: 1. You create a dataset by uploading your data. 2. You train a model. At this step, Arcee uses Spectrum and Model Merging to produce a highly specialized model for your task. 3. You can deploy that model to any environment you want. Three important notes: • Training process is 2x faster and 2x cheaper than regular fine-tuning. • Resultant models are smaller and have higher accuracy. • They create these specialized models from open-source models. Check this site so you can fully appreciate how this works: If you want to fine-tune an open-source model, consider Arcee's platform. This is the state of the art.

Santiago

164,162 görüntüleme • 2 yıl önce