https://github.com/tsoding/bpe
Byte Pair Encoding
https://github.com/tsoding/bpe
Last synced: 3 months ago
JSON representation
Byte Pair Encoding
- Host: GitHub
- URL: https://github.com/tsoding/bpe
- Owner: tsoding
- License: mit
- Created: 2025-03-07T20:54:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:16:09.000Z (9 months ago)
- Last Synced: 2025-04-29T12:15:48.592Z (8 months ago)
- Language: C
- Size: 128 KB
- Stars: 75
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BPE
## Quick Start
```console
$ cc -o nob nob.c
$ ./nob
```
## References
- https://en.wikipedia.org/wiki/Byte_pair_encoding