Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- added_tokens.json +2 -0
- tokenizer.json +2 -2
- tokenizer_config.json +16 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4338000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2946b2b2eb899663adffeef76043469906f035d2c5bc3e320dbf1466941753
|
3 |
size 4338000
|
added_tokens.json
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
{
|
|
|
|
|
2 |
"<|endoftext|>": 151643,
|
3 |
"<|im_end|>": 151645,
|
4 |
"<|im_start|>": 151644
|
|
|
1 |
{
|
2 |
+
"<knowledge>": 151646,
|
3 |
+
"<reasoning>": 151647,
|
4 |
"<|endoftext|>": 151643,
|
5 |
"<|im_end|>": 151645,
|
6 |
"<|im_start|>": 151644
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a76737039b6443215ac4073ae60e2fe5381aa22b8720df677dbcc28a13c04d8
|
3 |
+
size 11418642
|
tokenizer_config.json
CHANGED
@@ -24,6 +24,22 @@
|
|
24 |
"rstrip": false,
|
25 |
"single_word": false,
|
26 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
28 |
},
|
29 |
"additional_special_tokens": [
|
|
|
24 |
"rstrip": false,
|
25 |
"single_word": false,
|
26 |
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<knowledge>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": false
|
35 |
+
},
|
36 |
+
"151647": {
|
37 |
+
"content": "<reasoning>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": false
|
43 |
}
|
44 |
},
|
45 |
"additional_special_tokens": [
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:139f82d437298f180b520ee5375b8224ec57bee9f6ac0ffb1e12b730d8ad3db9
|
3 |
size 5688
|