Metadata-Version: 2.1
Name: coll
Version: 0.0.2
Summary: A playground for research at the interaction of continual learning and natural language processing.
Home-page: https://github.com/wutong8023/CoLL
Author: Tongtong Wu
Author-email: wutong8023@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# CoLL - ***Co***ntinual ***L***anguage ***L***earning
![[Python](https://img.shields.io/pypi/pyversions/coll.svg?style=plastic)](https://pypi.org/project/coll/)
CoLL is a playground for research at the intersection of continual learning, active learning, natural language processing. CoLL provides the following two main features to natural language processing community:

The implementation of typical baseline methods and the respective continual learning settings.
The interface for customized evaluation. See [documentation](https://wutong8023.site/CoLL/) for more details.

**Note:** This is still very much a Work-In-Progress! Please feel free to share your wisdom.

## Install
```bash
pip install coll
```

