End of training
Browse files- README.md +3 -3
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -102,7 +102,7 @@ xformers_attention: true
|
|
| 102 |
|
| 103 |
This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct) on the None dataset.
|
| 104 |
It achieves the following results on the evaluation set:
|
| 105 |
-
- Loss: 0.
|
| 106 |
|
| 107 |
## Model description
|
| 108 |
|
|
@@ -140,8 +140,8 @@ The following hyperparameters were used during training:
|
|
| 140 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 141 |
|:-------------:|:------:|:----:|:---------------:|
|
| 142 |
| 7.6368 | 0.0138 | 1 | 7.8842 |
|
| 143 |
-
| 0.
|
| 144 |
-
| 0.
|
| 145 |
|
| 146 |
|
| 147 |
### Framework versions
|
|
|
|
| 102 |
|
| 103 |
This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct) on the None dataset.
|
| 104 |
It achieves the following results on the evaluation set:
|
| 105 |
+
- Loss: 0.3486
|
| 106 |
|
| 107 |
## Model description
|
| 108 |
|
|
|
|
| 140 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 141 |
|:-------------:|:------:|:----:|:---------------:|
|
| 142 |
| 7.6368 | 0.0138 | 1 | 7.8842 |
|
| 143 |
+
| 0.55 | 0.3460 | 25 | 0.4385 |
|
| 144 |
+
| 0.4443 | 0.6920 | 50 | 0.3486 |
|
| 145 |
|
| 146 |
|
| 147 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
"gate_proj",
|
| 25 |
-
"q_proj",
|
| 26 |
-
"o_proj",
|
| 27 |
"k_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 |
"gate_proj",
|
|
|
|
|
|
|
| 25 |
"k_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
"v_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"q_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 335706186
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49867a0dd6d58dd924b11403fdbb4b1a2709c417c38f111dd2f4b1e0dbe0e6a2
|
| 3 |
size 335706186
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 335604696
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c951f718b4e51e8b175258336eec5293eac3c06e183db769cac2e7bdd2080c8
|
| 3 |
size 335604696
|
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:19ae2772d6870b4169589bf5c86f6169d7d232f7f1f7e8b68c04fdb0d4bc8620
|
| 3 |
size 6776
|