DeepDream2045
commited on
End of training
Browse files- README.md +4 -4
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -95,7 +95,7 @@ xformers_attention: true
|
|
95 |
|
96 |
This model is a fine-tuned version of [MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4](https://huggingface.co/MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
-
- Loss: 1.
|
99 |
|
100 |
## Model description
|
101 |
|
@@ -132,9 +132,9 @@ The following hyperparameters were used during training:
|
|
132 |
|
133 |
| Training Loss | Epoch | Step | Validation Loss |
|
134 |
|:-------------:|:------:|:----:|:---------------:|
|
135 |
-
| 1.
|
136 |
-
| 2.
|
137 |
-
| 2.
|
138 |
|
139 |
|
140 |
### Framework versions
|
|
|
95 |
|
96 |
This model is a fine-tuned version of [MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4](https://huggingface.co/MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
+
- Loss: 1.7409
|
99 |
|
100 |
## Model description
|
101 |
|
|
|
132 |
|
133 |
| Training Loss | Epoch | Step | Validation Loss |
|
134 |
|:-------------:|:------:|:----:|:---------------:|
|
135 |
+
| 1.7307 | 0.0011 | 1 | 2.0657 |
|
136 |
+
| 2.1511 | 0.0269 | 25 | 1.7535 |
|
137 |
+
| 2.1672 | 0.0538 | 50 | 1.7409 |
|
138 |
|
139 |
|
140 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
"down_proj",
|
25 |
-
"gate_proj",
|
26 |
-
"k_proj",
|
27 |
-
"up_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
"o_proj",
|
27 |
"down_proj",
|
|
|
|
|
|
|
28 |
"v_proj",
|
29 |
+
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 860011282
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f36fd5e6a797039548ee42e0ef8fb9a1e3dacd603438acc470c44efcf0b25e4a
|
3 |
size 860011282
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 859909312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a098e4073b8a0fba6a26374975a056a3b02d4cf25c917449c64558f8aafcf8fa
|
3 |
size 859909312
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cde298347aefb5569ecda1d0ffbfc1f74fe5a8aad71a508769958efdcaf21bdf
|
3 |
size 6776
|