def _get_vocabulary(self) -> FrozenSet[str]:
source = ''.join(text_map)
source_special = ' '
target = ''.join(np.arange(0, self._digits).astype(np.str))
return frozenset(source + source_special + target)
评论列表
文章目录