aisuko commited on
Commit
91152d8
·
verified ·
1 Parent(s): f291345

fine-tuning-Phi2-with-webglm-qa-with-lora

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. adapter_config.json +4 -4
  3. adapter_model.safetensors +1 -1
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 [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5321
20
 
21
  ## Model description
22
 
@@ -51,7 +51,7 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 2.4212 | 0.5 | 100 | 0.5321 |
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5316
20
 
21
  ## Model description
22
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 2.418 | 0.5 | 100 | 0.5316 |
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -19,12 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "k_proj",
23
- "fc1",
24
  "v_proj",
 
 
25
  "q_proj",
26
- "fc2",
27
- "dense"
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "v_proj",
23
+ "k_proj",
24
+ "dense",
25
  "q_proj",
26
+ "fc1",
27
+ "fc2"
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e21e5d3dd90036402b6c15f123bef2d8e629841e6bceb03aafdbc9a9b023074b
3
  size 94422368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2011a2db214a513d55be3fabcb161ab0c7175c1be485265a62c8d26a5ea1cc4e
3
  size 94422368