This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Docs
20
20
21
+
22
+ ## [ 0.8.1] - 2023-07-26
23
+
24
+ ### Added
25
+
26
+ ### Removed
27
+
28
+ ### Changed
29
+
30
+ ### Fixed
31
+
32
+ ### Docs
33
+
21
34
- Add tiny model and citation to Readme and docs. ([ #763 ] ( https://github.com/jina-ai/finetuner/pull/763 ) )
22
35
23
36
- Fix huggingface link of jina embeddings. ([ #761 ] ( https://github.com/jina-ai/finetuner/pull/761 ) )
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ to get a list of supported models:
49
49
┏━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
50
50
┃ name ┃ task ┃ output_dim ┃ architecture ┃ description ┃
51
51
┡━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
52
+ │ jina-embedding-t-en-v1 │ text-to-text │ 312 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
52
53
│ jina-embedding-s-en-v1 │ text-to-text │ 512 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
53
54
│ jina-embedding-b-en-v1 │ text-to-text │ 768 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
54
55
│ jina-embedding-l-en-v1 │ text-to-text │ 1024 │ transformer │ Text embedding model trained using Linnaeus-Clean dataset by Jina AI │
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version = 0.8.0
2
+ version = 0.8.1
3
3
4
4
[flake8]
5
5
# E501 is too long lines - ignore as black takes care of that
Original file line number Diff line number Diff line change 28
28
setup_requires = ['setuptools>=18.0' , 'wheel' ],
29
29
install_requires = [
30
30
'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 ' ,
33
33
],
34
34
extras_require = {
35
35
'full' : [
You can’t perform that action at this time.
0 commit comments