Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
  • Sign in
T
turizm
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 17
    • Issues 17
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
  • Anke Packard
  • turizm
  • Issues
  • #7

Closed
Open
Opened Apr 02, 2025 by Anke Packard@ankepackard086
  • Report abuse
  • New issue
Report abuse New issue

Understanding DeepSeek R1


We've been tracking the explosive increase of DeepSeek R1, which has taken the AI world by storm in recent weeks. In this session, we dove deep into the evolution of the DeepSeek household - from the early models through DeepSeek V3 to the advancement R1. We also checked out the technical developments that make R1 so unique in the world of open-source AI.

The DeepSeek Family Tree: From V3 to R1

DeepSeek isn't just a single model; it's a household of significantly sophisticated AI systems. The development goes something like this:

DeepSeek V2:

This was the structure model which leveraged a mixture-of-experts architecture, where only a subset of professionals are used at reasoning, drastically enhancing the processing time for each token. It likewise featured multi-head hidden attention to reduce memory footprint.

DeepSeek V3:

This model introduced FP8 training methods, setiathome.berkeley.edu which assisted drive down training costs by over 42.5% compared to previous versions. FP8 is a less accurate way to store weights inside the LLMs but can greatly improve the memory footprint. However, training utilizing FP8 can usually be unsteady, and it is hard to obtain the desired training outcomes. Nevertheless, DeepSeek utilizes several tricks and attains extremely steady FP8 training. V3 set the stage as an extremely effective design that was currently economical (with claims of being 90% cheaper than some closed-source options).

DeepSeek R1-Zero:

With V3 as the base, the team then introduced R1-Zero, the very first reasoning-focused iteration. Here, the focus was on teaching the model not just to produce responses but to "believe" before answering. Using pure support knowing, the design was motivated to produce intermediate thinking steps, for example, taking extra time (typically 17+ seconds) to work through a basic issue like "1 +1."

The crucial development here was making use of group relative policy optimization (GROP). Instead of depending on a standard procedure benefit model (which would have required annotating every step of the reasoning), GROP compares numerous outputs from the design. By tasting a number of potential answers and links.gtanet.com.br scoring them (using rule-based steps like specific match for math or validating code outputs), the system finds out to favor thinking that leads to the appropriate outcome without the requirement for explicit supervision of every intermediate thought.

DeepSeek R1:

Recognizing that R1-Zero's without supervision approach produced thinking outputs that could be tough to read or even mix languages, the designers went back to the drawing board. They utilized the raw outputs from R1-Zero to create "cold start" information and then by hand curated these examples to filter and improve the quality of the thinking. This human post-processing was then used to fine-tune the original DeepSeek V3 design further-combining both reasoning-oriented reinforcement learning and monitored fine-tuning. The result is DeepSeek R1: a model that now produces legible, meaningful, and dependable reasoning while still maintaining the efficiency and cost-effectiveness of its predecessors.

What Makes R1 Series Special?

The most fascinating aspect of R1 (zero) is how it developed thinking abilities without explicit supervision of the reasoning process. It can be even more improved by utilizing cold-start data and monitored reinforcement learning to produce legible reasoning on general jobs. Here's what sets it apart:

Open Source & Efficiency:

R1 is open source, permitting researchers and designers to inspect and build on its innovations. Its expense effectiveness is a significant selling point especially when compared to closed-source designs (claimed 90% less expensive than OpenAI) that require huge compute spending plans.

Novel Training Approach:

Instead of relying exclusively on annotated thinking (which is both expensive and time-consuming), the design was trained using an outcome-based approach. It started with quickly verifiable tasks, such as mathematics problems and coding workouts, where the accuracy of the final answer could be easily measured.

By utilizing group relative policy optimization, the training process compares several generated answers to figure out which ones satisfy the desired output. This relative scoring system allows the design to discover "how to believe" even when intermediate reasoning is produced in a freestyle way.

Overthinking?

An intriguing observation is that DeepSeek R1 in some cases "overthinks" simple issues. For instance, when asked "What is 1 +1?" it might invest almost 17 seconds evaluating various scenarios-even thinking about binary representations-before concluding with the right response. This self-questioning and yewiki.org verification procedure, although it may appear ineffective in the beginning glance, might show useful in intricate tasks where much deeper reasoning is needed.

Prompt Engineering:

Traditional few-shot prompting techniques, which have worked well for lots of chat-based models, can in fact deteriorate efficiency with R1. The developers advise utilizing direct issue statements with a zero-shot approach that specifies the output format plainly. This guarantees that the model isn't led astray by extraneous examples or tips that may hinder its internal thinking process.

Beginning with R1

For those aiming to experiment:

Smaller variations (7B-8B) can operate on customer GPUs or even just CPUs


Larger variations (600B) require considerable calculate resources


Available through significant cloud companies


Can be deployed locally through Ollama or vLLM


Looking Ahead

We're particularly interested by numerous implications:

The potential for this method to be used to other reasoning domains


Effect on agent-based AI systems typically constructed on chat designs


Possibilities for combining with other guidance strategies


Implications for business AI deployment


Thanks for checking out Deep Random Thoughts! Subscribe free of charge to receive brand-new posts and support my work.

Open Questions

How will this impact the development of future reasoning models?


Can this method be encompassed less proven domains?


What are the implications for multi-modal AI systems?


We'll be enjoying these developments carefully, especially as the neighborhood starts to explore and build on these strategies.

Resources

Join our Slack community for ongoing conversations and updates about DeepSeek and other AI developments. We're seeing fascinating applications already emerging from our bootcamp participants working with these models.

Chat with DeepSeek:


https://www.deepseek.com/

Papers:

DeepSeek LLM


DeepSeek-V2


DeepSeek-V3


DeepSeek-R1


Blog Posts:

The Illustrated DeepSeek-R1


DeepSeek-R1 Paper Explained


DeepSeek R1 - a brief summary


Cloud Providers:

Nvidia


Together.ai


AWS




Q&A

Q1: Which model should have more attention - DeepSeek or Qwen2.5 Max?

A: While Qwen2.5 is also a strong design in the open-source community, the choice ultimately depends on your usage case. DeepSeek R1 stresses advanced reasoning and a novel training approach that may be especially valuable in jobs where proven logic is critical.

Q2: Why did major providers like OpenAI choose supervised fine-tuning instead of support knowing (RL) like DeepSeek?

A: We ought to note in advance that they do utilize RL at the very least in the kind of RLHF. It is likely that designs from major wiki.myamens.com providers that have reasoning abilities already use something similar to what DeepSeek has actually done here, but we can't make certain. It is also likely that due to access to more resources, they favored monitored fine-tuning due to its stability and the ready availability of large annotated datasets. Reinforcement learning, although powerful, can be less predictable and harder to control. DeepSeek's method innovates by using RL in a reasoning-oriented way, allowing the model to learn reliable internal reasoning with only minimal procedure annotation - a method that has actually shown promising regardless of its complexity.

Q3: Did DeepSeek use test-time compute strategies similar to those of OpenAI?

A: DeepSeek R1's style highlights performance by leveraging techniques such as the mixture-of-experts approach, which triggers just a subset of parameters, to reduce compute during reasoning. This concentrate on effectiveness is main to its expense benefits.

Q4: What is the difference in between R1-Zero and R1?

A: R1-Zero is the initial model that discovers thinking solely through support knowing without specific process guidance. It creates intermediate thinking steps that, while sometimes raw or combined in language, act as the structure for learning. DeepSeek R1, on the other hand, improves these outputs through human post-processing and monitored fine-tuning. In essence, R1-Zero offers the not being watched "spark," and R1 is the polished, more coherent version.

Q5: How can one remain upgraded with extensive, technical research while handling a hectic schedule?

A: Remaining present includes a combination of actively engaging with the research study neighborhood (like AISC - see link to sign up with slack above), following preprint servers like arXiv, participating in relevant conferences and webinars, and taking part in conversation groups and newsletters. Continuous engagement with online communities and collective research tasks likewise plays an essential function in keeping up with technical advancements.

Q6: In what use-cases does DeepSeek surpass models like O1?

A: The brief response is that it's prematurely to tell. DeepSeek R1's strength, however, wiki.dulovic.tech lies in its robust reasoning abilities and its . It is particularly well fit for tasks that require verifiable logic-such as mathematical issue solving, code generation, and structured decision-making-where intermediate thinking can be reviewed and confirmed. Its open-source nature even more enables for tailored applications in research and enterprise settings.

Q7: What are the implications of DeepSeek R1 for business and start-ups?

A: The open-source and cost-efficient style of DeepSeek R1 decreases the entry barrier for releasing sophisticated language designs. Enterprises and start-ups can take advantage of its innovative thinking for agentic applications ranging from automated code generation and consumer support to data analysis. Its versatile implementation options-on customer hardware for smaller sized models or cloud platforms for bigger ones-make it an attractive option to exclusive solutions.

Q8: Will the design get stuck in a loop of "overthinking" if no proper answer is discovered?

A: While DeepSeek R1 has been observed to "overthink" basic issues by checking out several reasoning courses, it integrates stopping requirements and evaluation systems to avoid boundless loops. The support learning structure encourages convergence toward a proven output, even in uncertain cases.

Q9: Is DeepSeek V3 entirely open source, and is it based on the Qwen architecture?

A: Yes, DeepSeek V3 is open source and acted as the structure for later models. It is constructed on its own set of innovations-including the mixture-of-experts technique and FP8 training-and is not based on the Qwen architecture. Its design stresses performance and expense reduction, setting the stage for the reasoning innovations seen in R1.

Q10: How does DeepSeek R1 carry out on vision jobs?

A: DeepSeek R1 is a text-based model and does not integrate vision capabilities. Its style and training focus solely on language processing and thinking.

Q11: Can specialists in specialized fields (for instance, laboratories dealing with remedies) use these methods to train domain-specific models?

A: Yes. The innovations behind DeepSeek R1-such as its outcome-based reasoning training and effective architecture-can be adapted to various domains. Researchers in fields like biomedical sciences can tailor wiki.asexuality.org these approaches to construct designs that resolve their specific difficulties while gaining from lower compute costs and robust thinking capabilities. It is most likely that in deeply specialized fields, however, there will still be a need for monitored fine-tuning to get trusted results.

Q12: Were the annotators for the human post-processing professionals in technical fields like computer science or mathematics?

A: The discussion indicated that the annotators mainly focused on domains where correctness is easily verifiable-such as mathematics and coding. This suggests that knowledge in technical fields was certainly leveraged to ensure the accuracy and clearness of the reasoning information.

Q13: hb9lc.org Could the design get things incorrect if it relies on its own outputs for discovering?

A: While the model is developed to enhance for correct responses through support knowing, there is always a danger of errors-especially in uncertain circumstances. However, by evaluating multiple candidate outputs and strengthening those that lead to verifiable outcomes, the training procedure minimizes the likelihood of propagating inaccurate reasoning.

Q14: How are hallucinations decreased in the model given its iterative thinking loops?

A: Making use of rule-based, proven jobs (such as math and coding) helps anchor the model's thinking. By comparing several outputs and using group relative policy optimization to enhance just those that yield the correct result, the model is guided away from producing unfounded or hallucinated details.

Q15: Does the model rely on complex vector mathematics?

A: Yes, advanced techniques-including complex vector math-are important to the application of mixture-of-experts and attention mechanisms in DeepSeek R1. However, the main focus is on utilizing these strategies to make it possible for reliable thinking rather than showcasing mathematical intricacy for its own sake.

Q16: Some worry that the model's "thinking" might not be as fine-tuned as human reasoning. Is that a valid concern?

A: Early versions like R1-Zero did produce raw and often hard-to-read thinking. However, the subsequent improvement process-where human experts curated and enhanced the thinking data-has considerably boosted the clarity and reliability of DeepSeek R1's internal thought procedure. While it remains a developing system, iterative training and feedback have led to meaningful improvements.

Q17: Which model versions appropriate for regional deployment on a laptop computer with 32GB of RAM?

A: For regional screening, a medium-sized model-typically in the range of 7B to 8B parameters-is advised. Larger designs (for instance, those with hundreds of billions of specifications) need significantly more computational resources and are better suited for cloud-based release.

Q18: Is DeepSeek R1 "open source" or does it use just open weights?

A: DeepSeek R1 is offered with open weights, implying that its design specifications are publicly available. This lines up with the overall open-source viewpoint, allowing scientists and designers to additional explore and build on its innovations.

Q19: What would occur if the order of training were reversed-starting with monitored fine-tuning before without supervision support knowing?

A: The current method enables the model to first check out and produce its own thinking patterns through without supervision RL, and after that improve these patterns with supervised methods. Reversing the order may constrain the design's capability to discover diverse thinking courses, potentially limiting its total efficiency in jobs that gain from self-governing idea.

Thanks for reading Deep Random Thoughts! Subscribe for free to receive new posts and support my work.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View project labels
Reference: ankepackard086/turizm#7