You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Add a paragraph to the README to describe the general way BPE works.
[OPTIONAL] use type hints in some function/method signatures to make sure the parameter and return types are always correct and they never go out of date (unlike docstrings). https://pypi.org/project/sphinx-autodoc-typehints/ This feature also shortens the docstrings. Moreover, IDEs and static code analysis tools (like pylint, mypy) read these signatures to prevent misuses.