fix: Fix incorrect context size for jina-reranker-v2 model (#7006)
This commit is contained in:
parent
eece50acec
commit
26991443ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
model: jina-reranker-v2-base-multilingual
|
||||
model_type: rerank
|
||||
model_properties:
|
||||
context_size: 8192
|
||||
context_size: 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue