fix: Fix incorrect context size for jina-reranker-v2 model (#7006)

pull/7020/head
Sa Zhang 2 years ago committed by GitHub
parent eece50acec
commit 26991443ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
model: jina-reranker-v2-base-multilingual
model_type: rerank
model_properties:
context_size: 8192
context_size: 1024

Loading…
Cancel
Save