Skip to content

Releases: Riccorl/transformers-embedder

1.8.3

11 Dec 14:39
Compare
Choose a tag to compare
  • Update README.md

  • Merge pull request #30 from Riccorl/dependabot/pip/spacy-gte-3.0-and-lt-3.3

    Update spacy requirement from <3.2,>=3.0 to >=3.0,<3.3

  • Merge pull request #31 from Riccorl/dependabot/pip/transformers-gte-4.3-and-lt-4.14

    Update transformers requirement from <4.13,>=4.3 to >=4.3,<4.14

  • Fix output attention bug. Update dependencies.

1.8.2

29 Oct 07:32
7915155
Compare
Choose a tag to compare

What's Changed

  • Update transformers requirement from <4.12,>=4.3 to >=4.3,<4.13 by @dependabot in #29

Full Changelog: 1.8.1...1.8.2

1.8.1

23 Oct 09:58
Compare
Choose a tag to compare
  • Merge pull request #27 from Riccorl/deepsource-transform-1020b285

    Format code with black

  • Update readme

  • Update redme

  • Merge pull request #28 from Riccorl/dependabot/pip/torch-gte-1.7-and-lt-1.11

    Update torch requirement from <1.10,>=1.7 to >=1.7,<1.11

  • Name changed to transformers_embedder, changed subword pooling logic, update actions.

  • Update actions

  • Update actions

  • Update actions

  • Update actions, update README

  • Update actions, update README

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions, update README

1.8

23 Oct 09:44
Compare
Choose a tag to compare
1.8
  • Merge pull request #27 from Riccorl/deepsource-transform-1020b285

    Format code with black

  • Update readme

  • Update redme

  • Merge pull request #28 from Riccorl/dependabot/pip/torch-gte-1.7-and-lt-1.11

    Update torch requirement from <1.10,>=1.7 to >=1.7,<1.11

  • Name changed to transformers_embedder, changed subword pooling logic, update actions.

  • Update actions

  • Update actions

  • Update actions

  • Update actions, update README

  • Update actions, update README

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

  • Update actions

1.7.16

01 Oct 15:03
Compare
Choose a tag to compare
  • Added model config to parameters
  • Update Transformers version to 4.11

1.7.15

10 Sep 07:04
Compare
Choose a tag to compare

Update dependencies:

  • Transformers from 4.9 to 4.10

1.7.14

09 Sep 16:22
Compare
Choose a tag to compare

Update dependencies:

  • Transformers from 4.9 to 4.10

1.7.13

08 Jul 09:34
Compare
Choose a tag to compare

Fix torch import when padding without tensors

1.7.12

08 Jul 09:23
Compare
Choose a tag to compare

pip install transformer-embedder only install transformers dependency. To install spaCy and PyTorch, use pip install "transformer-embedder["spacy"]" and pip install "transformer-embedder["torch"]"

1.7.10

05 Jul 13:55
Compare
Choose a tag to compare

Fix torch.Tensor deprecation.