Ai-Marshal commited on
Commit
b2e57c2
·
verified ·
1 Parent(s): 884d600

Ai-Marshal/5k_5epoch

Browse files
README.md CHANGED
@@ -19,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
  # Mixtral_Alpace_v2
20
 
21
  This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on the generator dataset.
 
 
22
 
23
  ## Model description
24
 
@@ -44,15 +46,22 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 0.03
47
- - training_steps: 1
48
 
49
  ### Training results
50
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
54
 
55
- - PEFT 0.8.2
56
  - Transformers 4.38.1
57
  - Pytorch 2.2.1+cu121
58
  - Datasets 2.17.1
 
19
  # Mixtral_Alpace_v2
20
 
21
  This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4450
24
 
25
  ## Model description
26
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 0.03
49
+ - num_epochs: 5
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-----:|:----:|:---------------:|
55
+ | 0.5074 | 1.0 | 198 | 0.4895 |
56
+ | 0.4477 | 2.0 | 396 | 0.4579 |
57
+ | 0.4243 | 3.0 | 594 | 0.4498 |
58
+ | 0.5102 | 4.0 | 792 | 0.4464 |
59
+ | 0.4003 | 5.0 | 990 | 0.4450 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - PEFT 0.9.0
65
  - Transformers 4.38.1
66
  - Pytorch 2.2.1+cu121
67
  - Datasets 2.17.1
adapter_config.json CHANGED
@@ -19,15 +19,16 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
  "k_proj",
24
- "gate_proj",
25
  "q_proj",
26
- "o_proj",
27
- "v_proj",
28
  "up_proj",
29
- "lm_head"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
 
32
  "use_rslora": false
33
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
  "k_proj",
 
24
  "q_proj",
 
 
25
  "up_proj",
26
+ "lm_head",
27
+ "down_proj",
28
+ "gate_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
  "use_rslora": false
34
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3b3409edb1dbf2b32c10b1af5fb5d015b104c3d19b079c5dd3f7e35795c676c
3
- size 56875144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39e10d29f4277e5bfcdfa414b4c79e7cff02dfec182fa1a6d72892f436a23fca
3
+ size 581163872
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcaaca2609d3d8e304562764b32ecca1ada368b9a9f89aa08774715ce259cba5
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822b1d19df4c767ef76685b8b6db5511c50ae1bedb392a51d35199926cfb8d5b
3
  size 4856