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

your-username/mistral_finetuned

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: 0.3764
22
 
23
  ## Model description
24
 
@@ -44,19 +44,18 @@ The following hyperparameters were used during training:
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
58
 
59
- - PEFT 0.10.1.dev0
60
  - Transformers 4.40.2
61
  - Pytorch 2.2.1+cu121
62
  - Datasets 2.19.1
 
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.3806
22
 
23
  ## Model description
24
 
 
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: 1
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.3872 | 1.0 | 4174 | 0.3806 |
 
54
 
55
 
56
  ### Framework versions
57
 
58
+ - PEFT 0.11.1.dev0
59
  - Transformers 4.40.2
60
  - Pytorch 2.2.1+cu121
61
  - Datasets 2.19.1
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
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,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "up_proj",
24
+ "v_proj",
25
+ "q_proj",
26
  "lm_head",
27
+ "gate_proj",
28
  "down_proj",
29
+ "o_proj",
30
+ "k_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:215e942ac19cefaf6701ceab7ba55d24d996aaee9ea33d573e9b0bfcfdb70f54
3
  size 694431312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3191c437b593a85b2422e00b5cd458c8a06e0ba0ca9d7b0c56fed5935956783
3
  size 694431312
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b778b3ecd8a3450648bd496eb386d5f4fc0b3c5738e9c589eae6a7595f643565
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213abb780a160958fe966296f84c0c08b32c4a88dbbd320063c02f2f9d92106f
3
  size 4984