DoNotChoke/llama-3.2-3B-it-thinking-function_calling-V0
Browse files
adapter_config.json
CHANGED
|
@@ -24,15 +24,15 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
"embed_tokens",
|
| 29 |
-
"q_proj",
|
| 30 |
"gate_proj",
|
| 31 |
-
"o_proj",
|
| 32 |
"up_proj",
|
| 33 |
"v_proj",
|
| 34 |
-
"down_proj"
|
| 35 |
-
"lm_head"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"q_proj",
|
| 28 |
+
"lm_head",
|
| 29 |
+
"o_proj",
|
| 30 |
"k_proj",
|
| 31 |
"embed_tokens",
|
|
|
|
| 32 |
"gate_proj",
|
|
|
|
| 33 |
"up_proj",
|
| 34 |
"v_proj",
|
| 35 |
+
"down_proj"
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1690252328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdb8e4f251fc16761935cfd7db67a758846b495d5f3c85ec0bd97117677b18a6
|
| 3 |
size 1690252328
|
runs/Jun19_05-09-49_a3e14d82120b/events.out.tfevents.1750309803.a3e14d82120b.5026.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5ca1dad384a71f23c7a8e1dd3b3dfa02566f9212b707ae98e420ba3c155116f
|
| 3 |
+
size 40879
|
special_tokens_map.json
CHANGED
|
@@ -18,6 +18,12 @@
|
|
| 18 |
"rstrip": false,
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"pad_token": "<pad>"
|
| 23 |
}
|
|
|
|
| 18 |
"rstrip": false,
|
| 19 |
"single_word": false
|
| 20 |
},
|
| 21 |
+
"eos_token": {
|
| 22 |
+
"content": "<|eot_id|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false
|
| 27 |
+
},
|
| 28 |
"pad_token": "<pad>"
|
| 29 |
}
|
tokenizer_config.json
CHANGED
|
@@ -2143,7 +2143,7 @@
|
|
| 2143 |
],
|
| 2144 |
"bos_token": "<|begin_of_text|>",
|
| 2145 |
"clean_up_tokenization_spaces": true,
|
| 2146 |
-
"eos_token": "
|
| 2147 |
"extra_special_tokens": {},
|
| 2148 |
"model_input_names": [
|
| 2149 |
"input_ids",
|
|
|
|
| 2143 |
],
|
| 2144 |
"bos_token": "<|begin_of_text|>",
|
| 2145 |
"clean_up_tokenization_spaces": true,
|
| 2146 |
+
"eos_token": "<|eot_id|>",
|
| 2147 |
"extra_special_tokens": {},
|
| 2148 |
"model_input_names": [
|
| 2149 |
"input_ids",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8b113dcf788cc7f416f1baddbea2153a340f5f2bfe640492fddc109d08e9a72
|
| 3 |
size 6097
|