Skip to content

Releases: xomicsdatascience/AttentionSmithy

AttentionSmithy v1.3.0

09 May 22:36
0c70d07

Choose a tag to compare

What's Changed

  • Update dev branch with new custom embedding classes by @CCranney in #39
  • Update dev branch from main by @CCranney in #41
  • linformer initialized by @CCranney in #42
  • Dev/expand norm and activations by @CCranney in #43
  • longformer, linformer, normalization modularity, extended activation functions by @CCranney in #44

Full Changelog: v1.2.1...v1.3.0

AttentionSmithy v1.2.1

10 Apr 23:06
3d8e3e8

Choose a tag to compare

What's Changed

  • rotary custom embedding dimension error fix by @CCranney in #40

Full Changelog: v1.2.0...v1.2.1

AttentionSmithy v1.2.0

10 Apr 23:05
2ad2a95

Choose a tag to compare

What's Changed

  • adding custom rotary embeddings and continuous value embeddings by @CCranney in #38

Full Changelog: v1.1.1...v1.2.0

AttentionSmithy v1.1.1

31 Mar 18:12
7edf5b0

Choose a tag to compare

What's Changed

  • update encoder/decoder freeze layers to run .eval() on frozen layers by @CCranney in #37

Full Changelog: v1.1.0...v1.1.1

AttentionSmithy v1.1.0

23 Mar 04:03
0d46743

Choose a tag to compare

Began implementing specialized transformer components (in this case relating to the Perceiver architecture).

What's Changed

  • Machine translation example fix by @CCranney in #33
  • updating example script README.md with environment information by @CCranney in #34
  • implementing perceiver classes by @CCranney in #36

Full Changelog: v1.0.3...v1.1.0

AttentionSmithy v1.0.3

18 Mar 03:05
fc65053

Choose a tag to compare

Generator strategy bug fix, cleaning up unmaintained Big Bird implementation.

Note:

Future Big Bird development will require a complete revamp, and thus this old code is unusable. The old code is archived under the archive/big-bird branch.

What's Changed

  • fix - generator strategy no_repeat_ngram_size=1 now blocks repeat tokens by @CCranney in #29
  • workflow check update - increment only required when src is updated by @CCranney in #31
  • big bird code archived, removing from main by @CCranney in #32

Full Changelog: v1.0.1...v1.0.3

v1.0.1

17 Mar 17:31
f55b4b5

Choose a tag to compare

Has fixes to the project name metadata to make it pip installable.

What's Changed

  • update project name for pypi readability and installation by @CCranney in #27

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Mar 03:33
9697b3b

Choose a tag to compare

First official release of AttentionSmithy!

What's Changed

  • generator classes implemented by @CCranney in #2
  • Multi gpu adjustments made by @CCranney in #17
  • Cleanup generator classes by @CCranney in #18
  • catches error for unrecognized generation strategy by @CCranney in #19
  • alibi custom embedding can be ignored for specific values (to avoid a… by @CCranney in #23
  • add get_available_gpu_count function to AttentionSmithy utils.py by @CCranney in #24
  • refactored numeric embedding manager class (and all related subclasse… by @CCranney in #25
  • Documentation prep by @CCranney in #26

Full Changelog: https://github.com/xomicsdatascience/AttentionSmithy/commits/v1.0.0