From 45a0c2f8b29d31c5234a7e2ea9568564fc020f9d Mon Sep 17 00:00:00 2001 From: Shubham Panchal Date: Mon, 22 Apr 2024 07:04:59 +0530 Subject: [PATCH] add gnp/minbpe-rs as community extensions in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14ecc1cb..fcf97122 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ $ pytest -v . to run the tests. (-v is verbose, slightly prettier). +## community extensions + +* [gnp/minbpe-rs](https://github.com/gnp/minbpe-rs): A Rust implementation of `minbpe` providing (near) one-to-one correspondence with the Python version + ## exercise For those trying to study BPE, here is the advised progression exercise for how you can build your own minbpe step by step. See [exercise.md](exercise.md).