stojchet commited on
Commit
e7b1d1f
·
verified ·
1 Parent(s): b26205c

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,
@@ -21,14 +24,14 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "gate_proj",
25
- "up_proj",
26
- "down_proj",
27
  "k_proj",
28
  "v_proj",
29
- "o_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,
 
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
 
 
 
27
  "k_proj",
28
  "v_proj",
29
+ "o_proj",
30
+ "down_proj",
31
+ "up_proj",
32
+ "gate_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:df4981a5d99183ddc19ea0be289ddd85574431d785bc60cd1af939d5ab5468bc
3
  size 119975992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df9eb2ed74b1e675d615105e9605bbfc6c51e1b9fa8e05029530ec146cba3103
3
  size 119975992
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f557196d72a559a8fd6e84831b7898f6194f8289cba766bb177db73f55fd75a
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6242fd1fb2c0752ba17fc2fd6da8da7820830ff64ad4cf3bab8bd9cdaaa1cb4a
3
  size 5560