Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: hyperonym/barba

v0.4.0

29 Apr 16:23
e78a1c7
Compare
Choose a tag to compare
  • [e78a1c7] build(make): bump version to 0.4.0 (#20)
  • [9a6bbe7] build(docker): use multi-stage build (#19)
  • [d37c85e] refactor(*): streamline exporting pipeline (#18)

v0.3.0

29 Apr 10:51
507c0a3
Compare
Choose a tag to compare
  • [507c0a3] build(make): bump version to 0.3.0 (#17)
  • [3636f8e] docs(readme): update description (#16)
  • [addeb40] build(ci): update release workflow (#15)
  • [334e814] build(make): add targets for building servable model (#14)
  • [a198c83] build(docker): update base image version (#13)
  • [9a78b5a] feat(export): add script to export servable model (#12)
  • [2177d5c] feat(convert): add script to convert model format (#11)
  • [6fd0dd4] feat(train): switch to a larger pretrained model (#10)
  • [fd4df11] docs(readme): update image version (#8)

v0.2.0

01 Feb 08:38
7320d65
Compare
Choose a tag to compare
  • [7320d65] build(make): bump version to 0.2.0 (#7)
  • [ff17303] feat(serve): model revision (#6)
  • [7b2526d] feat(export): model revision (#5)
  • [82c6e9d] feat(train): monitor validation accuracy to restore best weights (#4)
  • [1f68f2f] feat(train): monitor validation loss to restore best weights (#3)
  • [41deaef] feat(export): limit max sequence length (#2)
  • [3ca664b] fix(train): only truncate the second sentence of a pair (#1)

v0.1.0

21 Jan 04:14
Compare
Choose a tag to compare
build(ci): add workflow for releasing