nerottt commited on
Commit
0efc86f
1 Parent(s): 5dc16b7

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 [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.6037
22
 
23
  ## Model description
24
 
@@ -43,15 +43,18 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
- - num_epochs: 3
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 1.7989 | 1.0 | 576 | 1.6138 |
53
- | 1.5588 | 2.0 | 1152 | 1.6049 |
54
- | 1.3794 | 3.0 | 1728 | 1.6037 |
 
 
 
55
 
56
 
57
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.3632
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
+ - num_epochs: 6
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 1.3736 | 1.0 | 179 | 1.3915 |
53
+ | 1.4252 | 2.0 | 358 | 1.3709 |
54
+ | 1.2687 | 3.0 | 537 | 1.3638 |
55
+ | 1.414 | 4.0 | 716 | 1.3626 |
56
+ | 1.3064 | 5.0 | 895 | 1.3631 |
57
+ | 1.2414 | 6.0 | 1074 | 1.3632 |
58
 
59
 
60
  ### Framework versions
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "k_proj",
24
  "o_proj",
25
- "q_proj",
26
  "v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
  "k_proj",
25
  "o_proj",
 
26
  "v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa72659c59bfdaf6f4c050fe95644668648a7f281255c5e293684424b5247b01
3
  size 109086672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48d41e2f183861d9ffe8f2c349cae94a0637fb1ce0c03629316c4a682c48aaa
3
  size 109086672
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad118be907541be3a0929d88a31a1787801d0eeb812aac3f0caa0b7b53072ee8
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb640582263a907080612c0893444a3f752219ce1c3aaffd6e493a4a21fa0be
3
  size 5496