<deboramachadoandrade>/mistral-7binstruct-summary-100s
Browse files- README.md +18 -14
- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- runs/Mar05_02-31-09_6405a7751ebb/events.out.tfevents.1709605869.6405a7751ebb.256.1 +3 -0
- runs/Mar05_02-40-22_6405a7751ebb/events.out.tfevents.1709606423.6405a7751ebb.256.2 +3 -0
- runs/Mar05_02-56-15_6405a7751ebb/events.out.tfevents.1709607375.6405a7751ebb.256.3 +3 -0
- training_args.bin +1 -1
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 |
|
@@ -46,24 +46,28 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_steps: 3
|
49 |
-
- training_steps:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
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.5086
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_steps: 3
|
49 |
+
- training_steps: 400
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 1.7282 | 0.03 | 25 | 1.5986 |
|
56 |
+
| 1.5968 | 0.05 | 50 | 1.5566 |
|
57 |
+
| 1.5774 | 0.08 | 75 | 1.5433 |
|
58 |
+
| 1.5917 | 0.11 | 100 | 1.5409 |
|
59 |
+
| 1.5659 | 0.13 | 125 | 1.5339 |
|
60 |
+
| 1.5191 | 0.16 | 150 | 1.5312 |
|
61 |
+
| 1.5592 | 0.19 | 175 | 1.5267 |
|
62 |
+
| 1.4833 | 0.22 | 200 | 1.5245 |
|
63 |
+
| 1.4792 | 0.24 | 225 | 1.5208 |
|
64 |
+
| 1.5253 | 0.27 | 250 | 1.5162 |
|
65 |
+
| 1.5347 | 0.3 | 275 | 1.5138 |
|
66 |
+
| 1.5042 | 0.32 | 300 | 1.5116 |
|
67 |
+
| 1.4756 | 0.35 | 325 | 1.5098 |
|
68 |
+
| 1.5102 | 0.38 | 350 | 1.5090 |
|
69 |
+
| 1.4511 | 0.4 | 375 | 1.5087 |
|
70 |
+
| 1.4451 | 0.43 | 400 | 1.5086 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -9,13 +9,13 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
-
"lora_alpha":
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
+
"lora_alpha": 16,
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
adapter_model.safetensors
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:2300d183ddcd834bbb7795ea49262a1a2841235cfb7a94f1f3cb6d538d37996d
|
3 |
+
size 13648432
|
runs/Mar05_02-31-09_6405a7751ebb/events.out.tfevents.1709605869.6405a7751ebb.256.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b91c0fc13e6d010c549f46fedfb3bf8ea8e27e2ed80a81e1933bdf2dc6695fa2
|
3 |
+
size 9072
|
runs/Mar05_02-40-22_6405a7751ebb/events.out.tfevents.1709606423.6405a7751ebb.256.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47bbdde41e13602ab3de51029ccfaa31a0dcd61c39137d2592d8b8f6afc1dc0c
|
3 |
+
size 13381
|
runs/Mar05_02-56-15_6405a7751ebb/events.out.tfevents.1709607375.6405a7751ebb.256.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44885be788d9ba4be41d9c882cb501b4374dcd33ca07e515590c02745fb6fb96
|
3 |
+
size 18104
|
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:649f39e08241dcdf22fb0c06d4f471439369ff4a28c3a5d53ba3a51c02525508
|
3 |
size 4920
|