Metadata-Version: 2.1
Name: transformer-as-client
Version: 1.10.0
Summary: Use your pretrained models as service (client)
Home-page: UNKNOWN
Author: faith
Author-email: xianzixiang@gmail.com
License: MIT
Keywords: transformer pretrained model as service
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pyzmq (>=17.1.0)

<h1 align="center">transformer-as-service</h1>

<p align="center">Using transformer pretrained model as a sentence encoding service, i.e. mapping a variable-length sentence to a fixed-length vector.</p>

Thanks for the idea from [bert-as-serivce](https://github.com/hanxiao/bert-as-service)

