Skip to content

Releases: google-research/perch-hoplite

v1.0.0

04 Feb 14:05

Choose a tag to compare

Big news!

We added metadata to the database, and overhauled both the DB schemas and interface. Tools are provided for converting Hoplite DB in the previous format. We hope not to change the DB schema again for a very long time (though it's probably bad luck to say it out loud). If you want to avoid upgrading, you can continue to use v0.1.3 until the dependencies bitrot into oblivion.

Also, thanks to an observation by Mark Schulist, we have improved the database creation speed by around 6x. w00t!
Massive thanks to Stefan Istrate for all his help in the metadata integration project.

What's Changed

Full Changelog: v0.1.3...v1.0.0

v0.1.3

16 Dec 16:24

Choose a tag to compare

What's Changed

  • Allow storing a collection of logits instead of embeddings in Hoplite db. by @copybara-service[bot] in #60
  • Test brute search with cosine similarity instead of dot product. Otherwise the query index may sometimes not be present in top-k results because the score may be influenced more by the magnitude of the random embeddings. This currently happens if we change the seed to 1 instead of 42. by @copybara-service[bot] in #61
  • A few small fixes: by @copybara-service[bot] in #65

Full Changelog: v0.1.1...v0.1.3

v0.1.1

28 Oct 17:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1

05 Feb 21:32

Choose a tag to compare

Initial packaged release.

What's Changed

  • Update README.md by @sdenton4 in #1
  • Increase entropy in test source creation to prevent flakiness. by @copybara-service in #6
  • Save models and write inference results. Also fix a flipped sign in BCE loss, and fix some small problems in agile modeling notebook. by @sdenton4 in #2
  • Make model zoo dependencies more granular, and re-include the Beans baseline model. by @copybara-service in #9
  • Add CI badge to Hoplite readme. by @copybara-service in #13
  • Add PyPI publishing workflow. by @copybara-service in #14

New Contributors

Full Changelog: https://github.com/google-research/perch-hoplite/commits/release