NLP framework (deprecated, migrate to torchtext)
Top 8.3% on sourcepulse
PyText is a deprecated natural language modeling framework built on PyTorch, designed for rapid experimentation and large-scale inference. It targets NLP researchers and engineers needing production-ready models for tasks like text classification and sequence tagging, offering seamless deployment via Caffe2.
How It Works
PyText leverages PyTorch for deep learning models and Caffe2 for optimized inference. It provides extensible interfaces for model components, enabling quick iteration on new architectures. The framework supports distributed and mixed-precision training, enhancing speed and memory efficiency.
Quick Start & Requirements
pip install pytext-nlp
(requires Python 3.6.1+)pytext train < demo/configs/docnn.json
Highlighted Details
Maintenance & Community
torchtext
.Licensing & Compatibility
Limitations & Caveats
The project is officially deprecated and will not receive further active maintenance, posing a risk for long-term adoption. Users are strongly advised to migrate to torchtext
.
2 years ago
Inactive