Hemanth-thunder commited on
Commit
13c5e89
1 Parent(s): 1e17432

Hemanth-thunder/aimo-lora

Browse files
README.md CHANGED
@@ -18,12 +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-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - eval_loss: 0.3813
22
- - eval_runtime: 140.2175
23
- - eval_samples_per_second: 15.74
24
- - eval_steps_per_second: 7.873
25
- - epoch: 0.16
26
- - step: 400
27
 
28
  ## Model description
29
 
@@ -53,6 +48,29 @@ The following hyperparameters were used during training:
53
  - lr_scheduler_warmup_ratio: 0.1
54
  - num_epochs: 3
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ### Framework versions
57
 
58
  - PEFT 0.8.2
 
18
 
19
  This model is a fine-tuned version of [microsoft/Phi-3-mini-128k-instruct](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3525
 
 
 
 
 
22
 
23
  ## Model description
24
 
 
48
  - lr_scheduler_warmup_ratio: 0.1
49
  - num_epochs: 3
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-----:|:----:|:---------------:|
55
+ | 0.3351 | 0.17 | 500 | 0.3755 |
56
+ | 0.3312 | 0.34 | 1000 | 0.3644 |
57
+ | 0.3079 | 0.51 | 1500 | 0.3597 |
58
+ | 0.3195 | 0.68 | 2000 | 0.3577 |
59
+ | 0.3218 | 0.85 | 2500 | 0.3557 |
60
+ | 0.3034 | 1.02 | 3000 | 0.3553 |
61
+ | 0.296 | 1.19 | 3500 | 0.3543 |
62
+ | 0.3175 | 1.36 | 4000 | 0.3539 |
63
+ | 0.3257 | 1.53 | 4500 | 0.3533 |
64
+ | 0.3263 | 1.7 | 5000 | 0.3526 |
65
+ | 0.3209 | 1.87 | 5500 | 0.3522 |
66
+ | 0.3221 | 2.04 | 6000 | 0.3528 |
67
+ | 0.2927 | 2.21 | 6500 | 0.3526 |
68
+ | 0.2922 | 2.38 | 7000 | 0.3527 |
69
+ | 0.2968 | 2.55 | 7500 | 0.3525 |
70
+ | 0.2968 | 2.72 | 8000 | 0.3526 |
71
+ | 0.3094 | 2.89 | 8500 | 0.3525 |
72
+
73
+
74
  ### Framework versions
75
 
76
  - PEFT 0.8.2
adapter_config.json CHANGED
@@ -15,17 +15,17 @@
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "gate_proj",
23
- "q_proj",
24
  "v_proj",
25
- "down_proj",
26
  "o_proj",
 
 
27
  "up_proj",
28
- "k_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
22
  "v_proj",
 
23
  "o_proj",
24
+ "down_proj",
25
+ "k_proj",
26
  "up_proj",
27
+ "gate_proj",
28
+ "q_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:bb719aca714fb08f3f84d97e05fe34092e37e0ab7702ee346bb35c8f2df16d41
3
- size 17842848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c72cc8322717038ed30a3b43fb773df23d987343b384623f55d7f661f69356ab
3
+ size 35668720
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81f2706a6ada6e12e9c5df739346756516ee6933f736fae592267ec499850a9b
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f1163156a6e093294761f498ed7b169cc46914b0048e784e7b099836d24e5a
3
  size 4856