PulseAugur
实时 09:42:53
English(EN) hubert.cpp, a C++ implementation of distilHuBERT [P]

发布新的 C++ DistilHuBERT 实现

已开发出 DistilHuBERT 模型的 C++ 实现,名为 hubert.cpp。此实现没有运行时依赖项,其权重直接编译到库中。它支持动态大小调整,性能与 onnxruntime 相当,易于集成到 CMake 项目中。 AI

影响 为在 C++ 项目中使用 DistilHuBERT 提供了更易于访问和集成的途径。

排序理由 这是现有模型的新实现,并非新模型发布或重大的研究突破。[lever_c_demoted from research: ic=1 ai=1.0]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Competitive_Act5981 ·

    hubert.cpp, a C++ implementation of distilHuBERT [P]

    <!-- SC_OFF --><div class="md"><p>I've written a C++ implementation of distilHuBERT.</p> <p><a href="https://github.com/pfeatherstone/hubert.cpp">https://github.com/pfeatherstone/hubert.cpp</a></p> <p>It has no runtime dependencies, the weights are compiled into the library, it s…