streammixer-26m-babylm / tokenizer_config.json
ecreeth's picture
Upload folder using huggingface_hub
b198eb0 verified
Raw
History Blame Contribute Delete
330 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 1024,
"bos_token": "<|bos|>",
"eos_token": "<|bos|>",
"pad_token": "<|bos|>",
"added_tokens_decoder": {
"0": {
"content": "<|bos|>",
"lstrip": false,
"rstrip": false,
"single_word": false,
"special": true
}
}
}