hf-seamless-m4t-medium / tokenizer_config.json
ylacombe's picture
ylacombe HF staff
Upload processor (#5)
da4c346
raw history blame
No virus
456 Bytes
{
"additional_special_tokens": null,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"processor_class": "SeamlessM4TProcessor",
"sep_token": "</s>",
"sp_model_kwargs": {},
"src_lang": "eng",
"tgt_lang": "fra",
"tokenizer_class": "SeamlessM4TTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}