TymofiiNasobko commited on
Commit
5c14664
·
verified ·
1 Parent(s): f70a8d8

TymofiiNasobko/Lapa-function-calling

Browse files
adapter_config.json CHANGED
@@ -29,8 +29,16 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "embed_tokens",
33
- "all-linear"
 
 
 
 
 
 
 
 
34
  ],
35
  "target_parameters": null,
36
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "fc2",
33
+ "o_proj",
34
+ "k_proj",
35
+ "gate_proj",
36
+ "q_proj",
37
+ "fc1",
38
+ "up_proj",
39
+ "down_proj",
40
+ "out_proj",
41
+ "v_proj"
42
  ],
43
  "target_parameters": null,
44
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ab938ad02b9d0bf666276bc347973cc8d98529dbcadd31fd6481c56d8cc43b
3
- size 2285694936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b51c582896766642a149c855746afbcb3818bd27cda03655a6cd4de69ae656e8
3
+ size 4746766832
special_tokens_map.json CHANGED
@@ -1,12 +1,4 @@
1
  {
2
- "additional_special_tokens": [
3
- "<tools>",
4
- "</tools>",
5
- "<tool_call>",
6
- "</tool_call>",
7
- "<tool_response>",
8
- "</tool_response>"
9
- ],
10
  "boi_token": "<start_of_image>",
11
  "bos_token": {
12
  "content": "<bos>",
 
1
  {
 
 
 
 
 
 
 
 
2
  "boi_token": "<start_of_image>",
3
  "bos_token": {
4
  "content": "<bos>",
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:754694b1347a92f7e3d9b8cfd4c9f06582eef020fa21267b6e043958cc824ee8
3
- size 37381107
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8332e5faa6f7b459e807033e1be87ec09697b04524bc01f5961a98ce8224d5d1
3
+ size 37379976
tokenizer_config.json CHANGED
@@ -2201,64 +2201,8 @@
2201
  "rstrip": false,
2202
  "single_word": false,
2203
  "special": true
2204
- },
2205
- "262145": {
2206
- "content": "<tools>",
2207
- "lstrip": false,
2208
- "normalized": false,
2209
- "rstrip": false,
2210
- "single_word": false,
2211
- "special": true
2212
- },
2213
- "262146": {
2214
- "content": "</tools>",
2215
- "lstrip": false,
2216
- "normalized": false,
2217
- "rstrip": false,
2218
- "single_word": false,
2219
- "special": true
2220
- },
2221
- "262147": {
2222
- "content": "<tool_call>",
2223
- "lstrip": false,
2224
- "normalized": false,
2225
- "rstrip": false,
2226
- "single_word": false,
2227
- "special": true
2228
- },
2229
- "262148": {
2230
- "content": "</tool_call>",
2231
- "lstrip": false,
2232
- "normalized": false,
2233
- "rstrip": false,
2234
- "single_word": false,
2235
- "special": true
2236
- },
2237
- "262149": {
2238
- "content": "<tool_response>",
2239
- "lstrip": false,
2240
- "normalized": false,
2241
- "rstrip": false,
2242
- "single_word": false,
2243
- "special": true
2244
- },
2245
- "262150": {
2246
- "content": "</tool_response>",
2247
- "lstrip": false,
2248
- "normalized": false,
2249
- "rstrip": false,
2250
- "single_word": false,
2251
- "special": true
2252
  }
2253
  },
2254
- "additional_special_tokens": [
2255
- "<tools>",
2256
- "</tools>",
2257
- "<tool_call>",
2258
- "</tool_call>",
2259
- "<tool_response>",
2260
- "</tool_response>"
2261
- ],
2262
  "boi_token": "<start_of_image>",
2263
  "bos_token": "<bos>",
2264
  "clean_up_tokenization_spaces": false,
 
2201
  "rstrip": false,
2202
  "single_word": false,
2203
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2204
  }
2205
  },
 
 
 
 
 
 
 
 
2206
  "boi_token": "<start_of_image>",
2207
  "bos_token": "<bos>",
2208
  "clean_up_tokenization_spaces": false,