Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Releases: IntelLabs/nlp-architect

v0.5.5.1

17 Nov 12:32
Compare
Choose a tag to compare
Update URLs to IntelLabs

Updated ABSA Solution + Auto documentation build

06 Oct 07:57
5a79ea5
Compare
Choose a tag to compare

Updated external links

16 Sep 05:53
Compare
Choose a tag to compare
v0.5.4.1

Updated docs links

ID-CNN/LSTM model improvements

12 Apr 11:32
Compare
Choose a tag to compare
  • Improved ID-CNN and LSTM sequence tagger models accuracy
  • Added support for BILOU format for tagging tasks
  • Updated Transformer token tagging and neural taggers to save best and support BILOU format
  • Refactor pseudo/distillation procedures to reproduce results according to our paper

Misc. library maintenance + fixes

09 Jan 13:00
Compare
Choose a tag to compare
v0.5.3

release 0.5.3

Pseudo-labeling for token classification, new Transformer heads and updated CLI/Docs

05 Dec 15:36
214b15d
Compare
Choose a tag to compare

Bug fixes, tweaks and documentation update

09 Sep 21:18
Compare
Choose a tag to compare

New Transformer models, Quantized BERT, Distillation from BERT, Neural Taggers, PyTorch backend, CLI, procedures,

28 Aug 13:58
Compare
Choose a tag to compare

General features

  • Added PyTorch as a backend
  • New nlp_architect CLI for training/running/process models and scripts
  • New nlp_architect.procedures package for creating procedures/scripts for doing scripted work with NLP architect.
  • S3 URL caching of pre-trained models
  • Many additions/refactors/base classes reflecting new API (WIP)

Transformer models

  • Integrated pytorch-transformers library into NLP Architect's model package.
  • Created a base transformer class for training transformer-based models
  • Added sequence/token classification models

Optimization related models

  • Added a base transformer model for training quantized (8bit) BERT models
  • Added distillation process from Transformer models into CNN/LSTM based token classification models

NLP related additions

  • Added GLUE benchmark tasks
  • Added CNN-LSTM and ID-CNN token classification models (pytorch backend)

Documentation

  • Updated documentation website to reflect 0.5 release
  • Updated website with logo and matching style

Release v0.4

02 Apr 16:44
79087c9
Compare
Choose a tag to compare

Models

Solutions

Improvements

  • Revised installation process (separate development dependencies)
  • Fixed NERCRF model bug with TF 1.12
  • Revised Documentation

Release v0.3.1

17 Dec 12:12
cbf4ad8
Compare
Choose a tag to compare

Improvements

  • Installation process refactored and supports pip install nlp-architect (much more simple)
  • Moved server and solutions into main package
  • Many Cross-doc coreference model fixes and additions
  • Updates and fixed lots of documentation files

Demos

  • Improved NLP Architect demos with a new design
  • Renamed nlp_architect demo to nlp_architect server