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
@@ -103,7 +103,7 @@ xformers_attention: null
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Llama-3.2-1B](https://huggingface.co/unsloth/Llama-3.2-1B) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 1.
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -139,9 +139,9 @@ The following hyperparameters were used during training:
|
|
139 |
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
|:-------------:|:------:|:----:|:---------------:|
|
141 |
| 1.5917 | 0.0001 | 1 | 1.9595 |
|
142 |
-
| 1.
|
143 |
-
| 1.
|
144 |
-
| 1.
|
145 |
|
146 |
|
147 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Llama-3.2-1B](https://huggingface.co/unsloth/Llama-3.2-1B) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 1.9065
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
139 |
| Training Loss | Epoch | Step | Validation Loss |
|
140 |
|:-------------:|:------:|:----:|:---------------:|
|
141 |
| 1.5917 | 0.0001 | 1 | 1.9595 |
|
142 |
+
| 1.0263 | 0.0002 | 3 | 1.9572 |
|
143 |
+
| 1.2796 | 0.0005 | 6 | 1.9417 |
|
144 |
+
| 1.4155 | 0.0007 | 9 | 1.9065 |
|
145 |
|
146 |
|
147 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"q_proj",
|
25 |
"o_proj",
|
|
|
26 |
"v_proj",
|
27 |
-
"down_proj",
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
|
|
24 |
"o_proj",
|
25 |
+
"up_proj",
|
26 |
"v_proj",
|
|
|
27 |
"k_proj",
|
28 |
+
"q_proj",
|
29 |
+
"down_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 22624970
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82e1c5e1d51956371875ff43601cde8dc568626151dc74e3774d23ca2ab3cc1e
|
3 |
size 22624970
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22573704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e771b270da7293af440a639bb209ca6898df7fae0d30097d348edd3e55716225
|
3 |
size 22573704
|
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:923ce18a73524fc48b19c36dee905217bafd6d65025d46d8a80d999e0fe09dba
|
3 |
size 6776
|