Signal Brief

The Stack v3 发布:最大的开放代码数据集

BigCode 社区发布 The Stack v3,这是迄今最大的开放代码数据集,包含 114 TB 原始数据、15.9 TB 处理后数据、约 5T 去重 tokens,涵盖 770 种编程语言和 2.24 亿仓库,完全开放且无限制许可。相比 2024 年的 v2(68 TB raw / 550B ...

twitter关注列表 Thomas Wolf (@Thom_Wolf) 发布 2026-07-23 收录 2026-07-23 观察

一句话判断

该数据集是当前最大开放代码语料,且被广泛用于模型训练,v3 的规模和质量提升直接利好开源模型研发,值得关注其详细组成和使用方法。

核心信息

BigCode 社区发布 The Stack v3,这是迄今最大的开放代码数据集,包含 114 TB 原始数据、15.9 TB 处理后数据、约 5T 去重 tokens,涵盖 770 种编程语言和 2.24 亿仓库,完全开放且无限制许可。相比 2024 年的 v2(68 TB raw / 550B tokens / 618 种语言),v3 在规模、语言覆盖和使用便利性上大幅提升,并重新爬取了截至 2025 年 8 月的最新 commit。

原始内容

Thomas Wolf (@Thom_Wolf) 转发了 elie (@eliebakouch) 的帖子: more than ~5T deduped code training tokens with a permissive license, very important release previous versions of the stack were used in almost every model disclosing the datasets they use, this is a free upgrade for every lab https://t.co/h9tA1pwQb3 ![photo](https://pbs.twimg.com/media/HN7Kn0hWUAADxCj.jpg) > **引用原帖 Anton Lozhkov (@anton_lozhkov):** > For over two years, the largest open code dataset was The Stack v2… until today. > 🥞 The Stack v3 is out: the largest open code dataset ever released: 114 TB, 770 languages, 224M repositories, ~5T tokens of deduplicated and filtered source code. Fully open, no restrictively licensed code included. > The upgrade: > - v2 (2024): 68 TB raw -> 2 TB / ~550B tokens, 618 languages filtered > - v3 (2026): 114 TB raw -> 15.9 TB / ~5T tokens, 713 languages filtered > C++ x15, TypeScript x7.5, Rust x7, Python x4.8. Even the COBOL corner of GitHub got a bigger slice. > Part of that is two fresh years of open source. Part of it is a bug we found in v2's deduplication - story below. 👀 > Things that make v3 different: > 1. Contents inline. The #1 complaint about v2 was "cool dataset, where's the actual code?" v2 shipped file IDs from the Software Heritage graph, and fetching contents was a DIY treasure hunt. v3 is self-contained: sources embedded directly, one row = one repository. Download finishes -> you start training. > 2. Fresh crawl. v2 was a 2023 snapshot of even older crawls. v3 is a direct re-crawl of GitHub at the latest commit, completed by August 2025: 224M repositories, 44B files. Forks were only included if they had 5+ stars. > Two ways in: > 🥞 stack-v3-train - near-deduplicated, quality-filtered, PII-redacted, contents inline. Point load_dataset at it and go. > https://t.co/px2LW3v6VB > 🏗 stack-v3-full - the entire 114 TB corpus as an HF Storage Bucket: every duplicate kept with cluster IDs, stubs for excluded files. Roll your own dedup, filters, and mixes. > https://t.co/SQzP5gOmzl > The record isn't really ours to claim - it's millions of everyone's repositories, neatly stacked. Thanks to every developer who keeps their code public, the BigCode community, and friends who built the infrastructure that made this possible! > https://x.com/anton_lozhkov/status/2080254608639701222

相关动态

01

AI代码库知识图谱方法分享

Mark Ajzenstadt 分享一个团队通过先构建知识图谱再使用AI的方法,在3.5个月内完成FedEx供应商平台重建,AI生成90%代码,合并122个PR,计算成本200美元/月。

twitter关注列表2026-07-23#技术#分析#AI
观察
03

OpenAI 推出桌面版 ChatGPT Voice 语音控制功能

OpenAI 在 macOS 和 Windows 桌面应用中推出 ChatGPT Voice 功能,基于 GPT-Live 模型,支持用户通过语音控制电脑、同时指挥多个 agents,实现语音交互与任务协调。该功能面向 Plus、Pro、Business、Edu 和 Enterprise 计划用户,全球逐步上线。

twitter关注列表2026-07-23#AI#产品更新#模型
观察
04

AI医疗索赔代理

PE支持的医疗账单平台在四个月内部署了七个生产级AI代理,处理真实医疗索赔并确保零PHI泄露。他们通过构建包含34个动态变量的丰富化层、固定架构和严格的输出模式验证,将调用路由在两个模型提供商之间进行交换而不影响输出。与常规直接接入模型的做法相比,该团队花费的工程时间主要用于构建评估套件和数据预处理,实现了可靠的生产运行。

twitter关注列表2026-07-23#技术#评测#发布
观察
05

月之暗面300人做出开源大模型K3,引发纳斯达克震荡

文章对比了OpenAI(4500人扩至8000人)与月之暗面(300人、无传统层级)的组织哲学。月之暗面用300人开发出2.8万亿参数的开源模型K3(896专家MoE,每次激活16个,Delta Attention,自研优化器),Arena前端盲测第一,输入$3输出$15。发布后纳斯达克跌1%,同时月之暗面启动港股IPO筹备。

twitter关注列表2026-07-23#模型发布#大模型#开源
观察