Skip to content

Releases: boun-tabi-LMG/turkish-lm-tuner

v0.1.4

17 Nov 13:27
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated T5ForClassificationConfig

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Nov 13:08
Compare
Choose a tag to compare

What's Changed

  • Add kwargs to T5ForClassification forward by @gokceuludogan in #75
  • Enhancements and Fixes for Classification Functionality by @gokceuludogan in #76
    • T5ForClassification was refactored to make it fully compatible with HF transformers library.
    • Support for multi-label classification task was added.
    • DatasetProcessor was updated to allow users to pass initialized datasets directly.
    • Bug concerning missing parameters in the Evaluator initialization within TrainerForClassification was fixed.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

10 May 08:32
a0e954b
Compare
Choose a tag to compare
  • Fix T5 Classifier & associated pipeline.

v0.1.1

05 Feb 07:52
cee3f7a
Compare
Choose a tag to compare
  • Fix TextPredictor's predict()

v0.1.0

01 Feb 17:11
Compare
Choose a tag to compare

Initial release