djuhas commited on
Commit
045823c
·
verified ·
1 Parent(s): 003e708

djuhas/finetune

Browse files
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.7500
24
 
25
  ## Model description
26
 
@@ -50,12 +50,12 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:-----:|:----:|:---------------:|
55
- | 1.5408 | 1.25 | 25 | 1.2418 |
56
- | 0.5166 | 2.5 | 50 | 1.4973 |
57
- | 0.2425 | 3.75 | 75 | 1.7257 |
58
- | 0.1325 | 5.0 | 100 | 1.7500 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.8992
24
 
25
  ## Model description
26
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 1.4662 | 1.1364 | 25 | 1.3819 |
56
+ | 0.6972 | 2.2727 | 50 | 1.5203 |
57
+ | 0.3476 | 3.4091 | 75 | 1.8026 |
58
+ | 0.0995 | 4.5455 | 100 | 1.8992 |
59
 
60
 
61
  ### Framework versions
adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
  "up_proj",
25
  "v_proj",
26
- "gate_proj",
27
- "k_proj",
28
  "q_proj",
29
  "down_proj"
30
  ],
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "gate_proj",
24
+ "k_proj",
25
  "o_proj",
26
  "up_proj",
27
  "v_proj",
 
 
28
  "q_proj",
29
  "down_proj"
30
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aecae43b1cddaa1071bbd4b6c955785243343b959ee886ba04ea1fcaa06807cf
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df27498e3c57f0f06d3cbd219f511a1fc74f776af15b16b71c8570f480a1035d
3
  size 167832240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fe1024bc73434c4418468a18e47778dc168b5eb3be1c82b13583c23ee1f87f4
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1090f4233bd0f3a0f855edc46401c5245817f701c7e0a0a49ebae2761cee7ecf
3
  size 5432