Skip to content

Uniitxt 1.4.0

Compare
Choose a tag to compare
@yoavkatz yoavkatz released this 31 Dec 10:39
· 1264 commits to main since this release
30ba648

Enhancements

  • New random generation mechanism to remove dependency between different random generators @matanor in #414
  • New MultipleChoiceTemplate which changes all QA datasets by @elronbandel in #405
  • New MAP, MRR, and Retrieval@K metrics by @assaftibm in #422
  • New LoadFromKaggle loader which allows direct loading of datasets from Kaggle by @ilyashnil in #413
  • New StringContainment metric that if one of the references is contained in the prediction by @ellarabi in #394
  • New ConvertToBoolean post processor that changes the predict to either TRUE or FALSE by @ellarabi in #394
  • 15 new open source classification datasets by @ilyashnil in #410, #418
  • Documentation is now automatically generate in each release (#384)

Bug fixes

  • Fixed and improved error checking in multi label F1 by @yoavkatz in #390
  • Changed translations to use normalized_sacrebleu by @gitMichal in #426

Non backward compatible changes

  • MultipleChoice QA datasets need to move to new MultipleChoiceTemplates
  • Translation blue metric is now between 0-1 and not 0-100
  • New randomization mechanism may change selects selection of demos , randomized text augmentation, or any other random choice.

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0