talazz commited on
Commit
5b9573b
1 Parent(s): d44ca9b

your-username/mistral_finetuned

Browse files
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: peft
3
  tags:
4
  - trl
@@ -17,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  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.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4235
21
 
22
  ## Model description
23
 
@@ -36,20 +37,21 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 0.0004
40
  - train_batch_size: 4
41
  - eval_batch_size: 4
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: constant
45
  - lr_scheduler_warmup_steps: 100
46
- - num_epochs: 1
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 0.4375 | 1.0 | 1915 | 0.4235 |
 
53
 
54
 
55
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  library_name: peft
4
  tags:
5
  - trl
 
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: 0.3764
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: constant
46
  - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 2
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.4035 | 1.0 | 1915 | 0.3892 |
54
+ | 0.3797 | 2.0 | 3830 | 0.3764 |
55
 
56
 
57
  ### Framework versions
adapter_config.json CHANGED
@@ -20,10 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "k_proj",
 
 
24
  "v_proj",
25
- "q_proj",
26
- "o_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "o_proj",
25
+ "up_proj",
26
  "k_proj",
27
+ "lm_head",
28
+ "down_proj",
29
  "v_proj",
30
+ "gate_proj"
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be6d7c77af8b1d9db600cad4f2ccf373ea22bbca935c0cdbcb08f18ab87d25f4
3
- size 54560368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215e942ac19cefaf6701ceab7ba55d24d996aaee9ea33d573e9b0bfcfdb70f54
3
+ size 694431312
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac417a93b84651927a04faf83c654f4b3ca06e11bf68257c043dc230ba0aa2e6
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b778b3ecd8a3450648bd496eb386d5f4fc0b3c5738e9c589eae6a7595f643565
3
  size 4984