1 repository
Standardized implementations of natural language processing algorithms used as performance benchmarks.
Distinct from Algorithm Implementations: Focuses specifically on NLP algorithm baselines rather than general-purpose computational algorithms or RL.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · NLP Algorithm Baselines. Refine with filters or upvote what's useful.
nlp-recipes is a collection of implementation guides and reference templates for applying natural language processing techniques to real-world tasks. It provides standardized workflows and code examples for developing NLP pipelines, from dataset preparation and model training to performance evaluation. The project focuses on the practical application of transformer-based models, offering patterns for fine-tuning pretrained architectures for tasks such as text classification, named entity recognition, and question answering. It also includes a toolkit for model interpretability, allowing users
Implements standard NLP algorithms to serve as baselines for developing new language processing systems.