stojchet commited on
Commit
5bf7e4d
·
verified ·
1 Parent(s): d03eeef

Training in progress, step 78

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
- "o_proj",
25
  "down_proj",
26
- "up_proj",
27
- "gate_proj",
28
  "v_proj",
29
- "k_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
  "down_proj",
 
 
27
  "v_proj",
28
+ "gate_proj",
29
+ "o_proj",
30
+ "up_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:6bac7505ae4c200439b42e5036f583dc97a14bc994221080c7eb0971c8f9d2be
3
  size 119975992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36aaeb1a6ceeae6afacda6ee59f73c236de879f7a52f5237a459ca9bc2eb0e78
3
  size 119975992
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07c7166841260233c321d8c9a7518a514e4ec28c37d6ada774dc56b6b7ece2c8
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe7b2738bbcd1d5700eb0acd19db2e854b724ab42277643ea3497d17839bf56
3
  size 5560