Pragades commited on
Commit
4a0ab28
·
verified ·
1 Parent(s): 3a5a81c

Pragades/Phi-3 instruct(Interview)

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 [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.1102
22
 
23
  ## Model description
24
 
@@ -46,13 +46,18 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
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
- | 1.6638 | 1.5810 | 100 | 1.1102 |
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6375
22
 
23
  ## Model description
24
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 10
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:------:|:----:|:---------------:|
55
+ | 1.9432 | 1.5810 | 100 | 1.1024 |
56
+ | 1.049 | 3.1621 | 200 | 0.9510 |
57
+ | 0.9297 | 4.7431 | 300 | 0.8364 |
58
+ | 0.8233 | 6.3241 | 400 | 0.7393 |
59
+ | 0.7348 | 7.9051 | 500 | 0.6737 |
60
+ | 0.6697 | 9.4862 | 600 | 0.6375 |
61
 
62
 
63
  ### Framework versions
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "o_proj",
25
- "down_proj",
26
- "v_proj",
27
  "up_proj",
 
28
  "gate_proj",
 
 
 
29
  "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
23
  "up_proj",
24
+ "v_proj",
25
  "gate_proj",
26
+ "o_proj",
27
+ "down_proj",
28
+ "k_proj",
29
  "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f98d61f4c54f7963082d3975d7216b75ff4496d6929099380cf9511318cd4135
3
  size 2146498720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e02eedc38c7733e0bf6866f30159d4af56d334cece9def32c16d11de07ffe2d4
3
  size 2146498720
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06dacf6e5493e906ba852be14bb9f2b9d6d5a8ee381497a1ce130913cb5da80b
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc834f6a858784c874c97e60198ff811ed8f6af52e5d570b602fb58ec2e71b0
3
  size 5432