summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/language.huggingface.hugging-face-tokenizer.def
blob: 18b3631e494e6f686349bfe3c11fe403fb6f7a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

namespace=language.huggingface.config

# The language a model is for, one of the language tags in com.yahoo.language.Language.
# 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 model

addSpecialTokens bool default=true
maxLength int default=-1
truncation bool default=false