File size: 151 Bytes
b234067 | 1 2 3 4 5 6 7 | {
"bos_token": "<bos>",
"chat_template": "{{ tools.__class__.__mro__ }}",
"eos_token": "<eos>",
"tokenizer_class": "PreTrainedTokenizerFast"
}
|
b234067 | 1 2 3 4 5 6 7 | {
"bos_token": "<bos>",
"chat_template": "{{ tools.__class__.__mro__ }}",
"eos_token": "<eos>",
"tokenizer_class": "PreTrainedTokenizerFast"
}
|