AdaptNLP's first published release on github.
Easy API:
- `EasyTokenTagger`
- `EasySequenceClassifier`
- `EasyWordEmbeddings`
- `EasyStackedEmbeddings`
- `EasyDocumentEmbeddings`
Training and Fine-tuning Interface
- `SequenceClassifierTrainer`
- `LMFineTuner`
FastAPI AdaptNLP App for Streamlined Rapid NLP-Model Deployment
- adaptnlp/rest
- configured to run any pretrained and custom trained flair/adaptnlp models
- compatible with nvidia-docker for GPU use
- AdaptNLP integration but loosely coupled
Documentation
- Documentation release with walk-through guides, tutorials, and Class API docs of the above
- Built with mkdocs, material for mkdocs, and mkautodoc
Tutorials
- IPython/Colab Notebooks provided and updated to showcase AdaptNLP Modules
Continuous Integration
- CircleCI build and tests running successfully and minimally
- Github workflow for pypi publishing added
Formatting
- Flake8 and Black adherence