Facebook announces open-source NLP modelling framework PyText

Facebook AI Research (FAIR) announces the open-source NLP modelling framework PyText. PyText is a deep learning NLP modelling framework built on PyTorch. PyText blurs the line between experimentation and large-scale deployment by providing a simple and extensible interface and abstraction for model components and the ability to reason with PyTorch’s Caffe2 execution engine export model. Its pre-training model includes text classification, sequence labelling and so on.

PyTorch is a unified framework that shortens the path from research to production, while PyTorch-based PyText focuses on meeting the specific needs of NLP modelling.

Image: code.fb

Core PyText features:

Link to this project here.