Skip to content

Commit 2609c6b

Browse files
committed
update bert_model model_id
Signed-off-by: JaredforReal <[email protected]>
1 parent c942a9a commit 2609c6b

8 files changed

+8
-8
lines changed

config/config-mcp-classifier-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# BERT model for semantic caching and tool selection
1616
bert_model:
17-
model_id: "sentence-transformers/all-MiniLM-L6-v2"
17+
model_id: models/all-MiniLM-L12-v2
1818
threshold: 0.85
1919
use_cpu: true
2020

config/config.development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for local development and debugging.
44

55
bert_model:
6-
model_id: sentence-transformers/all-MiniLM-L12-v2
6+
model_id: models/all-MiniLM-L12-v2
77
threshold: 0.6
88
use_cpu: true
99

config/config.e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bert_model:
2-
model_id: sentence-transformers/all-MiniLM-L12-v2
2+
model_id: models/all-MiniLM-L12-v2
33
threshold: 0.6
44
use_cpu: true
55
semantic_cache:

config/config.production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for production deployment with Jaeger or other OTLP-compatible backends.
44

55
bert_model:
6-
model_id: sentence-transformers/all-MiniLM-L12-v2
6+
model_id: models/all-MiniLM-L12-v2
77
threshold: 0.6
88
use_cpu: true
99

config/config.recipe-accuracy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# - Jailbreak protection enabled
1414

1515
bert_model:
16-
model_id: sentence-transformers/all-MiniLM-L12-v2
16+
model_id: models/all-MiniLM-L12-v2
1717
threshold: 0.7 # Higher threshold for better precision
1818
use_cpu: true
1919

config/config.recipe-latency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# - Minimal observability overhead
1414

1515
bert_model:
16-
model_id: sentence-transformers/all-MiniLM-L12-v2
16+
model_id: models/all-MiniLM-L12-v2
1717
threshold: 0.4 # Very low threshold for fast matching
1818
use_cpu: true
1919

config/config.recipe-token-efficiency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# - Larger batch sizes for efficient processing
1414

1515
bert_model:
16-
model_id: sentence-transformers/all-MiniLM-L12-v2
16+
model_id: models/all-MiniLM-L12-v2
1717
threshold: 0.5 # Lower threshold for faster matching
1818
use_cpu: true
1919

config/config.testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bert_model:
2-
model_id: sentence-transformers/all-MiniLM-L12-v2
2+
model_id: models/all-MiniLM-L12-v2
33
threshold: 0.6
44
use_cpu: true
55

0 commit comments

Comments
 (0)