PulseAugur
实时 19:01:34
实体 WordPiece

WordPiece

PulseAugur coverage of WordPiece — every cluster mentioning WordPiece across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
2
90 天内 2
发布 · 30天
0
90 天内 0
论文 · 30天
2
90 天内 2
层级分布 · 90 天
情绪 · 30 天

2 天有情绪数据

最近 · 第 1/1 页 · 共 2 条
  1. RESEARCH · CL_43970 ·

    新的ToaST分词器将词元数量减少了11%以上

    研究人员开发了一种名为基于分裂树的分词(ToaST)的新子词分词方法。该方法通过将文本递归地分裂成二叉树并基于整数规划松弛选择词汇来优化压缩。与BPE和WordPiece等现有方法相比,ToaST在词元数量上减少了11%,并在训练1.5B参数语言模型方面取得了更好的性能。

  2. RESEARCH · CL_30772 ·

    Paper analyzes how data representation impacts Transformer context

    A new paper analyzes how different representations of data, such as bytes, characters, or subword tokens, affect the performance of Transformer models. The research introduces 'fragmentation' to explain why smaller unit…