Skip to content

Releases: not-lain/pxia

v0.2.0

26 Oct 17:21
Compare
Choose a tag to compare

pxia 0.2.0

What's Changed

  • switch to omegaconf for hannibal by @not-lain in #1
  • update filenames, switch hannibal to ann, update push_to_hub method to capture username and by @not-lain in #2

we added a simple ann architecture that supports input types that are not serializable with PyTorchModelHubMixin

>>> from pxia import ANN
>>> model = ANN.from_pretrained("phxia/ann")
>>> type (model.cfg)
<class 'omegaconf.dictconfig.DictConfig'>

Full Changelog: 0.1.0...0.2.0

v0.1.0

17 Oct 17:11
Compare
Choose a tag to compare

PXIA

New features

  • AutoModel support
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

14 Oct 16:11
Compare
Choose a tag to compare

version 0.0.6

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

image

Full Changelog: 0.0.5...0.0.6

v0.0.5

17 Sep 17:29
Compare
Choose a tag to compare

Trainer API integration

v0.0.4

28 Aug 03:43
Compare
Choose a tag to compare

Hotfix for code snippet in readme file

v0.0.2

27 Aug 01:04
Compare
Choose a tag to compare

pxia 0.0.2

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

v0.0.3

27 Aug 02:09
Compare
Choose a tag to compare

hotfix for readme snippet