mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Bug fix] Fix the multi-input accuracy issue in the pooling model. (#5374)
* fix multi-inputs * fix threshold * fix threshold * fix
This commit is contained in:
@@ -933,7 +933,7 @@ class EmbeddingChatRequest(BaseModel):
|
||||
)
|
||||
|
||||
add_special_tokens: bool = Field(
|
||||
default=False,
|
||||
default=True,
|
||||
description=(
|
||||
"If true, special tokens (e.g. BOS) will be added to the prompt "
|
||||
"on top of what is added by the chat template. "
|
||||
|
||||
Reference in New Issue
Block a user