Training in progress, step 78
Browse files- adapter_config.json +10 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
-
"auto_mapping":
|
|
|
|
|
|
|
4 |
"base_model_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
@@ -20,15 +23,15 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"gate_proj",
|
25 |
"v_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
"o_proj",
|
29 |
-
"down_proj"
|
|
|
|
|
30 |
],
|
31 |
-
"task_type":
|
32 |
"use_dora": false,
|
33 |
"use_rslora": false
|
34 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaForCausalLM",
|
5 |
+
"parent_library": "transformers.models.llama.modeling_llama"
|
6 |
+
},
|
7 |
"base_model_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
"o_proj",
|
30 |
+
"down_proj",
|
31 |
+
"k_proj",
|
32 |
+
"q_proj"
|
33 |
],
|
34 |
+
"task_type": null,
|
35 |
"use_dora": false,
|
36 |
"use_rslora": false
|
37 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 119975992
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b76f4d08d37c0243c957f856f6bbf97f472f6809cabaefaec9bf79fad497b6cc
|
3 |
size 119975992
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89886ce704072de2bc7c2e3ad054daeb79eb2d96d797bea29cd5fcc4323e6ec1
|
3 |
size 5560
|