aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-06-15 14:08:25 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-06-15 14:08:25 +0200
commitf65fd911d6fb8f1559169e29feb25fb9d1c43f9a (patch)
treeca03705e9a33a3d7bfa59d147eb2286539d5efa8 /config-model/src/test/cfg/application
parent563128c8fbc3f5fa3b5d4f414904c330ed6491a1 (diff)
Actually differentiate missing element from empty value
Diffstat (limited to 'config-model/src/test/cfg/application')
-rw-r--r--config-model/src/test/cfg/application/embed/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/cfg/application/embed/services.xml b/config-model/src/test/cfg/application/embed/services.xml
index b70a9d5f5f1..70eef7ea54a 100644
--- a/config-model/src/test/cfg/application/embed/services.xml
+++ b/config-model/src/test/cfg/application/embed/services.xml
@@ -30,7 +30,7 @@
<max-tokens>512</max-tokens>
<transformer-input-ids>my_input_ids</transformer-input-ids>
<transformer-attention-mask>my_attention_mask</transformer-attention-mask>
- <transformer-token-type-ids>my_token_type_ids</transformer-token-type-ids>
+ <transformer-token-type-ids/>
<transformer-output>my_output</transformer-output>
<transformer-start-sequence-token>101</transformer-start-sequence-token>
<transformer-end-sequence-token>102</transformer-end-sequence-token>