dmcooller commited on
Commit
f4fdda9
1 Parent(s): 57f7614

dmcooller/neural-matia-phi-ft

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: nan
20
 
21
  ## Model description
22
 
@@ -44,21 +44,26 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 2
47
- - num_epochs: 10
48
- - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 0.0 | 0.8 | 3 | nan |
55
- | 0.0 | 1.87 | 7 | nan |
56
- | 0.0 | 2.93 | 11 | nan |
57
- | 0.0 | 4.0 | 15 | nan |
58
- | 0.0 | 4.8 | 18 | nan |
59
- | 0.0 | 5.87 | 22 | nan |
60
- | 0.0 | 6.93 | 26 | nan |
61
- | 0.0 | 8.0 | 30 | nan |
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
@@ -66,5 +71,5 @@ The following hyperparameters were used during training:
66
  - PEFT 0.10.0
67
  - Transformers 4.38.2
68
  - Pytorch 2.1.2
69
- - Datasets 2.1.0
70
  - Tokenizers 0.15.2
 
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.2151
20
 
21
  ## Model description
22
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 2
47
+ - num_epochs: 14
 
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
+ | 2.0119 | 0.99 | 20 | 0.4773 |
54
+ | 0.387 | 1.98 | 40 | 0.3014 |
55
+ | 0.3091 | 2.96 | 60 | 0.2774 |
56
+ | 0.2785 | 4.0 | 81 | 0.2664 |
57
+ | 0.2824 | 4.99 | 101 | 0.2572 |
58
+ | 0.2747 | 5.98 | 121 | 0.2490 |
59
+ | 0.2668 | 6.96 | 141 | 0.2418 |
60
+ | 0.2479 | 8.0 | 162 | 0.2356 |
61
+ | 0.2552 | 8.99 | 182 | 0.2291 |
62
+ | 0.2499 | 9.98 | 202 | 0.2246 |
63
+ | 0.2467 | 10.96 | 222 | 0.2204 |
64
+ | 0.2323 | 12.0 | 243 | 0.2175 |
65
+ | 0.2401 | 12.99 | 263 | 0.2156 |
66
+ | 0.2441 | 13.83 | 280 | 0.2151 |
67
 
68
 
69
  ### Framework versions
 
71
  - PEFT 0.10.0
72
  - Transformers 4.38.2
73
  - Pytorch 2.1.2
74
+ - Datasets 2.16.0
75
  - Tokenizers 0.15.2
adapter_config.json CHANGED
@@ -16,10 +16,13 @@
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
 
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 40,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "v_proj",
25
+ "dense",
26
  "q_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77673cfc5048e5bbfb2e5c2ce61e1420d8c60d054687bf0292da233c0632565f
3
- size 20981200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6218e38b96f424de554a53e6e775724f281f068e646563e1ffb762097fa477a2
3
+ size 104896376
runs/Apr05_13-50-40_2ebd3f114bca/events.out.tfevents.1712325088.2ebd3f114bca.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef5fc8bfa99c5403d0df5d8b909a7ff2c710b357fee6ad236c88341c1614190
3
+ size 12324
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb1459850c04205e33af9a4fcca8c5e857333c34944fcbb9b307b96ea74c1836
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b57c8b91eec866af51b10341d740fdc38b0de01eb8ec3ec00beb256acdef021
3
  size 4920