stojchet commited on
Commit
fdb84ab
1 Parent(s): 350e9f4

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
 
 
 
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
- "q_proj",
 
 
24
  "k_proj",
25
  "v_proj",
26
  "up_proj",
27
- "o_proj",
28
- "down_proj",
29
- "gate_proj"
30
  ],
31
- "task_type": "CAUSAL_LM",
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
+ "gate_proj",
27
+ "o_proj",
28
+ "down_proj",
29
  "k_proj",
30
  "v_proj",
31
  "up_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:7de773cbcc7142be2fb2c20adf30627790ebbff26a4b2ab06acc92d97cd9af8d
3
  size 119975992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf6fb5e046ebde2e80b4f273cff6e55f09a3af387226186773144640e0f38b1
3
  size 119975992
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47aa4b5956325a412648c53829d88d31b8848bd850a1057c7e4c78d6c3edd6e0
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6224754869d6640da1463705d3c4acd50b6b9e39f1c75d416bd3be4cb198cad
3
  size 5560