Files
Asena_ESP32_MAX/tokenizer_config.json

10 lines
223 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}