-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b1907df
Showing
15 changed files
with
88,485 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Efficient BPE | ||
|
||
博客[高效中文BPE实现](https://lyk-ai.com/post/2)代码仓库。 | ||
|
||
* ebpe.py 我的高效BPE实现 | ||
* bpe_eval.ipynb 评测代码 | ||
* requirements.txt 为 `bpe_eval.ipynb`的依赖,ebpe.py 本身仅以来 `tqdm` 显示进度条 |
Oops, something went wrong.