zelalt commited on
Commit
ee184c6
·
verified ·
1 Parent(s): 2f9003e

End of training

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6991
22
 
23
  ## Model description
24
 
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
- | 1.8356 | 0.33 | 9 | 1.8214 |
54
- | 1.8011 | 0.67 | 18 | 1.7745 |
55
- | 1.724 | 1.0 | 27 | 1.6848 |
56
- | 1.6316 | 1.33 | 36 | 1.5849 |
57
- | 1.5605 | 1.67 | 45 | 1.4827 |
58
- | 1.4149 | 2.0 | 54 | 1.3548 |
59
- | 1.2969 | 2.33 | 63 | 1.1693 |
60
- | 0.9925 | 2.67 | 72 | 0.9323 |
61
- | 0.8631 | 3.0 | 81 | 0.8125 |
62
- | 0.7053 | 3.33 | 90 | 0.7490 |
63
- | 0.6931 | 3.67 | 99 | 0.7222 |
64
- | 0.6993 | 4.0 | 108 | 0.6991 |
65
 
66
 
67
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6278
22
 
23
  ## Model description
24
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.9423 | 0.33 | 9 | 1.0697 |
54
+ | 1.0127 | 0.67 | 18 | 1.0604 |
55
+ | 0.9779 | 1.0 | 27 | 1.0315 |
56
+ | 0.9518 | 1.33 | 36 | 0.9850 |
57
+ | 0.8728 | 1.67 | 45 | 0.9434 |
58
+ | 0.8215 | 2.0 | 54 | 0.8961 |
59
+ | 0.8151 | 2.33 | 63 | 0.8434 |
60
+ | 0.7027 | 2.67 | 72 | 0.7606 |
61
+ | 0.6277 | 3.0 | 81 | 0.6863 |
62
+ | 0.5266 | 3.33 | 90 | 0.6582 |
63
+ | 0.5282 | 3.67 | 99 | 0.6403 |
64
+ | 0.5709 | 4.0 | 108 | 0.6278 |
65
 
66
 
67
  ### Framework versions
adapter_config.json CHANGED
@@ -9,18 +9,20 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 16,
13
  "lora_dropout": 0.7,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 8,
13
  "lora_dropout": 0.7,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 8,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "k_proj",
23
+ "v_proj",
24
+ "o_proj",
25
+ "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7c31b67e81dab1d346b94f4b28a1bee061949682bcefb20a107a40aefdf613e
3
- size 27280152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa957a0bf0ff31f1cbde437d83345dceff042d86fb5606bae12b908eec27844
3
+ size 13665592
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1000,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 3600,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e55c5db746c2e70928eff861bd496e6f40226dfd2255ddeaa790f7dab1474f3
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05f7c31581197c870dc7944504b6e7211f9d859692dba036917f09c3113bc41
3
  size 4664