Metadata-Version: 2.1
Name: bert-classifier
Version: 0.1.2
Summary: Transformers based NLP classification models
Home-page: https://github.com/minggnim/nlp-classification-model
Author: Ming Gao
Author-email: ming_gao@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: transformers
Provides-Extra: full
Requires-Dist: tqdm ; extra == 'full'
Requires-Dist: click ; extra == 'full'
Requires-Dist: statsmodels ; extra == 'full'
Requires-Dist: pyecharts ; extra == 'full'
Requires-Dist: seaborn ; extra == 'full'

# deep-learning-classification

A repository for training deep learning classification models

## Install from PyPi
```
pip install bert_classifier
```

## Install from source
```
git clone git@github.com:minggnim/bert-classifier.git
pip install -r requirements
```
