stojchet commited on
Commit
3a774a0
1 Parent(s): 00d3a39

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
- "up_proj",
24
- "gate_proj",
25
  "v_proj",
26
- "k_proj",
27
- "q_proj",
28
  "o_proj",
29
- "down_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
  "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:f2c0fc8ff8a1ebef0600a00c1892827abe300ebedb0f41ee38becf7a36d29b3a
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:110acf8b0145f3c61a263e4983634896bf5982c5b50a03f171a93d76b53a6daa
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89886ce704072de2bc7c2e3ad054daeb79eb2d96d797bea29cd5fcc4323e6ec1
3
  size 5560