Metadata-Version: 2.1
Name: transformersplus
Version: 0.0.1
Summary: Add Some plus features to transformers.
License: Apache 2.0
Project-URL: Documentation, https://github.com/msclock/transformersplus.git
Project-URL: Source, https://github.com/msclock/transformersplus.git
Project-URL: Tracker, https://github.com/msclock/transformersplus/issues
Keywords: machine-learning,deep-learning,transformers,inference,pytorch,vision,nlp
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

## Transformers Plus
---
Add Some plus features to transformers.

## Build Package
Build wheel file:
```bash
pip install build
python -m build
```

## Install with prebuilt package
Package-built has uploaded to pypi and just install with the command:
```bash
pip install transformersplus
```

## Authors
**Msclock** - msclock@qq.com  - [Github account](https://github.com/msclock)
