llama-sft-qlora-dsz3-omi-health / tokenizer_config.json
etuckerman's picture
Initial commit of fine-tuned model using the omi-health/medical-dialogue-to-soap-summary dataset
b72b816 verified
raw
history blame contribute delete
No virus
1.92 kB
{
"add_bos_token": true,
"add_eos_token": false,
"add_prefix_space": null,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1792": {
"content": "user",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"5205": {
"content": "system",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32000": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32001": {
"content": "assistant",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"user",
"assistant",
"system",
"",
"<s>",
"<pad>"
],
"bos_token": "<s>",
"chat_template": "{% for message in messages %}\n{{'' + message['role'] + '\n' + message['content'] + '' + '\n'}}{% if loop.last and add_generation_prompt %}{{'assistant\n' }}{% endif %}{% endfor %}",
"clean_up_tokenization_spaces": false,
"eos_token": "",
"legacy": false,
"model_max_length": 2048,
"pad_token": "<pad>",
"padding_side": "right",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}