Metadata-Version: 2.1
Name: transformer-tools
Version: 0.1.0
Summary: Tools for Transformers
Home-page: https://github.com/telekom/transformer-tools
Author: Philip May
Author-email: philip.may@t-systems.com
Maintainer: Philip May
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/telekom/transformer-tools/issues
Project-URL: Source Code, https://github.com/telekom/transformer-tools
Project-URL: Contributing, https://github.com/telekom/transformer-tools/blob/main/CONTRIBUTING.md
Project-URL: Code of Conduct, https://github.com/telekom/transformer-tools/blob/main/CODE_OF_CONDUCT.md
Keywords: torch pytorch transformers nlp nlu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: scikit-learn
Provides-Extra: checking
Requires-Dist: black ; extra == 'checking'
Requires-Dist: flake8 ; extra == 'checking'
Requires-Dist: isort ; extra == 'checking'
Requires-Dist: mdformat ; extra == 'checking'
Requires-Dist: pydocstyle ; extra == 'checking'
Requires-Dist: mypy ; extra == 'checking'
Requires-Dist: pylint ; extra == 'checking'
Requires-Dist: pylintfileheader ; extra == 'checking'
Provides-Extra: optional
Requires-Dist: ml-cloud-tools ; extra == 'optional'
Requires-Dist: mlflow ; extra == 'optional'
Requires-Dist: seldon-core ; extra == 'optional'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# Transformer-Tools

[![One Conversation](https://raw.githubusercontent.com/telekom/transformer-tools/main/docs/source/imgs/1c-logo.png)](https://www.welove.ai/)
<br/>
This project is maintained by the [One Conversation](https://www.welove.ai/)
team of [Deutsche Telekom AG](https://www.telekom.com/).

## Licensing

Copyright (c) 2021 Philip May, Deutsche Telekom AG<br/>
Copyright (c) 2021 Philip May

Licensed under the **MIT License** (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License by reviewing the file
[LICENSE](https://github.com/telekom/transformer-tools/blob/main/LICENSE) in the repository.


