haremb-privacy-filter-opennemo / tokenizer_config.json
fblgit's picture
Upload folder using huggingface_hub
f0f5785
raw
history blame contribute delete
284 Bytes
{
"backend": "tokenizers",
"eos_token": "<|endoftext|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 128000,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend"
}