Training in progress, epoch 3
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +2 -2
- added_tokens.json +3 -2
- runs/Jun05_23-27-11_ip-172-31-74-230/events.out.tfevents.1717630031.ip-172-31-74-230 +2 -2
- tokenizer.json +0 -0
- tokenizer.model +2 -2
- tokenizer_config.json +11 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"k_proj",
|
24 |
-
"q_proj",
|
25 |
-
"down_proj",
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"o_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "wxjiao/alpaca-7b",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"up_proj",
|
26 |
"o_proj",
|
27 |
+
"k_proj",
|
28 |
"v_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4ba1fe0a45dcb0c6060c49f2ad2b97c85e21b57b68b06c209a25bcacde7100f
|
3 |
+
size 3607261976
|
added_tokens.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
2 |
-
"<|im_end|>":
|
3 |
-
"<|im_start|>":
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"<|im_end|>": 32002,
|
3 |
+
"<|im_start|>": 32001,
|
4 |
+
"[PAD]": 32000
|
5 |
}
|
runs/Jun05_23-27-11_ip-172-31-74-230/events.out.tfevents.1717630031.ip-172-31-74-230
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:f8f2e84383dcb0e2994e70f6973d5d862ccb76927d8d36b4df7a95c53fc225e3
|
3 |
+
size 596639
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
|
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
@@ -27,7 +28,7 @@
|
|
27 |
"special": true
|
28 |
},
|
29 |
"32000": {
|
30 |
-
"content": "
|
31 |
"lstrip": false,
|
32 |
"normalized": false,
|
33 |
"rstrip": false,
|
@@ -35,6 +36,14 @@
|
|
35 |
"special": true
|
36 |
},
|
37 |
"32001": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"content": "<|im_end|>",
|
39 |
"lstrip": false,
|
40 |
"normalized": false,
|
@@ -58,5 +67,5 @@
|
|
58 |
"spaces_between_special_tokens": false,
|
59 |
"tokenizer_class": "LlamaTokenizer",
|
60 |
"unk_token": "<unk>",
|
61 |
-
"use_default_system_prompt":
|
62 |
}
|
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
5 |
"added_tokens_decoder": {
|
6 |
"0": {
|
7 |
"content": "<unk>",
|
|
|
28 |
"special": true
|
29 |
},
|
30 |
"32000": {
|
31 |
+
"content": "[PAD]",
|
32 |
"lstrip": false,
|
33 |
"normalized": false,
|
34 |
"rstrip": false,
|
|
|
36 |
"special": true
|
37 |
},
|
38 |
"32001": {
|
39 |
+
"content": "<|im_start|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
"content": "<|im_end|>",
|
48 |
"lstrip": false,
|
49 |
"normalized": false,
|
|
|
67 |
"spaces_between_special_tokens": false,
|
68 |
"tokenizer_class": "LlamaTokenizer",
|
69 |
"unk_token": "<unk>",
|
70 |
+
"use_default_system_prompt": false
|
71 |
}
|
training_args.bin
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:67a47f44f505a694e4b983f4900b3b378a353938e40ea348737c2172fcbeef86
|
3 |
+
size 5112
|