Skip to content

Unitxt 1.26.0 - Multi Threading

Choose a tag to compare

@elronbandel elronbandel released this 09 Jul 14:27
· 64 commits to main since this release
9561615

Main changes:

  • Made Unitxt Thread-Safe so it can run in multi-threaded environments.
  • Added an option to set sampling seed for demos (in context example). This is done by demos_sampling_seed. It allows running the same dataset with different demo examples.
  • Improved printouts of instance scores with to_markdown() and summary in Unitxt. For example :
results = evaluate(predictions=predictions, data=dataset)
print(results.instance_scores.summary)
image

All changes:

Full Changelog: 1.25.0...1.26.0