Chris Alexiuk commited on
Commit
ff38a87
1 Parent(s): 2af7801

ai-maker-space/llama2-instruct-tune-100s

Browse files
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 [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.7400
18
 
19
  ## Model description
20
 
@@ -40,17 +40,37 @@ The following hyperparameters were used during training:
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: constant
42
  - lr_scheduler_warmup_steps: 0.03
43
- - training_steps: 100
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 1.9478 | 0.0 | 20 | 1.8131 |
50
- | 1.7993 | 0.0 | 40 | 1.7797 |
51
- | 1.8768 | 0.0 | 60 | 1.7643 |
52
- | 1.8495 | 0.01 | 80 | 1.7529 |
53
- | 1.8518 | 0.01 | 100 | 1.7400 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.6733
18
 
19
  ## Model description
20
 
 
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: constant
42
  - lr_scheduler_warmup_steps: 0.03
43
+ - training_steps: 500
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 1.9478 | 0.0 | 20 | 1.8129 |
50
+ | 1.7992 | 0.0 | 40 | 1.7797 |
51
+ | 1.8765 | 0.0 | 60 | 1.7642 |
52
+ | 1.8488 | 0.01 | 80 | 1.7527 |
53
+ | 1.8512 | 0.01 | 100 | 1.7384 |
54
+ | 1.8856 | 0.01 | 120 | 1.7136 |
55
+ | 1.8429 | 0.01 | 140 | 1.7035 |
56
+ | 1.8258 | 0.01 | 160 | 1.6970 |
57
+ | 1.8125 | 0.01 | 180 | 1.6923 |
58
+ | 1.7902 | 0.01 | 200 | 1.6898 |
59
+ | 1.8622 | 0.02 | 220 | 1.6895 |
60
+ | 1.8823 | 0.02 | 240 | 1.6867 |
61
+ | 1.7728 | 0.02 | 260 | 1.6837 |
62
+ | 1.6331 | 0.02 | 280 | 1.6820 |
63
+ | 1.8399 | 0.02 | 300 | 1.6821 |
64
+ | 1.735 | 0.02 | 320 | 1.6810 |
65
+ | 1.8192 | 0.02 | 340 | 1.6804 |
66
+ | 1.7609 | 0.03 | 360 | 1.6771 |
67
+ | 1.6517 | 0.03 | 380 | 1.6768 |
68
+ | 1.6272 | 0.03 | 400 | 1.6738 |
69
+ | 1.7947 | 0.03 | 420 | 1.6751 |
70
+ | 1.7794 | 0.03 | 440 | 1.6740 |
71
+ | 1.6371 | 0.03 | 460 | 1.6726 |
72
+ | 1.7126 | 0.03 | 480 | 1.6730 |
73
+ | 1.7321 | 0.04 | 500 | 1.6733 |
74
 
75
 
76
  ### Framework versions
adapter_config.json CHANGED
@@ -16,8 +16,8 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "q_proj",
20
- "v_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "v_proj",
20
+ "q_proj"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff30ee137e3cc8a5da81daaea62b250bd10b757fe624c225ec8d04416057691b
3
  size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f613e808fdcd86d2fda293b7e25d1788b940476c988d517ae2dbe25ca2db50
3
  size 134235048
runs/Nov14_23-41-36_4a9ba01a8270/events.out.tfevents.1700005296.4a9ba01a8270.21049.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53aa6e152adf610705984c8017ed221593fb44d7848a6784f4c05b741db16cf9
3
+ size 19580
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ceefebd3833df8f7f9fa6d2d6e7038c3725c2411a9fadbce22254cf24a1b63c6
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95aa17d15e436395bb17415ed4cb606077c6ea609cce8bb1f8da04d026217b9d
3
  size 4600