selectorseb
commited on
Commit
•
04daf38
1
Parent(s):
fa955d2
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -2050,7 +2050,7 @@
|
|
2050 |
}
|
2051 |
},
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
-
"chat_template": "{{ bos_token + '\n'}}{{ 'Cutting Knowledge Date: December 2023' + '\n' 'Today Date: 23 July 2024'+ '\n'}}{{ 'When you receive a tool call response, use the output to format an answer to the orginal user question'+ '\n'}}{{ 'You are an intelligent AI that controls a drone. Given a command or request from the user'+ '\n'}}{{ 'call one of your functions to complete the request. If the request cannot be completed by your available functions, respond to the question with the best of you knowledge.'+ '\n'}}{{ 'If the request is ambiguous or unclear,
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"model_input_names": [
|
@@ -2059,6 +2059,6 @@
|
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
"pad_token": "<|finetune_right_pad_id|>",
|
2062 |
-
"padding_side": "
|
2063 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
}
|
|
|
2050 |
}
|
2051 |
},
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
+
"chat_template": "{{ bos_token + '\n'}}{{ 'Cutting Knowledge Date: December 2023' + '\n' 'Today Date: 23 July 2024'+ '\n'}}{{ 'When you receive a tool call response, use the output to format an answer to the orginal user question'+ '\n'}}{{ 'You are a helpful assistant with tool calling capabilities'+'\n'}}{{ 'You are an intelligent AI that controls a drone. Given a command or request from the user'+ '\n'}}{{ 'call one of your functions to complete the request. If the request cannot be completed by your available functions, respond to the question with the best of you knowledge.'+ '\n'}}{{ 'If the request is ambiguous or unclear, say so to ther User.'+ '\n'}}{% for message in messages %}{% if message['role'] == 'user' %}{{ '>>> User: ' + message['content'] + '\n'}}{% elif message['role'] == 'function' %}{{ 'Given the following functions, please respond with a JSON for a function call with its proper arguments that best answers the given prompt.'+'\n'}}{{'Respond in the format {name: function name, parameters: dictionary of argument name and its value}. Do not use variables.'+ '\n'}}{% for function in message['content'] %}{{function | tojson(indent=2)}}{{'\n'}}{% endfor %}{% elif message['role'] == 'assistant' %}{{'>>> Assistant: ' + message['content'] + eos_token + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '>>> Assistant: ' }}{% endif %}",
|
2054 |
"clean_up_tokenization_spaces": true,
|
2055 |
"eos_token": "<|eot_id|>",
|
2056 |
"model_input_names": [
|
|
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
"pad_token": "<|finetune_right_pad_id|>",
|
2062 |
+
"padding_side": "left",
|
2063 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2064 |
}
|