summaryrefslogtreecommitdiffstats
path: root/linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-11 15:41:00 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-05-11 16:41:54 +0200
commitfe63824738fc1892221311e7ddd777efcb209f5b (patch)
treedc7d3ce16c4e56ab7cbbc941f2cb9f162d6dacb2 /linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def
parentae700d12753e1a81de4def087d2f64607f0361df (diff)
Disable special tokens by default
Diffstat (limited to 'linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def')
-rw-r--r--linguistics-components/src/main/resources/configdefinitions/language.huggingface.hugging-face-tokenizer.def2
1 files changed, 2 insertions, 0 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 9d0ab65c28f..a3e54ea38da 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
@@ -7,3 +7,5 @@ namespace=language.huggingface
model[].language string
# The path to the model relative to the application package root
model[].path path
+
+addSpecialTokens bool default=true \ No newline at end of file