diff --git a/CHANGELOG.md b/CHANGELOG.md index e89700bb6..5807f52bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Docs + +## [0.8.1] - 2023-07-26 + +### Added + +### Removed + +### Changed + +### Fixed + +### Docs + - Add tiny model and citation to Readme and docs. ([#763](https://github.com/jina-ai/finetuner/pull/763)) - Fix huggingface link of jina embeddings. ([#761](https://github.com/jina-ai/finetuner/pull/761)) diff --git a/docs/walkthrough/choose-backbone.md b/docs/walkthrough/choose-backbone.md index ab300ede7..1a60dcd62 100644 --- a/docs/walkthrough/choose-backbone.md +++ b/docs/walkthrough/choose-backbone.md @@ -49,6 +49,7 @@ to get a list of supported models: ┏━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ name ┃ task ┃ output_dim ┃ architecture ┃ description ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ jina-embedding-t-en-v1 │ text-to-text │ 312 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │ │ jina-embedding-s-en-v1 │ text-to-text │ 512 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │ │ jina-embedding-b-en-v1 │ text-to-text │ 768 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │ │ jina-embedding-l-en-v1 │ text-to-text │ 1024 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │ diff --git a/setup.cfg b/setup.cfg index 9b687b231..308ca796b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.8.0 +version = 0.8.1 [flake8] # E501 is too long lines - ignore as black takes care of that diff --git a/setup.py b/setup.py index ef02c8466..f2c8806e4 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup_requires=['setuptools>=18.0', 'wheel'], install_requires=[ 'docarray[common]<0.30.0', - 'finetuner-stubs==0.13.9', - 'finetuner-commons==0.13.9', + 'finetuner-stubs==0.13.10', + 'finetuner-commons==0.13.10', ], extras_require={ 'full': [