LazzeKappa commited on
Commit
228b8df
1 Parent(s): e4f5492

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.4207
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.4046 | 1.0 | 92 | 0.4372 |
49
- | 0.4353 | 2.0 | 184 | 0.4241 |
50
- | 0.4031 | 3.0 | 276 | 0.4195 |
51
- | 0.3939 | 4.0 | 368 | 0.4207 |
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.3829
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.4283 | 1.0 | 92 | 0.3975 |
50
+ | 0.3979 | 2.0 | 184 | 0.3871 |
51
+ | 0.3607 | 3.0 | 276 | 0.3833 |
52
+ | 0.3438 | 4.0 | 368 | 0.3829 |
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:c7e76f28fa949b2277adaeb50f04afcbc2cffe3a7bc57a9647960bd8ec4aa62d
3
- size 67201357
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6e278a9d3d1a81f2fb30a991972f6babb50fa8c0578d2de8dbcd9218a9625f5
3
+ size 268527949
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b1455d093870eaacf16564d183a23a7efbb71836a701a26680e585321e54b4d
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b71f8d317f9558b726e1d8dc8875b532bc90476548193d888cd6e96a1998ff
3
  size 3963