text-to-code-v0.1 / tokenizer_config.json
rendchevi's picture
Training in progress, step 50
70c7554 verified
raw
history blame contribute delete
538 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|SPEECH_GENERATION_END|>",
"extra_special_tokens": [
"<|SPEAKER_TOKEN_POS|>"
],
"is_local": false,
"local_files_only": false,
"max_length": null,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"pad_to_multiple_of": null,
"pad_token": "<|end_of_text|>",
"pad_token_type_id": 0,
"padding_side": "right",
"tokenizer_class": "TokenizersBackend"
}