End of training
Browse files- README.md +4 -4
- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -102,7 +102,7 @@ xformers_attention: null
|
|
102 |
|
103 |
This model is a fine-tuned version of [aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct](https://huggingface.co/aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 0.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -138,9 +138,9 @@ The following hyperparameters were used during training:
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 1.4927 | 0.0833 | 1 | 1.4978 |
|
141 |
-
| 1.5735 | 0.25 | 3 | 1.
|
142 |
-
| 1.
|
143 |
-
| 0.
|
144 |
|
145 |
|
146 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct](https://huggingface.co/aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 0.0519
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 1.4927 | 0.0833 | 1 | 1.4978 |
|
141 |
+
| 1.5735 | 0.25 | 3 | 1.4474 |
|
142 |
+
| 1.0892 | 0.5 | 6 | 0.8217 |
|
143 |
+
| 0.2385 | 0.75 | 9 | 0.0519 |
|
144 |
|
145 |
|
146 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"o_proj",
|
25 |
-
"
|
|
|
26 |
"down_proj",
|
27 |
"k_proj",
|
28 |
-
"
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj",
|
26 |
"down_proj",
|
27 |
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 84047370
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72c2d9304942f834807d40db757cc852ec3bfa10c9ff76de8fc69bf16f624f17
|
3 |
size 84047370
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91f1a895b55a7ca6393f57cb37a757cb7adda2e6d6edadcdee65b54c9e99680e
|
3 |
size 83945296
|
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:ab37ef2135f6555964c7f23e135ed3a58c3b21e0a8dfdabb28e1c2f6cc491bb9
|
3 |
size 6776
|