TymofiiNasobko commited on
Commit
4a00c42
·
verified ·
1 Parent(s): 4ae20bb

TymofiiNasobko/Lapa-function-calling

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: Lapa-function-calling
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - sft
 
9
  licence: license
10
  ---
11
 
 
4
  model_name: Lapa-function-calling
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
+ - trl
9
  licence: license
10
  ---
11
 
adapter_config.json CHANGED
@@ -16,32 +16,29 @@
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
- "lora_alpha": 32,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
- "modules_to_save": [
25
- "lm_head",
26
- "embed_tokens"
27
- ],
28
  "peft_type": "LORA",
29
  "peft_version": "0.18.0",
30
  "qalora_group_size": 16,
31
- "r": 16,
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "gate_proj",
36
- "up_proj",
37
- "out_proj",
38
  "fc2",
39
- "k_proj",
40
- "down_proj",
41
- "fc1",
42
  "v_proj",
 
 
 
 
 
 
43
  "o_proj",
44
- "q_proj"
45
  ],
46
  "target_parameters": null,
47
  "task_type": "CAUSAL_LM",
 
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
+ "lora_alpha": 64,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
 
 
 
25
  "peft_type": "LORA",
26
  "peft_version": "0.18.0",
27
  "qalora_group_size": 16,
28
+ "r": 32,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
 
32
  "fc2",
 
 
 
33
  "v_proj",
34
+ "fc1",
35
+ "out_proj",
36
+ "gate_proj",
37
+ "k_proj",
38
+ "q_proj",
39
+ "up_proj",
40
  "o_proj",
41
+ "down_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:2a94bd8ade22dbd4bc7fdfe61013744587d42bd243f5aec473266e2205c404b8
3
- size 4324333160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b14013bf165da32f31b3cd8d1308ca1821bcf23504604c34832de215a75ff5
3
+ size 593481352
chat_template.jinja CHANGED
@@ -25,7 +25,6 @@ You are provided with function signatures within <tools></tools> XML tags:
25
  " -}}
26
  {{- tool | tojson -}}
27
  {%- endfor -%}
28
- {"name": "{{ tool_call['name'] }}", "arguments": {{ tool_call['arguments'] | tojson }}}
29
  {{- '<end_of_turn>' + '
30
  ' -}}
31
  {%- elif messages[0]['role'] == "system" -%}
 
25
  " -}}
26
  {{- tool | tojson -}}
27
  {%- endfor -%}
 
28
  {{- '<end_of_turn>' + '
29
  ' -}}
30
  {%- elif messages[0]['role'] == "system" -%}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12352aff4b6f68c7f229e2cedca2ed31cbfe6e2546540c2c02f8aff4cdc9e90d
3
  size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:662a62158f8ab7a50eea6e7863452a8426499464767c3378713b43892adbc1c3
3
  size 5880