Training in progress, step 25
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- config.json +5 -5
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "unsloth/Llama-3.2-
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": null,
|
7 |
"inference_mode": true,
|
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
|
|
24 |
"v_proj",
|
|
|
|
|
25 |
"down_proj",
|
26 |
-
"k_proj"
|
27 |
-
"q_proj",
|
28 |
-
"o_proj",
|
29 |
-
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": null,
|
7 |
"inference_mode": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"q_proj",
|
25 |
"v_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
"down_proj",
|
29 |
+
"k_proj"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
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:8e681c7412ef2557f51f437204f7dbbccb418dccefea52569f201f7a05c61feb
|
3 |
+
size 97307544
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "unsloth/Llama-3.2-
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -7,16 +7,16 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 128000,
|
9 |
"eos_token_id": 128009,
|
10 |
-
"head_dim":
|
11 |
"hidden_act": "silu",
|
12 |
-
"hidden_size":
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 8192,
|
15 |
"max_position_embeddings": 131072,
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
-
"num_attention_heads":
|
19 |
-
"num_hidden_layers":
|
20 |
"num_key_value_heads": 8,
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 128000,
|
9 |
"eos_token_id": 128009,
|
10 |
+
"head_dim": 128,
|
11 |
"hidden_act": "silu",
|
12 |
+
"hidden_size": 3072,
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 8192,
|
15 |
"max_position_embeddings": 131072,
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
+
"num_attention_heads": 24,
|
19 |
+
"num_hidden_layers": 28,
|
20 |
"num_key_value_heads": 8,
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8524cfa1063fe98d8aea167ded37880cba9a9019662d453eab8ed82b8700126
|
3 |
size 6648
|