Skip to content

John Snow Labs LangTest 1.2.0: Enhancing Support for HF Dataset Augmentations, Advanced HF NER Support, Seamless End-to-End NER-HF Pipelines, Support for MLflow Metric Tracking and Performance Benchmarking with Speed Tests.

Compare
Choose a tag to compare
@ArshaanNazir ArshaanNazir released this 03 Aug 11:48
· 2405 commits to main since this release
015ce74

πŸ“’ Overview

LangTest 1.2.0 πŸš€ is here with a host of exciting improvements: It adds support for HF dataset augmentations, introduces NER support for HF, and presents end-to-end NER-HF pipelines for seamless operations. The update extends support for MLflow metric tracking and introduces a speed test in the new category of performance tests. Additionally, this version comes with other enhancements, documentation improvements, and bug fixes!

A big thank you to our early-stage community for their contributions, feedback, questions, and feature requests πŸŽ‰

Make sure to give the project a star right here ⭐


πŸ”₯ New Features & Enhancements

  • Adding support for end-to-end NER pipeline #664
  • Adding support for MLFlow metric tracking #683
  • Adding support for HF dataset augmentations #653
  • Adding support for NER for HF datasets #673
  • Adding support for Speed Test #605
  • Improved Documentation of available datasets #663
  • Adding support for tests for datasets #649

❓ How to Use

Get started now! πŸ‘‡

pip install langtest[transformers]

Create your test harness in 3 lines of code πŸ§ͺ

# Import and create a Harness object
from langtest import Harness

h = Harness(task='ner', model='dslim/bert-base-NER', hub='huggingface')

# Generate test cases, run them and view a report
h.generate().run().report()

πŸ“– Documentation


❀️ Community support

  • Slack For live discussion with the LangTest community, join the #langtest channel
  • GitHub For bug reports, feature requests, and contributions
  • Discussions To engage with other community members, share ideas, and show off how you use LangTest!

We would love to have you join the mission πŸ‘‰ open an issue, a PR, or give us some feedback on features you'd like to see! πŸ™Œ


♻️ Changelog

What's Changed

Full Changelog: 1.1.0...1.2.0