Metadata-Version: 2.1
Name: band
Version: 0.3.0
Summary: BERT Application
Home-page: https://github.com/sunyancn/band
Author: sunyancn
Author-email: sunyanhust@163.com
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >3.6
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: tensorflow (==2.0.0)
Requires-Dist: numpy (==1.16.4)
Requires-Dist: pandas (==0.23.4)
Requires-Dist: scikit-learn (>=0.21.1)
Requires-Dist: h5py
Requires-Dist: prettytable
Requires-Dist: tqdm
Requires-Dist: transformers
Requires-Dist: nltk
Requires-Dist: jieba
Requires-Dist: tabulator (==1.30.0)

## Dataset 
| Dataset Name | Language |             TASK              |        Description         |
| :----------: | :------: | :---------------------------: | :------------------------: |
| ChnSentiCorp |    CN    |      Text Classification      |   Binary Classification    |
|    LCQMC     |    CN    |     Question Answer Match     |   Binary Classification    |
|   MSRA_NER   |    CN    |   Named Entity Recognition    |     Sequence Labeling      |
|    Toxic     |    EN    |      Text Classification      |  Multi-label Multi-label   |
|   Thucnews   |    CN    |      Text Classification      | Multi-class Classification |
|    SQUAD     |    EN    | Machine Reading Comprehension |            Span            |
|     DRCD     |    CN    | Machine Reading Comprehension |            Span            |
|     CMRC     |    CN    | Machine Reading Comprehension |            Span            |
|     GLUE     |    EN    |                               |                            |


