mirror of
https://github.com/mii443/tokenizers.git
synced 2025-09-04 00:09:34 +00:00
Fix setup.py
This commit is contained in:
@ -7,7 +7,7 @@ setup(
|
|||||||
description="Fast and Customizable Tokenizers",
|
description="Fast and Customizable Tokenizers",
|
||||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
keywords="NLP tokenizer BPE transformer deep learning"
|
keywords="NLP tokenizer BPE transformer deep learning",
|
||||||
author="Anthony MOI",
|
author="Anthony MOI",
|
||||||
author_email="anthony@huggingface.co",
|
author_email="anthony@huggingface.co",
|
||||||
url="https://github.com/huggingface/tokenizers",
|
url="https://github.com/huggingface/tokenizers",
|
||||||
|
Reference in New Issue
Block a user