mistral-0.2
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ tags:
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
|
|
|
| 8 |
datasets:
|
| 9 |
- generator
|
| 10 |
-
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
| 11 |
model-index:
|
| 12 |
- name: mistral_instruct_generation
|
| 13 |
results: []
|
|
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# mistral_instruct_generation
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -52,17 +52,17 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
-
| 1.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
-
- PEFT 0.
|
| 65 |
-
- Transformers 4.
|
| 66 |
- Pytorch 2.1.2
|
| 67 |
-
- Datasets 2.
|
| 68 |
-
- Tokenizers 0.15.
|
|
|
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
- generated_from_trainer
|
| 8 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 9 |
datasets:
|
| 10 |
- generator
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: mistral_instruct_generation
|
| 13 |
results: []
|
|
|
|
| 18 |
|
| 19 |
# mistral_instruct_generation
|
| 20 |
|
| 21 |
+
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 generator dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.8049
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
+
| 1.0509 | 0.87 | 20 | 0.8995 |
|
| 56 |
+
| 0.8839 | 1.74 | 40 | 0.8167 |
|
| 57 |
+
| 0.8105 | 2.61 | 60 | 0.7898 |
|
| 58 |
+
| 0.7148 | 3.48 | 80 | 0.7915 |
|
| 59 |
+
| 0.6221 | 4.35 | 100 | 0.8049 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
+
- PEFT 0.10.0
|
| 65 |
+
- Transformers 4.38.2
|
| 66 |
- Pytorch 2.1.2
|
| 67 |
+
- Datasets 2.16.0
|
| 68 |
+
- Tokenizers 0.15.2
|
adapter_config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
|
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
|
@@ -19,8 +20,8 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM",
|
| 26 |
"use_dora": false,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
"bias": "none",
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"q_proj",
|
| 24 |
+
"v_proj"
|
| 25 |
],
|
| 26 |
"task_type": "CAUSAL_LM",
|
| 27 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 109069176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bff8112d95bc932ce88e61a9b6fb54a3b33ddc96ca50e1ead366158968c8cfbd
|
| 3 |
size 109069176
|
runs/Apr02_04-12-42_4265b017aa0a/events.out.tfevents.1712031221.4265b017aa0a.91.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f8646adb97a3c48117f55978a0245837a81485ef99f9cb26aae383d60d5fc86
|
| 3 |
+
size 8813
|
training_args.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:f59623b10aaf9dc82e1c5c843c17496f95721a4649edec88c7620ffaeadbe4b9
|
| 3 |
+
size 4920
|