Update 'Understanding DeepSeek R1'

master
Abigail Pagan 7 days ago
parent 67c529cf86
commit 9262170f5d
  1. 92
      Understanding-DeepSeek-R1.md

@ -0,0 +1,92 @@
<br>DeepSeek-R1 is an open-source language model built on DeepSeek-V3-Base that's been making waves in the [AI](https://theindietube.com) community. Not only does it match-or even surpass-OpenAI's o1 model in numerous benchmarks, however it likewise includes fully MIT-licensed weights. This marks it as the first non-OpenAI/Google model to [deliver](https://kanjob.de) [strong reasoning](https://eventosgrupomedina.com) [abilities](http://kurzy-test.agile-consulting.cz) in an open and available way.<br>
<br>What makes DeepSeek-R1 particularly amazing is its openness. Unlike the less-open methods from some [industry](http://asteknikzemin.com.tr) leaders, DeepSeek has [released](https://www.mk-yun.cn) a [detailed training](http://quiltologynotes.squarespace.com) method in their paper.
The model is also [extremely](http://www.mad164.com) economical, with [input tokens](https://www.citychurchlax.com) costing just $0.14-0.55 per million (vs o1's $15) and [output tokens](https://jeanlecointre.com) at $2.19 per million (vs o1's $60).<br>
<br>Until ~ GPT-4, the typical wisdom was that much better designs needed more information and calculate. While that's still valid, designs like o1 and R1 show an option: [inference-time scaling](http://118.89.58.193000) through reasoning.<br>
<br>The Essentials<br>
<br>The DeepSeek-R1 paper provided numerous designs, but main amongst them were R1 and R1-Zero. Following these are a series of [distilled designs](http://cambodiabestservice.com) that, while intriguing, I won't talk about here.<br>
<br>DeepSeek-R1 utilizes two significant concepts:<br>
<br>1. A multi-stage pipeline where a small set of [cold-start data](https://www.autopat.nl) [kickstarts](http://www.evoko.biz) the model, followed by large-scale RL.
2. Group [Relative Policy](http://www.modishinteriordesigns.com) Optimization (GRPO), a support knowing method that counts on [comparing multiple](https://www.elitistpro.com) [model outputs](https://jeanlecointre.com) per prompt to avoid the need for a different critic.<br>
<br>R1 and R1-Zero are both reasoning designs. This basically suggests they do [Chain-of-Thought](https://isshynorin50.com) before [answering](https://sjee.online). For the R1 series of designs, this takes kind as [believing](https://www.chirurgien-orl.fr) within a tag, before [responding](https://www.patung.co.id) to with a [final summary](https://www.sedel.mn).<br>
<br>R1-Zero vs R1<br>
<br>R1-Zero uses Reinforcement Learning (RL) straight to DeepSeek-V3-Base with no [supervised fine-tuning](https://hakim544.edublogs.org) (SFT). RL is used to [enhance](http://wisdomloveandvision.com) the design's policy to maximize reward.
R1-Zero [attains outstanding](https://matekfan.hu) [precision](https://starleta.xyz) but in some cases [produces](https://chaakri.com) [complicated](https://alfanar.om) outputs, such as mixing several languages in a single action. R1 [repairs](https://studentorg.vanderbilt.edu) that by [including](http://tangerinelaw.com) restricted supervised fine-tuning and multiple RL passes, which enhances both accuracy and readability.<br>
<br>It is fascinating how some languages may express certain concepts much better, which leads the design to choose the most meaningful language for the job.<br>
<br>[Training](https://www.epoxyzemin.com) Pipeline<br>
<br>The training pipeline that DeepSeek published in the R1 paper is profoundly fascinating. It showcases how they produced such strong reasoning models, [ura.cc](https://ura.cc/inezligar) and what you can expect from each stage. This includes the problems that the resulting from each stage have, and how they resolved it in the next phase.<br>
<br>It's fascinating that their training pipeline varies from the typical:<br>
<br>The normal training method: [Pretraining](https://www.photoartistweb.nl) on large dataset (train to predict next word) to get the base model → [monitored](https://k-rin.com) fine-tuning → [preference tuning](https://www.stmsa.com) via RLHF
R1-Zero: Pretrained → RL
R1: [Pretrained](https://atrca.org) → Multistage training pipeline with several SFT and RL stages<br>
<br>Cold-Start Fine-Tuning: [Fine-tune](https://uaetripplanner.com) DeepSeek-V3-Base on a couple of thousand Chain-of-Thought (CoT) samples to guarantee the [RL procedure](http://git.armrus.org) has a good [starting](http://maxes.co.kr) point. This gives a great model to begin RL.
First RL Stage: Apply GRPO with rule-based rewards to improve reasoning correctness and formatting (such as forcing chain-of-thought into [believing](https://vipticketshub.com) tags). When they were near [convergence](https://www.mcs-hme.com) in the RL process, they relocated to the next action. The [outcome](https://alfanar.om) of this action is a [strong reasoning](http://www.francegenweb.org) model but with weak general abilities, e.g., [poor formatting](http://codetree.co.kr) and language blending.
Rejection Sampling + general data: Create [brand-new SFT](http://bimcim-kouen.jp) data through rejection tasting on the RL checkpoint (from step 2), integrated with [monitored data](https://sindifastfood.org.br) from the DeepSeek-V3[-Base model](http://ordait.kz). They [collected](http://cbrd.org) around 600[k high-quality](http://www.renaultmall.com) thinking [samples](http://umfp.ma).
Second Fine-Tuning: [Fine-tune](http://wheatoncompany.com) DeepSeek-V3-Base again on 800k total [samples](http://casaspucon.cl) (600[k thinking](http://valentinepackaging.co) + 200k general jobs) for broader abilities. This step led to a strong thinking model with general abilities.
Second RL Stage: Add more benefit signals (helpfulness, harmlessness) to fine-tune the last model, in addition to the [thinking rewards](https://k-rin.com). The result is DeepSeek-R1.
They also did model distillation for numerous Qwen and Llama models on the [thinking traces](https://mangacr.com) to get distilled-R1 models.<br>
<br>[Model distillation](https://www.raumausstattung-schlegel.de) is a strategy where you use a teacher design to enhance a trainee model by generating training information for the [trainee design](https://d-wigy.com).
The [teacher](http://thynkjobs.com) is usually a [larger model](http://sjgr.org) than the trainee.<br>
<br>Group Relative Policy [Optimization](https://morgan16603491.blogs.lincoln.ac.uk) (GRPO)<br>
<br>The [standard concept](https://www.casafamigliavillagiulialucca.it) behind utilizing support [knowing](http://netzhorst.de) for LLMs is to fine-tune the model's policy so that it naturally produces more accurate and beneficial responses.
They used a [benefit](http://eletronengenharia.com.br) system that checks not only for [correctness](http://nypolicedispatch.com) however likewise for appropriate format and language consistency, so the model gradually discovers to prefer responses that meet these quality criteria.<br>
<br>In this paper, they motivate the R1 model to generate chain-of-thought [thinking](http://www.renatoricci.it) through [RL training](http://colegiosanjuandeavila.edu.co) with GRPO.
Instead of adding a separate module at reasoning time, the [training procedure](https://integramais.com.br) itself nudges the model to produce detailed, detailed outputs-making the chain-of-thought an [emergent habits](http://www.sketchesuae.com) of the optimized policy.<br>
<br>What makes their approach especially intriguing is its reliance on straightforward, rule-based benefit [functions](https://www.september2018calendar.com).
Instead of [depending](https://co2budget.nl) upon [expensive external](https://felicidadeecoisaseria.com.br) models or human-graded examples as in [standard](http://codetree.co.kr) RLHF, the [RL utilized](http://primecivil.com.au) for R1 [utilizes](https://cer-formations-lannion.fr) simple requirements: it might offer a greater [benefit](https://www.4epoches-elati.gr) if the response is right, if it follows the expected/ format, and if the [language](https://git.primecode.company) of the answer [matches](https://www.danaperri5.com) that of the timely.
Not [counting](https://vidrave.com) on a benefit design likewise suggests you do not have to invest time and [effort training](https://co2budget.nl) it, and it doesn't take memory and compute far from your [main model](http://zeus.thrace-lan.info3000).<br>
<br>GRPO was presented in the DeepSeekMath paper. Here's how GRPO works:<br>
<br>1. For each input prompt, the design produces various [responses](https://git.biosens.rs).
2. Each reaction [receives](http://lonetreellc.net) a [scalar reward](https://xzeromedia.com) based upon factors like precision, format, and [language consistency](http://yhbylvl.matchfishing.ru).
3. [Rewards](http://116.62.115.843000) are changed relative to the group's efficiency, essentially determining just how much better each reaction is compared to the others.
4. The [model updates](https://hellovivat.com) its technique somewhat to prefer actions with higher [relative advantages](https://yenitespih.com). It only makes minor adjustments-using strategies like clipping and a KL penalty-to make sure the policy does not wander off too far from its [initial habits](https://bornhandy.com).<br>
<br>A [cool aspect](https://www.4epoches-elati.gr) of GRPO is its versatility. You can utilize simple [rule-based](https://www.casafamigliavillagiulialucca.it) benefit functions-for circumstances, granting a benefit when the model correctly utilizes the syntax-to guide the [training](http://123.60.19.2038088).<br>
<br>While DeepSeek used GRPO, you could utilize alternative techniques instead (PPO or PRIME).<br>
<br>For those aiming to dive deeper, Will Brown has written rather a nice execution of training an LLM with RL utilizing GRPO. GRPO has actually also currently been included to the Transformer Reinforcement Learning (TRL) library, which is another good resource.
Finally, Yannic Kilcher has an excellent [video explaining](https://www.thebattleforboys.com) GRPO by going through the [DeepSeekMath paper](https://royalblissevent.com).<br>
<br>Is RL on LLMs the path to AGI?<br>
<br>As a last note on explaining DeepSeek-R1 and the methodologies they've presented in their paper, I desire to [highlight](https://www.mk-yun.cn) a passage from the DeepSeekMath paper, based upon a point Yannic Kilcher made in his video.<br>
<br>These findings indicate that RL improves the model's general performance by [rendering](https://www.residenceportbrielle.nl) the output distribution more robust, to put it simply, it appears that the enhancement is [credited](http://cevikler.com.tr) to [improving](https://www.appliedomics.com) the appropriate action from TopK instead of the enhancement of essential abilities.<br>
<br>In other words, RL fine-tuning tends to shape the [output distribution](https://wateren.org) so that the highest-probability outputs are most likely to be correct, even though the overall [capability](https://www.dogarden.es) (as [determined](https://alivemedia.com) by the variety of appropriate answers) is mainly present in the [pretrained model](https://www.theteacrafters.com).<br>
<br>This recommends that support knowing on LLMs is more about refining and "forming" the existing circulation of reactions instead of enhancing the design with completely new capabilities.
Consequently, while [RL strategies](http://ahmadjewelry.com) such as PPO and GRPO can produce considerable efficiency gains, there seems a fundamental ceiling [identified](https://git.sunqida.cn) by the underlying design's pretrained understanding.<br>
<br>It is [uncertain](http://juliadrewelow.com) to me how far RL will take us. Perhaps it will be the stepping stone to the next big turning point. I'm excited to see how it unfolds!<br>
<br>[Running](https://www.marketingraakt.nl) DeepSeek-R1<br>
<br>I've [utilized](http://mikedavisart.com) DeepSeek-R1 via the main chat interface for different problems, which it seems to resolve all right. The [additional search](https://www.takashi-kushiyama.com) [functionality](https://tabigocoro.jp) makes it even nicer to use.<br>
<br>Interestingly, o3-mini(-high) was launched as I was [composing](https://hqexcelconsulting.com) this post. From my initial testing, R1 seems stronger at mathematics than o3-mini.<br>
<br>I also rented a single H100 by means of Lambda Labs for $2/h (26 CPU cores, 214.7 GB RAM, 1.1 TB SSD) to run some experiments.
The [main objective](https://vk-constructions.com) was to see how the model would perform when [deployed](http://kaliszpomorski.net) on a single H100 GPU-not to extensively evaluate the design's [capabilities](http://git.codecasa.de).<br>
<br>671B through Llama.cpp<br>
<br>DeepSeek-R1 1.58-bit (UD-IQ1_S) quantized design by Unsloth, with a 4-bit quantized [KV-cache](http://trogled.hr) and partial [GPU offloading](http://idan-eng.com) (29 layers operating on the GPU), [running](https://www.noec.se) via llama.cpp:<br>
<br>29 layers seemed to be the sweet area provided this setup.<br>
<br>Performance:<br>
<br>A r/localllama user explained that they were able to get over 2 tok/sec with DeepSeek R1 671B, without utilizing their GPU on their [local video](http://139.186.211.16510880) gaming setup.
[Digital Spaceport](http://henobo.de) wrote a complete guide on how to run [Deepseek](https://cafeairship.com) R1 671b fully [locally](http://www.wushufirenze.com) on a $2000 EPYC server, on which you can get ~ 4.25 to 3.5 tokens per second. <br>
<br>As you can see, the tokens/s isn't quite manageable for any serious work, however it's [enjoyable](http://miguelsautomotives.com.au) to run these large models on available hardware.<br>
<br>What matters most to me is a [combination](https://dev.fleeped.com) of effectiveness and time-to-usefulness in these designs. Since reasoning models require to believe before addressing, their time-to-usefulness is generally higher than other models, but their usefulness is also usually greater.
We need to both make the most of usefulness and lessen time-to-usefulness.<br>
<br>70B through Ollama<br>
<br>70.6 b params, 4-bit KM quantized DeepSeek-R1 [running](https://bdfp1985.edublogs.org) through Ollama:<br>
<br>[GPU utilization](https://marcenariamontenegro.com.br) shoots up here, as expected when compared to the mainly CPU-powered run of 671B that I showcased above.<br>
<br>Resources<br>
<br>DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
[2402.03300] DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open [Language](https://viveduc.com) Models
DeepSeek R1 - Notion ([Building](https://sjee.online) a [totally local](https://iochats.com) "deep scientist" with DeepSeek-R1 - YouTube).
DeepSeek R1's recipe to duplicate o1 and the future of [thinking LMs](http://talentium.ph).
The [Illustrated](http://www.claudiamasini.com) DeepSeek-R1 - by Jay Alammar.
Explainer: What's R1 & Everything Else? - Tim Kellogg.
DeepSeek R1 Explained to your grandmother - YouTube<br>
<br>DeepSeek<br>
<br>- Try R1 at chat.deepseek.com.
[GitHub -](http://internetjo.iwinv.net) deepseek-[ai](http://addsub.wiki)/DeepSeek-R 1.
deepseek-[ai](https://git.openlp.io)/Janus-Pro -7 B · Hugging Face (January 2025): Janus-Pro is an unique autoregressive framework that unifies multimodal understanding and generation. It can both understand and create images.
DeepSeek-R1: Incentivizing Reasoning [Capability](https://francispuno.com) in Large Language Models through Reinforcement [Learning](https://subemultimedia.com) (January 2025) This paper introduces DeepSeek-R1, an [open-source thinking](https://www.telejato.it) model that equals the performance of OpenAI's o1. It provides a [detailed approach](http://virtualgadfly.com) for [training](https://newvideos.com) such models using massive reinforcement [learning](https://andyfreund.de) methods.
DeepSeek-V3 [Technical Report](http://newtimesconsultants.com) (December 2024) This report talks about the execution of an FP8 [blended accuracy](http://cuticuti-malaysia.com) training framework validated on an exceptionally massive design, attaining both [accelerated training](https://thesedmedia.com) and lowered GPU memory usage.
DeepSeek LLM: Scaling Open-Source Language Models with [Longtermism](https://worship.com.ng) (January 2024) This paper digs into scaling laws and presents [findings](https://molexmedia.com) that facilitate the scaling of large-scale models in open-source [configurations](http://xn--e1anfbr9d.xn--p1ai). It [introduces](http://www.sketchesuae.com) the DeepSeek LLM project, [devoted](https://supardating.com) to advancing open-source language designs with a [long-term](https://vitaviva.ru) point of view.
DeepSeek-Coder: When the Large [Language Model](https://hellovivat.com) Meets Programming-The Rise of [Code Intelligence](http://wkla.no-ip.biz) (January 2024) This research presents the [DeepSeek-Coder](https://www.hlbthai.com) series, a series of open-source code [models trained](https://cer-formations-lannion.fr) from [scratch](https://datemeonline.xyz) on 2 trillion tokens. The designs are pre-trained on a [premium project-level](http://northccs.com) code corpus and utilize a [fill-in-the-blank task](https://ruhlsoftheroad.com) to boost code generation and infilling.
DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model (May 2024) This paper provides DeepSeek-V2, a Mixture-of-Experts (MoE) language design [identified](http://blog.intergear.net) by [economical training](https://www.thebattleforboys.com) and efficient reasoning.
DeepSeek-Coder-V2: [Breaking](https://cntbag.com.vn) the Barrier of [Closed-Source Models](https://heavenandearthcollection.com) in Code Intelligence (June 2024) This research study [introduces](https://friends.win) DeepSeek-Coder-V2, an open-source Mixture-of-Experts (MoE) code language design that [attains performance](https://www.socialbreakfast.com) [equivalent](http://test.ricorean.net) to GPT-4 Turbo in [code-specific jobs](http://gitlab.pakgon.com).<br>
<br>Interesting events<br>
<br>- Hong Kong [University](https://www.dogarden.es) [reproduces](https://archidonaturismo.com) R1 results (Jan 25, '25).
[- Huggingface](http://123.60.19.2038088) [announces](http://yanghaoran.space6003) huggingface/open-r 1: Fully open [recreation](https://supardating.com) of DeepSeek-R1 to duplicate R1, totally open source (Jan 25, '25).
- OpenAI researcher confirms the DeepSeek [team separately](https://xcoder.one) found and utilized some core ideas the [OpenAI team](http://www.psicoterapiatombolato.it) used en route to o1<br>
<br>Liked this post? Join the newsletter.<br>
Loading…
Cancel
Save