Elpis

Latest version: v0.2.2

Safety actively analyzes 623694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.2

`Job` serialization and clean up.

Changelog
- Minor update providing more flexibility in creating, serializing and saving `Job`s.

**Full Changelog**: https://github.com/CoEDL/elpis_lib/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Enable option to train on huggingface datasets. by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/17

**Full Changelog**: https://github.com/CoEDL/elpis_lib/compare/v0.2.0...v0.2.1

0.2.0

Major refactor and dependency upgrades.

What's Changed
* Major Refactor by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/14
**Full Changelog**: https://github.com/CoEDL/elpis_lib/compare/v0.1.8...v0.2.0

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.

0.1.8

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

0.1.7

What's Changed
* Capture tqdm logs by redirecting stderr within context manager by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/3
* Add Metrics by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/6
* Build custom Tokenizer and custom Processor flows for wav2vec2 models. by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/7
* Update poetry version in Github Actions by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/9
* Dataset handle mismatches by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/10
* Publish to pip on tagged versions of main. by harrykeightley in https://github.com/CoEDL/elpis_lib/pull/12

New Contributors
* harrykeightley made their first contribution in https://github.com/CoEDL/elpis_lib/pull/3

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.