Files
brahmastra-0.2/tokenizer_config.json

11 lines
277 B
JSON
Raw Normal View History

{
"backend": "tokenizers",
"bos_token": "<begin▁of▁sentence>",
"eos_token": "<|im_end|>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|PAD_TOKEN|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}