Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
B
beget
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 1
    • Issues 1
    • 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
  • Finn Thibodeaux
  • beget
  • Issues
  • #1

Closed
Open
Opened Feb 28, 2025 by Finn Thibodeaux@finnthibodeaux
  • Report abuse
  • New issue
Report abuse New issue

DeepSeek Open-Sources DeepSeek-R1 LLM with Performance Comparable To OpenAI's O1 Model


DeepSeek open-sourced DeepSeek-R1, an LLM fine-tuned with reinforcement knowing (RL) to enhance thinking ability. DeepSeek-R1 attains results on par with OpenAI's o1 model on several criteria, including MATH-500 and SWE-bench.

DeepSeek-R1 is based upon DeepSeek-V3, a mix of experts (MoE) model recently open-sourced by DeepSeek. This base design is fine-tuned utilizing Group Relative Policy Optimization (GRPO), a reasoning-oriented version of RL. The research team likewise performed knowledge distillation from DeepSeek-R1 to open-source Qwen and Llama designs and released several versions of each; these designs surpass larger designs, consisting of GPT-4, on mathematics and coding standards.

[DeepSeek-R1 is] the first action towards improving language model reasoning capabilities utilizing pure reinforcement knowing (RL). Our goal is to explore the potential of LLMs to develop thinking abilities without any supervised information, focusing on their self-evolution through a pure RL process...DeepSeek-R1 ... master a broad variety of jobs, including innovative writing, wiki.dulovic.tech general question answering, modifying, summarization, and more. Additionally, DeepSeek-R1 demonstrates outstanding efficiency on tasks requiring long-context understanding, significantly outperforming DeepSeek-V3 on long-context criteria.

To establish the design, DeepSeek started with DeepSeek-V3 as a base. They initially tried fine-tuning it just with RL, and with no supervised fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have actually also released. This model exhibits strong reasoning efficiency, but" powerful reasoning habits, it deals with numerous concerns. For example, DeepSeek-R1-Zero has a hard time with challenges like bad readability and language mixing."

To address this, the team utilized a short phase of SFT to avoid the "cold start" issue of RL. They collected numerous thousand examples of chain-of-thought reasoning to use in SFT of DeepSeek-V3 before running RL. After the RL procedure assembled, they then gathered more SFT information utilizing rejection sampling, leading to a dataset of 800k samples. This dataset was utilized for additional fine-tuning and to produce the distilled models from Llama and Qwen.

DeepSeek examined their model on a variety of reasoning, mathematics, and coding standards and compared it to other models, consisting of Claude-3.5- Sonnet, GPT-4o, and surgiteams.com o1. DeepSeek-R1 surpassed all of them on numerous of the benchmarks, consisting of AIME 2024 and MATH-500.

DeepSeek-R1 Performance. Image Source: DeepSeek-R1 Technical Report

Within a couple of days of its release, the LMArena revealed that DeepSeek-R1 was ranked # 3 general in the arena and # 1 in coding and bytes-the-dust.com math. It was likewise tied for # 1 with o1 in "Hard Prompt with Style Control" category.

Django structure co-creator Simon Willison blogged about his explores among the DeepSeek distilled Llama models on his blog site:

Each response begins with a ... pseudo-XML tag containing the chain of thought used to help produce the action. [Given the timely] "a joke about a pelican and a walrus who run a tea room together" ... It then thought for 20 paragraphs before outputting the joke! ... [T] he joke is dreadful. But the of arriving was such an interesting insight into how these brand-new designs work.

Andrew Ng's newsletter The Batch discussed DeepSeek-R1:

DeepSeek is rapidly becoming a strong builder of open models. Not only are these designs excellent entertainers, disgaeawiki.info but their license permits use of their outputs for distillation, potentially pushing forward the state of the art for language designs (and multimodal models) of all sizes.

The DeepSeek-R1 models are available on HuggingFace.

About the Author

Anthony Alford

Rate this Article

This content remains in the AI, gratisafhalen.be ML & Data Engineering subject

Related Topics:

- AI, ML & Data Engineering - Generative AI

  • Large language designs

    - Related Editorial

    Related Sponsored Content

    - [eBook] Getting Going with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you ready to experiment with cutting-edge innovations? You can begin building intelligent apps with free Azure app, data, and AI services to minimize in advance expenses. Find out more.

    How could we improve? Take the InfoQ reader survey

    Each year, we look for feedback from our readers to help us enhance InfoQ. Would you mind costs 2 minutes to share your feedback in our short survey? Your feedback will straight help us continually progress how we support you. The InfoQ Team Take the survey

    Related Content

    The InfoQ Newsletter

    A round-up of recently's material on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers.
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: finnthibodeaux/beget#1