{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T06:40:50.084Z","headline":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","description":"社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","url":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/","mainEntityOfPage":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/","datePublished":"2026-07-20T01:56:50.000Z","dateModified":"2026-07-20T01:56:50.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://www.marktechpost.com/2026/07/19/someone-fine-tuned-openbmbs-minicpm5-1b-on-claude-fable-5-traces-to-ship-a-657mb-local-thinking-model","https://aihot.virxact.com/items/cmrsle7js0a7dbiwmisdtq9q3"],"canonicalUrl":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。 Aioga 将其归入「模型更新」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/","dateCreated":"2026-07-20T01:56:50.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"marktechpost.com source article","url":"https://www.marktechpost.com/2026/07/19/someone-fine-tuned-openbmbs-minicpm5-1b-on-claude-fable-5-traces-to-ship-a-657mb-local-thinking-model","datePublished":"2026-07-20T01:56:50.000Z","provider":{"@type":"Organization","name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/19/someone-fine-tuned-openbmbs-minicpm5-1b-on-claude-fable-5-traces-to-ship-a-657mb-local-thinking-model"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrsle7js0a7dbiwmisdtq9q3","datePublished":"2026-07-20T01:56:50.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrsle7js0a7dbiwmisdtq9q3"}}],"aggregationSource":"MarkTechPost（RSS）","originalPublisher":{"name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/19/someone-fine-tuned-openbmbs-minicpm5-1b-on-claude-fable-5-traces-to-ship-a-657mb-local-thinking-model"},"article":{"id":"cmrsle7js0a7dbiwmisdtq9q3","slug":"cmrsle7js0a7dbiwmisdtq9q3","url":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/","title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","title_en":"Someone Fine-Tuned OpenBMB's MiniCPM5-1B on Claude Fable 5 Traces to Ship a 657MB Local Thinking Model","summary":"社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","source":"MarkTechPost（RSS）","sourceUrl":"https://www.marktechpost.com/2026/07/19/someone-fine-tuned-openbmbs-minicpm5-1b-on-claude-fable-5-traces-to-ship-a-657mb-local-thinking-model","aiHotUrl":"https://aihot.virxact.com/items/cmrsle7js0a7dbiwmisdtq9q3","publishedAt":"2026-07-20T01:56:50.000Z","category":"模型更新","score":28,"selected":false,"articleBody":["A community developer, GnLOLot：https://huggingface.co/GnLOLot, has published a 1B model that runs fully on local hardware. The model is MiniCPM5-1B-Claude-Opus-Fable5-Thinking ：https://huggingface.co/GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking, with GGUF builds：https://huggingface.co/GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking-GGUF for llama.cpp-compatible runtimes. It needs no API key and makes no cloud calls.","The model is built on openbmb/MiniCPM5-1B：https://huggingface.co/openbmb/MiniCPM5-1B. That base is a real, documented release from OpenBMB：https://github.com/OpenBMB/MiniCPM. It is a dense 1.08B-parameter model using a standard LlamaForCausalLM architecture. It has 24 layers, grouped-query attention, and a 131,072-token context length. OpenBMB reports 1B-class open-source SOTA within its own comparison set.","The base already ships a native thinking template. Reasoning is toggled through enable_thinking , giving both a Think and a No Think mode. The derivative model keeps that template and MiniCPM5’s tool-call format.","On top of that base, the developer applied a fine-tune. The card states the model is ‘further fine-tuned on Fable 5 data’ to improve coding and instruction following. The GGUF card repeats this as ‘post-trained on Fable 5 data.’","The described method is not classical distillation. You do not shrink the original model. Instead you generate many conversations with a teacher model. You capture its replies and reasoning traces as text. You then supervised-fine-tune a smaller base model on those traces.","This distinction is important for accuracy. Classical distillation transfers signal from a teacher’s logits or weights. No one has access to Claude’s weights or logits. So this is supervised fine-tuning on generated outputs, not weight-level distillation. OpenBMB’s own base model, by contrast, uses a documented On-Policy Distillation：https://thinkingmachines.ai/blog/on-policy-distillation/ stage between its own teacher and student checkpoints.","The practical effect is that the 1B model learns to imitate response format and style. It does not absorb the teacher’s underlying capability. A 1B parameter budget cannot hold frontier-scale reasoning.","The context window is 128K tokens, inherited from the base config.json (131,072). The GGUF repository ships four quantizations. Q4_K_M is roughly 657MB and is labeled the smallest footprint. Q5_K_M is roughly 751MB. Q8_0 is roughly 1.1GB and is the maintainer’s recommended default. F16 is roughly 2.1GB.","The ‘657MB footprint’ is the smallest quant, not the default build. The model loads directly in llama.cpp, Ollama：https://ollama.com/, LM Studio, jan, and KoboldCpp.","The explainer below walks the build pipeline, the footprint tradeoffs, and the honest split of what a fine-tune can and cannot carry over.","The GGUF card gives a one-line path through Ollama:","The same repository documents llama.cpp, LM Studio, jan, and KoboldCpp. Recommended sampling for Think mode is temperature=0.9, top_p=0.95 . The model may emit reasoning blocks before the final answer, which downstream apps can strip.","Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.","Build an Agentic Event Venue Operator [Full Codes]：https://pxllnk.co/twdn5","Thanks! Our team will contact you soon 🙌"],"articleImages":[{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2025/07/a-professional-linkedin-headshot-photogr_0jcmb0R9Sv6nW5XK-zkPHw_uARV5VW1ST6osLNlunoVWg-300x300.png","alt":"","afterParagraph":11,"url":"/media/articles/cmrsle7js0a7dbiwmisdtq9q3/84e64b03066de40c.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/blog19132-1-8-100x70.png","alt":"Google Releases Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber","afterParagraph":12,"url":"/media/articles/cmrsle7js0a7dbiwmisdtq9q3/39896896ab8c8014.webp"}],"mediaStatus":"ok","articleBodyZh":["一位社区开发者 GnLOLot：https://huggingface.co/GnLOLot 发布了一个可以完全在本地硬件上运行的 1B 模型。该模型是 MiniCPM5-1B-Claude-Opus-Fable5-Thinking：https://huggingface.co/GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking，并提供 GGUF 构建：https://huggingface.co/GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking-GGUF，用于 llama.cpp 兼容运行时。它不需要 API 密钥，也不会进行云调用。","该模型基于 openbmb/MiniCPM5-1B：https://huggingface.co/openbmb/MiniCPM5-1B 构建。该基础模型是 OpenBMB 的真实、有文档记录的发布：https://github.com/OpenBMB/MiniCPM。它是一个具有 1.08 亿参数的密集模型，采用标准的 LlamaForCausalLM 架构。模型有 24 层，使用分组查询注意力机制，具有 131,072 个 token 的上下文长度。OpenBMB 报告称，其在自有对比集内达到 1B 级开源 SOTA。","基础模型已经内置了一种原生思考模板。通过 enable_thinking 可以切换推理模式，提供思考（Think）和不思考（No Think）两种模式。派生模型保持了该模板和 MiniCPM5 的工具调用格式。","在该基础之上，开发者进行了微调。卡片说明模型是“在 Fable 5 数据上进一步微调”的，以提升编码和指令执行能力。GGUF 卡片同样表述为“在 Fable 5 数据上进行后训练”。","所描述的方法不是传统的蒸馏。你不会缩小原始模型。相反，你会使用教师模型生成大量对话，然后将其回复和推理路径记录为文本。接着，你在这些文本上对一个较小的基础模型进行监督微调。","这种区别对于准确性很重要。传统蒸馏是从教师模型的 logits 或权重中传递信号。没有人能访问 Claude 的权重或 logits。因此，这里是对生成输出进行监督微调，而不是权重级蒸馏。相比之下，OpenBMB 自身的基础模型在其教师和学生检查点之间使用了文档记录的“在线策略蒸馏 (On-Policy Distillation)”：https://thinkingmachines.ai/blog/on-policy-distillation/ 阶段。","实际效果是 1B 模型学会模仿回复的格式和风格，但不会吸收教师模型的基础能力。1B 参数的模型预算无法承载前沿级别的推理能力。","上下文窗口为128K标记，继承自基础config.json（131,072）。GGUF仓库提供四种量化版本。Q4_K_M大约为657MB，被标注为最小占用空间。Q5_K_M大约为751MB。Q8_0大约为1.1GB，是维护者推荐的默认版本。F16大约为2.1GB。","“657MB占用空间”是最小的量化版本，并非默认构建。该模型可直接在llama.cpp、Ollama：https://ollama.com/、LM Studio、jan和KoboldCpp中加载。","下面的说明介绍了构建流程、占用空间的权衡，以及微调可以和不能传递的内容的真实划分。","GGUF卡提供了一行路径通过Ollama：","同一仓库记录了llama.cpp、LM Studio、jan和KoboldCpp。Think模式的推荐采样为 temperature=0.9, top_p=0.95。模型可能在最终答案前输出推理块，下游应用可以将其删除。","Michal Sutter是一名数据科学专业人士，拥有帕多瓦大学的数据科学硕士学位。凭借在统计分析、机器学习和数据工程方面的扎实基础，Michal擅长将复杂数据集转化为可操作的洞察。","构建智能事件场地运营代理 [完整代码]：https://pxllnk.co/twdn5","谢谢！我们的团队将很快与您联系 🙌"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。 Aioga 将其归入「模型更新」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：模型与研究类动态需要结合能力边界、开放方式、成本、可用性和真实任务表现判断，单项指标领先不等于已经形成稳定采用。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察官方文档、实际可用性、价格变化、开发者反馈和竞品回应。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-23T06:49:19.119Z","sourceHash":"92fb121e41a86de2","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["模型更新","MarkTechPost（RSS）"],"translations":{"zh-CN":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AI资讯","description":"社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","url":"https://www.aioga.com/news/cmrsle7js0a7dbiwmisdtq9q3/"},"en":{"title":"Someone Fine-Tuned OpenBMB's MiniCPM5-1B on Claude Fable 5 Traces to Ship a 657MB Local Thinking Model","summary":"Aioga tracks this update from MarkTechPost（RSS） under Models. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"Models","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Someone Fine-Tuned OpenBMB's MiniCPM5-1B on Claude Fable 5 Traces to Ship a 657MB Local Thinking Model - Aioga AI News","description":"Aioga tracks this update from MarkTechPost（RSS） under Models. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文...","url":"https://www.aioga.com/en/news/cmrsle7js0a7dbiwmisdtq9q3/"},"ja":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aiogaは「モデル更新」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"モデル更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AIニュース","description":"Aiogaは「モデル更新」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Huggi...","url":"https://www.aioga.com/ja/news/cmrsle7js0a7dbiwmisdtq9q3/"},"ko":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga는 MarkTechPost（RSS）의 업데이트를 모델 업데이트 흐름으로 추적합니다. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"모델 업데이트","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AI 뉴스","description":"Aioga는 MarkTechPost（RSS）의 업데이트를 모델 업데이트 흐름으로 추적합니다. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Huggi...","url":"https://www.aioga.com/ko/news/cmrsle7js0a7dbiwmisdtq9q3/"},"es":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Modelos. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"Modelos","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Noticias de IA","description":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Modelos. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备...","url":"https://www.aioga.com/es/news/cmrsle7js0a7dbiwmisdtq9q3/"},"fr":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Modèles. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"Modèles","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Actualités IA","description":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Modèles. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文...","url":"https://www.aioga.com/fr/news/cmrsle7js0a7dbiwmisdtq9q3/"},"de":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga KI-News","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/de/news/cmrsle7js0a7dbiwmisdtq9q3/"},"pt-BR":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Notícias de IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/pt-BR/news/cmrsle7js0a7dbiwmisdtq9q3/"},"ru":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Новости ИИ","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/ru/news/cmrsle7js0a7dbiwmisdtq9q3/"},"ar":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga أخبار الذكاء الاصطناعي","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/ar/news/cmrsle7js0a7dbiwmisdtq9q3/"},"hi":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AI समाचार","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/hi/news/cmrsle7js0a7dbiwmisdtq9q3/"},"it":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Notizie IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/it/news/cmrsle7js0a7dbiwmisdtq9q3/"},"nl":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AI-nieuws","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/nl/news/cmrsle7js0a7dbiwmisdtq9q3/"},"tr":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga AI Haberleri","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/tr/news/cmrsle7js0a7dbiwmisdtq9q3/"},"vi":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Tin tức AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/vi/news/cmrsle7js0a7dbiwmisdtq9q3/"},"id":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Berita AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/id/news/cmrsle7js0a7dbiwmisdtq9q3/"},"th":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - ข่าว AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/th/news/cmrsle7js0a7dbiwmisdtq9q3/"},"pl":{"title":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验证了 Hugging Face 模型卡上的规格，并指出了许可证问题。","category":"模型更新","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"开发者用 Claude Fable 5 轨迹微调 OpenBMB 的 MiniCPM5-1B，推出 657MB 本地推理模型 - Aioga Wiadomości AI","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. 社区开发者利用 Claude Fable 5 的推理轨迹对 OpenBMB 的 MiniCPM5-1B 进行微调，得到一个完全本地运行的 1B 参数模型。该模型最小构建仅 657MB，支持 128K 上下文窗口，并具备可见的推理过程。文章验...","url":"https://www.aioga.com/pl/news/cmrsle7js0a7dbiwmisdtq9q3/"}}}}