mitultiwari
commited on
mitultiwari/mistral-7b-instruct-summarization-sft
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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: 1.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- PEFT 0.
|
62 |
-
- Transformers 4.38.
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
-
- Datasets 2.
|
65 |
- Tokenizers 0.15.2
|
|
|
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: 1.4712
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 1.7461 | 0.22 | 25 | 1.5484 |
|
56 |
+
| 1.5634 | 0.43 | 50 | 1.4712 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- PEFT 0.9.0
|
62 |
+
- Transformers 4.38.2
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
+
- Datasets 2.18.0
|
65 |
- Tokenizers 0.15.2
|
adapter_config.json
CHANGED
@@ -19,9 +19,10 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
|
|
26 |
"use_rslora": false
|
27 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
"use_rslora": false
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:231466cdc2b072fc42f52110cca8d5556b64ff7081cf86b445c809132aca0efc
|
3 |
size 27280152
|
runs/Mar04_00-26-57_8982399105cf/events.out.tfevents.1709512019.8982399105cf.6924.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3806a58616eee1fb235d2cd5bbbbb973a5f8cca16f0810c726a77d537f3a2f9e
|
3 |
+
size 6966
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effda184743792267f6dc17f3bf630c7b79cf770218aadd674de247113a2c0cb
|
3 |
size 4920
|