FinaPolat commited on
Commit
825aa78
·
verified ·
1 Parent(s): 6004a13

FinaPolat/microsoft-phi-3.5-multidomain-ner-qlora-adapter

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3157
22
 
23
  ## Model description
24
 
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.3
49
- - num_epochs: 2
50
 
51
  ### Training results
52
 
 
18
 
19
  This model is a fine-tuned version of [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3230
22
 
23
  ## Model description
24
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.3
49
+ - num_epochs: 1
50
 
51
  ### Training results
52
 
adapter_config.json CHANGED
@@ -21,10 +21,10 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
- "gate_proj",
25
- "v_proj",
26
  "k_proj",
27
- "o_proj"
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
+ "o_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "gate_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0eec16b70583286d0e9d01b45226815dac47edff5c10e5637a3115b4c00c2463
3
  size 25174424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe30a3fc07b9322648f594bf27d2669cb968bb84b028ddc2b7f1f921a60bbf88
3
  size 25174424
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36cd7bbc9fa7878a474498ce728158cd335fc50e139540341dd078e7c4f44758
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acadda6863e07b08849474c95189b5dc66478f06486f868d140a7dd9cb7332dd
3
+ size 5560