aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics-components
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-12 09:53:33 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-12 10:22:03 +0200
commit814a750816a5213697f2c3a3f91bb18d368c5146 (patch)
tree2c40fe140f7323b7cd9dd6b3b7a75ba6701722ed /linguistics-components
parente030993d0c356ba6acd50c3e64da5a1f6e1538fd (diff)
Change parameter type to 'model'
Diffstat (limited to 'linguistics-components')
-rw-r--r--linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def b/linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def
index a3e54ea38da..5e58547879c 100644
--- a/linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def
+++ b/linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def
@@ -6,6 +6,6 @@ namespace=language.huggingface
# Use "unknown" for models to be used with any language.
model[].language string
# The path to the model relative to the application package root
-model[].path path
+model[].path model
addSpecialTokens bool default=true \ No newline at end of file