End of training
Browse files- README.md +15 -1
- adapter_model.bin +2 -2
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
7 |
model-index:
|
@@ -102,7 +103,9 @@ fsdp_config:
|
|
102 |
|
103 |
# mistral-lora
|
104 |
|
105 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on
|
|
|
|
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -135,6 +138,17 @@ The following hyperparameters were used during training:
|
|
135 |
- lr_scheduler_warmup_steps: 10
|
136 |
- num_epochs: 0.5
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
### Framework versions
|
139 |
|
140 |
- PEFT 0.8.2
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- axolotl
|
6 |
- generated_from_trainer
|
7 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
8 |
model-index:
|
|
|
103 |
|
104 |
# mistral-lora
|
105 |
|
106 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the None dataset.
|
107 |
+
It achieves the following results on the evaluation set:
|
108 |
+
- Loss: 0.1480
|
109 |
|
110 |
## Model description
|
111 |
|
|
|
138 |
- lr_scheduler_warmup_steps: 10
|
139 |
- num_epochs: 0.5
|
140 |
|
141 |
+
### Training results
|
142 |
+
|
143 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
144 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
145 |
+
| 1.3787 | 0.0 | 1 | 1.4156 |
|
146 |
+
| 0.0868 | 0.1 | 31 | 0.1745 |
|
147 |
+
| 0.149 | 0.21 | 62 | 0.1603 |
|
148 |
+
| 0.1328 | 0.31 | 93 | 0.1532 |
|
149 |
+
| 0.1635 | 0.41 | 124 | 0.1480 |
|
150 |
+
|
151 |
+
|
152 |
### Framework versions
|
153 |
|
154 |
- PEFT 0.8.2
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fb1e80f5896833852187df5460b41be8f605ca63496948dab53472daa22153c
|
3 |
+
size 84047946
|