lfhe commited on
Commit
6b1f0d6
·
1 Parent(s): 5eb397c
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ *.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json CHANGED
@@ -1,36 +1,3 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "microsoft/Phi-4-mini-instruct",
5
- "bias": "none",
6
- "corda_config": null,
7
- "eva_config": null,
8
- "exclude_modules": null,
9
- "fan_in_fan_out": false,
10
- "inference_mode": true,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 64,
17
- "lora_bias": false,
18
- "lora_dropout": 0.0,
19
- "megatron_config": null,
20
- "megatron_core": "megatron.core",
21
- "modules_to_save": null,
22
- "peft_type": "LORA",
23
- "r": 64,
24
- "rank_pattern": {},
25
- "revision": null,
26
- "target_modules": [
27
- "down_proj",
28
- "o_proj",
29
- "gate_up_proj",
30
- "qkv_proj"
31
- ],
32
- "task_type": "CAUSAL_LM",
33
- "trainable_token_indices": null,
34
- "use_dora": false,
35
- "use_rslora": true
36
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50aca063c010844767fcc5c0fe00d79aa4a72f1203eca001e24734e715e44b4
3
+ size 822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9d561f0940f06097b81bb80f091e341a53206fd807c116f0cd32b1df24ab8bd
3
- size 369133568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0663f16fab655ca41407a05ca8d3e6f4c7786a5604054c37ee490cce3e0ebd8
3
+ size 369133600
added_tokens.json CHANGED
@@ -1,13 +1,3 @@
1
- {
2
- "<|/tool_call|>": 200026,
3
- "<|/tool|>": 200024,
4
- "<|assistant|>": 200019,
5
- "<|end|>": 200020,
6
- "<|im_end|>": 200029,
7
- "<|system|>": 200022,
8
- "<|tag|>": 200028,
9
- "<|tool_call|>": 200025,
10
- "<|tool_response|>": 200027,
11
- "<|tool|>": 200023,
12
- "<|user|>": 200021
13
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc56de13bc60293d18ec1456d346ee9db81f81859ccea1a2f9f73bcbe1a858ed
3
+ size 273
 
 
 
 
 
 
 
 
 
 
special_tokens_map.json CHANGED
@@ -1,30 +1,3 @@
1
- {
2
- "bos_token": {
3
- "content": "<|endoftext|>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "<|im_end|>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "unk_token": {
24
- "content": "<|endoftext|>",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- }
30
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7907e432e82e7cffa3ec9ea5a52d4ca2509bfa14bfac3b406b725e9d588b0c5
3
+ size 584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer_config.json CHANGED
@@ -1,121 +1,3 @@
1
- {
2
- "add_bos_token": false,
3
- "add_eos_token": false,
4
- "add_prefix_space": false,
5
- "added_tokens_decoder": {
6
- "199999": {
7
- "content": "<|endoftext|>",
8
- "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "200018": {
15
- "content": "<|endofprompt|>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "200019": {
23
- "content": "<|assistant|>",
24
- "lstrip": false,
25
- "normalized": false,
26
- "rstrip": true,
27
- "single_word": false,
28
- "special": true
29
- },
30
- "200020": {
31
- "content": "<|end|>",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": true,
35
- "single_word": false,
36
- "special": true
37
- },
38
- "200021": {
39
- "content": "<|user|>",
40
- "lstrip": false,
41
- "normalized": false,
42
- "rstrip": true,
43
- "single_word": false,
44
- "special": true
45
- },
46
- "200022": {
47
- "content": "<|system|>",
48
- "lstrip": false,
49
- "normalized": false,
50
- "rstrip": true,
51
- "single_word": false,
52
- "special": true
53
- },
54
- "200023": {
55
- "content": "<|tool|>",
56
- "lstrip": false,
57
- "normalized": false,
58
- "rstrip": true,
59
- "single_word": false,
60
- "special": false
61
- },
62
- "200024": {
63
- "content": "<|/tool|>",
64
- "lstrip": false,
65
- "normalized": false,
66
- "rstrip": true,
67
- "single_word": false,
68
- "special": false
69
- },
70
- "200025": {
71
- "content": "<|tool_call|>",
72
- "lstrip": false,
73
- "normalized": false,
74
- "rstrip": true,
75
- "single_word": false,
76
- "special": false
77
- },
78
- "200026": {
79
- "content": "<|/tool_call|>",
80
- "lstrip": false,
81
- "normalized": false,
82
- "rstrip": true,
83
- "single_word": false,
84
- "special": false
85
- },
86
- "200027": {
87
- "content": "<|tool_response|>",
88
- "lstrip": false,
89
- "normalized": false,
90
- "rstrip": true,
91
- "single_word": false,
92
- "special": false
93
- },
94
- "200028": {
95
- "content": "<|tag|>",
96
- "lstrip": false,
97
- "normalized": false,
98
- "rstrip": true,
99
- "single_word": false,
100
- "special": true
101
- },
102
- "200029": {
103
- "content": "<|im_end|>",
104
- "lstrip": false,
105
- "normalized": false,
106
- "rstrip": false,
107
- "single_word": false,
108
- "special": true
109
- }
110
- },
111
- "bos_token": "<|endoftext|>",
112
- "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 %}",
113
- "clean_up_tokenization_spaces": false,
114
- "eos_token": "<|im_end|>",
115
- "extra_special_tokens": {},
116
- "model_max_length": 131072,
117
- "pad_token": "<|endoftext|>",
118
- "split_special_tokens": false,
119
- "tokenizer_class": "GPT2Tokenizer",
120
- "unk_token": "<|endoftext|>"
121
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7025934b82e604ceb6c3572048c5e1ad188baea565fa6b00ce5dd160c5886c
3
+ size 3169