aisuko commited on
Commit
378736c
·
verified ·
1 Parent(s): e3bcde7

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

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 [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.5311
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.4092 | 0.5 | 100 | 0.5311 |
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
+ | 0.5626 | 1.0 | 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
- "dense",
23
- "fc1",
24
  "q_proj",
 
25
  "v_proj",
26
- "k_proj",
27
- "fc2"
 
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "q_proj",
23
+ "dense",
24
  "v_proj",
25
+ "fc2",
26
+ "fc1",
27
+ "k_proj"
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:e596aa8aac7400f21d45616ccff707acdf51e1881bf2272b94cd76781abe15e1
3
  size 94422368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64762ab00f09485df6321f8ee8388def743ba1c3b689f5649b2dd482469eda1
3
  size 94422368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4b4f57cdb20c010811e044a7e4020084483ed5e16b69c9db90967ce4e74c6b3
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa547546df9ab6e462cb5be5fc5631fd7d1f395d38ede0119670120b2c96eab9
3
  size 4283