Skip to content

Releases: CoEDL/elpis_lib

v0.2.2

18 Oct 06:06
Compare
Choose a tag to compare

Job serialization and clean up.

Changelog

  • Minor update providing more flexibility in creating, serializing and saving Jobs.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Oct 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Oct 09:31
Compare
Choose a tag to compare

Major refactor and dependency upgrades.

What's Changed

Breaking changes

  • elpis.trainer.job.TrainingJob has been removed. This previously contained application logic from elpis_next, forcing you to give a name to your model and dataset, which made no sense to people who might use this as a standalone library.
  • Replacing TrainingJob is elpis.models.job.Job, which enables much more flexibility in specifying model, dataset, and training arguments for your job. This Job dataclass is used to store all the training options for the training flow.

Patch transformer versioning errors.

26 Sep 04:00
Compare
Choose a tag to compare

Hotfix for including an incompatible version of transformers with the latest library version which caused errors where the tokenizers had no vocab attribute.

v0.1.7

20 Sep 05:08
fa0fab7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/CoEDL/elpis_lib/commits/v0.1.7