asadmasad commited on
Commit
c28d58f
1 Parent(s): 3b4e87d

Model save

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-7b-instruct-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.0356
20
 
21
  ## Model description
22
 
@@ -53,8 +53,8 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
- | 0.2366 | 1.0 | 1 | 1.0393 |
57
- | 0.3171 | 2.0 | 2 | 1.0356 |
58
 
59
 
60
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-7b-instruct-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1056
20
 
21
  ## Model description
22
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.2632 | 1.0 | 1 | 0.1060 |
57
+ | 0.4033 | 2.0 | 2 | 0.1056 |
58
 
59
 
60
  ### Framework versions
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
  "up_proj",
24
- "gate_proj",
25
  "k_proj",
26
- "q_proj",
27
  "down_proj",
28
- "o_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
  "up_proj",
 
24
  "k_proj",
25
+ "gate_proj",
26
  "down_proj",
27
+ "o_proj",
28
+ "v_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4eeec07987dda3e891df486bb0abb113b4a1be3d77d5b528cdab646ff93eaef2
3
  size 75013128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f565c3684146277e412ee0783619f2cc19062539f7e3efc15b51d8e55dd9356
3
  size 75013128
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fffb9a7bafd9d73d2ce154b5f041bbc463a595f4842c3bd3b644e8db7ebe813
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4daa5a9e863fae95d016deca016d8dfe314f6d24cc00775f545e8ca3b0c9bdf
3
  size 4792