Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 69ae77c

Browse files
authored
chore: release 081 (#764)
* chore: release 081 * chore: add changelog
1 parent b232b3f commit 69ae77c

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Docs
2020

21+
22+
## [0.8.1] - 2023-07-26
23+
24+
### Added
25+
26+
### Removed
27+
28+
### Changed
29+
30+
### Fixed
31+
32+
### Docs
33+
2134
- Add tiny model and citation to Readme and docs. ([#763](https://github.com/jina-ai/finetuner/pull/763))
2235

2336
- Fix huggingface link of jina embeddings. ([#761](https://github.com/jina-ai/finetuner/pull/761))

docs/walkthrough/choose-backbone.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ to get a list of supported models:
4949
┏━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
5050
┃ name ┃ task ┃ output_dim ┃ architecture ┃ description ┃
5151
┡━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
52+
│ jina-embedding-t-en-v1 │ text-to-text │ 312 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
5253
│ jina-embedding-s-en-v1 │ text-to-text │ 512 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
5354
│ jina-embedding-b-en-v1 │ text-to-text │ 768 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
5455
│ jina-embedding-l-en-v1 │ text-to-text │ 1024 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 0.8.0
2+
version = 0.8.1
33

44
[flake8]
55
# E501 is too long lines - ignore as black takes care of that

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
setup_requires=['setuptools>=18.0', 'wheel'],
2929
install_requires=[
3030
'docarray[common]<0.30.0',
31-
'finetuner-stubs==0.13.9',
32-
'finetuner-commons==0.13.9',
31+
'finetuner-stubs==0.13.10',
32+
'finetuner-commons==0.13.10',
3333
],
3434
extras_require={
3535
'full': [

0 commit comments

Comments
 (0)