Metadata-Version: 2.1
Name: nlppets
Version: 0.1.0
Summary: My nlp snippets
Home-page: https://github.com/yanyongyu/nlppets
License: MIT
Keywords: nlp
Author: yanyongyu
Author-email: yyy@yyydl.top
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: datasets
Provides-Extra: torch
Provides-Extra: transformers
Requires-Dist: datasets (>=2.3.2,<3.0.0) ; extra == "datasets" or extra == "all"
Requires-Dist: jieba (>=0.42.1,<0.43.0)
Requires-Dist: torch (>=1.11.0) ; extra == "torch" or extra == "all"
Requires-Dist: transformers (>=4.30.1,<5.0.0) ; extra == "transformers" or extra == "all"
Project-URL: Documentation, https://github.com/yanyongyu/nlppets
Project-URL: Repository, https://github.com/yanyongyu/nlppets
Description-Content-Type: text/markdown

# NLP Snippets

