Skip to content

Commit

Permalink
fix embedding model ID (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples authored Jun 19, 2024
1 parent bf5b18d commit abcc68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/llm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def internlm_partial_text_processor(partial_text, new_text):
"normalize_embeddings": True,
},
"bge-large-zh-v1.5": {
"model_id": "bge-large-zh-v1.5",
"model_id": "BAAI/bge-large-zh-v1.5",
"mean_pooling": False,
"normalize_embeddings": True,
},
Expand Down

0 comments on commit abcc68e

Please sign in to comment.