TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

New DeepSeek-v2.5 model tops OSS coding leaderboards

2 点作者 geepytee8 个月前

1 comment

geepytee8 个月前
DeepSeek just released this week their new DeepSeek-V2.5 model, which is a &quot;combination&quot; of their DeepSeek-V2-0628 and DeepSeek-Coder-V2-0724 models according to their release tweet. [0]<p>They claim to surpass GPT-4-Turbo, Claude 3 Opus, and the previous DeepSeek-Coder-V2 model in coding, scripting, and math tasks on their official website [1] and it&#x27;s fully open sourced [2] with a 128k context window.<p>It still doesn&#x27;t show on the LMSYS Chatbot Arena coding leaderboard, which is common with new models, but livebench [3] has it ranked 7th for their coding benchmark, which is the highest ranking for any open source model (not counting mistral-large-2407 as fully open sourced since weights not public), beating meta-llama-3.1-405b-instruct-turbo.<p>Since this model&#x27;s strength is coding, I&#x27;ve also made it available for free to anyone who wants to try it as a coding copilot in VS Code [4] (Disclaimer: I&#x27;m a co-founder at Double and this is my extension).<p>Hope others find this as exciting as I do, it&#x27;s great to see open source models continue to improve!<p>[0] - <a href="https:&#x2F;&#x2F;x.com&#x2F;deepseek_ai&#x2F;status&#x2F;1832026579180163260" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;deepseek_ai&#x2F;status&#x2F;1832026579180163260</a><p>[1] - <a href="https:&#x2F;&#x2F;www.deepseek.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.deepseek.com&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;deepseek-ai&#x2F;DeepSeek-V2.5" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;deepseek-ai&#x2F;DeepSeek-V2.5</a><p>[3] - <a href="https:&#x2F;&#x2F;livebench.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;livebench.ai&#x2F;</a><p>[4] - <a href="https:&#x2F;&#x2F;double.bot&#x2F;">https:&#x2F;&#x2F;double.bot&#x2F;</a>