LazzeKappa commited on
Commit
09833d9
1 Parent(s): e971378

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.5201
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.5384 | 1.0 | 46 | 0.5398 |
49
- | 0.5364 | 2.0 | 92 | 0.5310 |
50
- | 0.5254 | 3.0 | 138 | 0.5246 |
51
- | 0.4929 | 4.0 | 184 | 0.5201 |
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.4935
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.5752 | 1.0 | 46 | 0.5406 |
50
+ | 0.5341 | 2.0 | 92 | 0.5026 |
51
+ | 0.5516 | 3.0 | 138 | 0.4957 |
52
+ | 0.4672 | 4.0 | 184 | 0.4935 |
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:7ca95afdc866a78090f3e92fe50a01e411e286508a2164481b2aeeaadee6583f
3
- size 67201357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:085c5d4244e14280d2a2988c43ccf2d75f7ae5f153700377d4e1f6c67fc0d5f9
3
+ size 268527949
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04dad6dc76428bc2bb5da2f0eb8f16edf18a4b9f242aef43bdb1b487a99c4c35
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc388763747f76d8c018e8ee1a8d7b489e9013005d80a199a7ad7059fefce84
3
  size 3963