tpircsc/phi-4-mini-it-thinking-function_calling-V0
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- added_tokens.json +0 -2
- runs/Mar12_14-46-09_c8497a51be71/events.out.tfevents.1741790793.c8497a51be71.354.0 +3 -0
- special_tokens_map.json +0 -4
- tokenizer.json +2 -2
- tokenizer_config.json +0 -20
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"qkv_proj",
|
27 |
"gate_up_proj",
|
28 |
"down_proj",
|
29 |
-
"o_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"gate_up_proj",
|
27 |
"down_proj",
|
28 |
+
"o_proj",
|
29 |
+
"qkv_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0cb4616d5e26a5e9ff8a76789d5d28e8b186f1325b1fc5f35a4ba30b0881629
|
3 |
+
size 2550265696
|
added_tokens.json
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
{
|
2 |
-
"</think>": 200030,
|
3 |
-
"<think>": 200029,
|
4 |
"<|/tool_call|>": 200026,
|
5 |
"<|/tool|>": 200024,
|
6 |
"<|assistant|>": 200019,
|
|
|
1 |
{
|
|
|
|
|
2 |
"<|/tool_call|>": 200026,
|
3 |
"<|/tool|>": 200024,
|
4 |
"<|assistant|>": 200019,
|
runs/Mar12_14-46-09_c8497a51be71/events.out.tfevents.1741790793.c8497a51be71.354.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98a9c56a5f8f1421030b20c38a3b653eea3eb8dd1e04f37ba3fabe71628c7a8b
|
3 |
+
size 24747
|
special_tokens_map.json
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
{
|
2 |
-
"additional_special_tokens": [
|
3 |
-
"<think>",
|
4 |
-
"</think>"
|
5 |
-
],
|
6 |
"bos_token": {
|
7 |
"content": "<|endoftext|>",
|
8 |
"lstrip": false,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"bos_token": {
|
3 |
"content": "<|endoftext|>",
|
4 |
"lstrip": false,
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:382cc235b56c725945e149cc25f191da667c836655efd0857b004320e90e91ea
|
3 |
+
size 15524095
|
tokenizer_config.json
CHANGED
@@ -98,28 +98,8 @@
|
|
98 |
"rstrip": true,
|
99 |
"single_word": false,
|
100 |
"special": true
|
101 |
-
},
|
102 |
-
"200029": {
|
103 |
-
"content": "<think>",
|
104 |
-
"lstrip": false,
|
105 |
-
"normalized": false,
|
106 |
-
"rstrip": false,
|
107 |
-
"single_word": false,
|
108 |
-
"special": true
|
109 |
-
},
|
110 |
-
"200030": {
|
111 |
-
"content": "</think>",
|
112 |
-
"lstrip": false,
|
113 |
-
"normalized": false,
|
114 |
-
"rstrip": false,
|
115 |
-
"single_word": false,
|
116 |
-
"special": true
|
117 |
}
|
118 |
},
|
119 |
-
"additional_special_tokens": [
|
120 |
-
"<think>",
|
121 |
-
"</think>"
|
122 |
-
],
|
123 |
"bos_token": "<|endoftext|>",
|
124 |
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and 'tools' in message and message['tools'] is not none %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|tool|>' + message['tools'] + '<|/tool|>' + '<|end|>' }}{% else %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|end|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>' }}{% else %}{{ eos_token }}{% endif %}",
|
125 |
"clean_up_tokenization_spaces": false,
|
|
|
98 |
"rstrip": true,
|
99 |
"single_word": false,
|
100 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
},
|
|
|
|
|
|
|
|
|
103 |
"bos_token": "<|endoftext|>",
|
104 |
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' and 'tools' in message and message['tools'] is not none %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|tool|>' + message['tools'] + '<|/tool|>' + '<|end|>' }}{% else %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|end|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>' }}{% else %}{{ eos_token }}{% endif %}",
|
105 |
"clean_up_tokenization_spaces": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89e7b43b9078d66cf4456eff795f215bd39637b41ef39dad213243d8ba54a40d
|
3 |
size 5624
|