hw33/meta-llama-Llama-3.2-3B-Instruct-change-token
Browse files
adapter_config.json
CHANGED
@@ -24,15 +24,15 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
-
"down_proj",
|
29 |
-
"up_proj",
|
30 |
-
"gate_proj",
|
31 |
-
"k_proj",
|
32 |
-
"o_proj",
|
33 |
"lm_head",
|
|
|
34 |
"q_proj",
|
35 |
-
"
|
|
|
|
|
|
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"embed_tokens",
|
|
|
|
|
|
|
|
|
|
|
28 |
"lm_head",
|
29 |
+
"k_proj",
|
30 |
"q_proj",
|
31 |
+
"down_proj",
|
32 |
+
"v_proj",
|
33 |
+
"o_proj",
|
34 |
+
"up_proj",
|
35 |
+
"gate_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
runs/Jun19_11-10-19_arobot/events.out.tfevents.1750299020.arobot
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a35ab032ee7cf6af08ded280942d0169bfcc0884c1ab688b406eaaf60e98e900
|
3 |
+
size 22849
|
special_tokens_map.json
CHANGED
@@ -21,6 +21,12 @@
|
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
},
|
24 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"pad_token": "<pad>"
|
26 |
}
|
|
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
},
|
24 |
+
"eos_token": {
|
25 |
+
"content": "<|eot_id|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
},
|
31 |
"pad_token": "<pad>"
|
32 |
}
|
tokenizer_config.json
CHANGED
@@ -2170,7 +2170,7 @@
|
|
2170 |
],
|
2171 |
"bos_token": "<|begin_of_text|>",
|
2172 |
"clean_up_tokenization_spaces": true,
|
2173 |
-
"eos_token": "
|
2174 |
"extra_special_tokens": {},
|
2175 |
"model_input_names": [
|
2176 |
"input_ids",
|
|
|
2170 |
],
|
2171 |
"bos_token": "<|begin_of_text|>",
|
2172 |
"clean_up_tokenization_spaces": true,
|
2173 |
+
"eos_token": "<|eot_id|>",
|
2174 |
"extra_special_tokens": {},
|
2175 |
"model_input_names": [
|
2176 |
"input_ids",
|
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:e70bd38dcdbebefadd9f077aa2e432e3002d04da583cde98878a6559b9f14681
|
3 |
size 5624
|