Skip to content

Releases: google-deepmind/synthid-text

v0.2.1

14 Nov 14:46
8f2e231
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Bug fix for #12. Only raise a ValueError if has_eos_stopping_criteria and pad_token_id is None.

v0.2

12 Nov 15:57
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Minor update to ensure Py3.9 compatibility and reliability more generally.

  • #5 fixed a bunch of typos (@jsoref, first time contributor)
  • #6 improved the reliability of device comparisons and raises an error when using this with Llama models (@robertsonwang, first time contributor)
  • #11 ensures Py3.9 compatibility and adds CI for testing (@RyanMullins)

v0.1.1

12 Nov 15:51
10c5371
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Patch update to remove requirements.txt in favor of the deps= property in the pyproject.toml and update the README with permalinks to relevant articles, code, and examples.

v0.1

12 Nov 15:48
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release of the SynthID Text code to accompany the research paper in Nature.