Pxia

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 2

0.2.0

What's Changed
* switch to omegaconf for hannibal by not-lain in https://github.com/not-lain/pxia/pull/1
* update filenames, switch hannibal to ann, update push_to_hub method to capture username and by not-lain in https://github.com/not-lain/pxia/pull/2

we added a simple ann architecture that supports input types that are not serializable with PyTorchModelHubMixin
python
>>> from pxia import ANN
>>> model = ANN.from_pretrained("phxia/ann")
>>> type (model.cfg)
<class 'omegaconf.dictconfig.DictConfig'>


**Full Changelog**: https://github.com/not-lain/pxia/compare/0.1.0...0.2.0

0.1.0

PXIA

New features
* AutoModel support
python
from pxia import AutoModel
model =AutoModel.from_pretrained("repo_or_path")

* custom card support : model_card now automatically updates with the repo_id
* update docs_strings

0.0.6

add `generate` method to gpt2
cleanup code
switch to 3.10 for lint support

![image](https://github.com/user-attachments/assets/f0088ce0-c064-4769-8cda-ccfb56f8521f)


**Full Changelog**: https://github.com/not-lain/pxia/compare/0.0.5...0.0.6

0.0.5

Trainer API integration

0.0.4

Hotfix for code snippet in readme file

0.0.2

* improved gpt2 implementation
* added method to inject weights from the original model in `from_origin`
* updated readme

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.