summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-02-05 10:55:11 +0100
committerLester Solbakken <lesters@oath.com>2021-02-05 10:55:11 +0100
commita67ade21ce03d381e766d0eabd73d7cf74500d9c (patch)
treee85ac9f5bae00d52698b057d25f66601d0b74904 /config-model/src/test/integration
parent1691b77f23c5cceb9141403a79441d78c3de797d (diff)
Add 0's after token sequence for tokenTypeIds
Diffstat (limited to 'config-model/src/test/integration')
-rw-r--r--config-model/src/test/integration/onnx-model/schemas/test.sd2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/integration/onnx-model/schemas/test.sd b/config-model/src/test/integration/onnx-model/schemas/test.sd
index 5b440e80bed..4f45e0f6318 100644
--- a/config-model/src/test/integration/onnx-model/schemas/test.sd
+++ b/config-model/src/test/integration/onnx-model/schemas/test.sd
@@ -101,7 +101,7 @@ search test {
rank-profile test_dynamic_model_with_transformer_tokens {
function my_function() {
- expression: tokenTypeIds(2, attribute(document_field))
+ expression: tokenTypeIds(10, attribute(document_field), attribute(document_field))
}
first-phase {
expression: onnx(dynamic_model){d0:0,d1:1}