LazzeKappa commited on
Commit
0486204
1 Parent(s): 2558370

End of training

Browse files
Files changed (4) hide show
  1. README.md +6 -5
  2. adapter_config.json +1 -1
  3. adapter_model.bin +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0570
18
 
19
  ## Model description
20
 
@@ -39,16 +39,17 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
42
  - num_epochs: 4
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 0.3224 | 1.0 | 638 | 0.3134 |
49
- | 0.0971 | 2.0 | 1276 | 0.0951 |
50
- | 0.0563 | 3.0 | 1914 | 0.0615 |
51
- | 0.0528 | 4.0 | 2552 | 0.0570 |
52
 
53
 
54
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0519
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_ratio: 0.03
43
  - num_epochs: 4
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 0.3632 | 1.0 | 638 | 0.3282 |
50
+ | 0.1027 | 2.0 | 1276 | 0.1067 |
51
+ | 0.0539 | 3.0 | 1914 | 0.0570 |
52
+ | 0.0512 | 4.0 | 2552 | 0.0519 |
53
 
54
 
55
  ### Framework versions
adapter_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
- "r": 16,
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
 
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
+ "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1cc57afcbd59e350b6f2d229f67a10da596fb7ba70457d3cd8d1e899ad3c9464
3
- size 67201357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80330548b6d71b614e251a842e9119ae3aa63b4004f594fa7bcf1ba709a4852c
3
+ size 268527949
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2101b54f4451c893b0a17b8300a66958bc22d3e86f6c935dd6c1bbcf61f292f
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47f2a88dea389299b5771ea92f747125293336feba60b7810640c57bb50e1b9d
3
  size 3963