Training in progress, step 23
Browse files- adapter_config.json +6 -3
- adapter_model.safetensors +2 -2
- config.json +3 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "codellama/CodeLlama-34b-Python-hf",
|
5 |
"bias": "none",
|
|
|
|
|
6 |
"fan_in_fan_out": null,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
@@ -11,6 +13,7 @@
|
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
"lora_alpha": 16,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -23,13 +26,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"k_proj",
|
27 |
-
"o_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"down_proj",
|
30 |
"v_proj",
|
31 |
"gate_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "codellama/CodeLlama-34b-Python-hf",
|
5 |
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
"fan_in_fan_out": null,
|
9 |
"inference_mode": true,
|
10 |
"init_lora_weights": true,
|
|
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
"lora_alpha": 16,
|
16 |
+
"lora_bias": false,
|
17 |
"lora_dropout": 0.05,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"q_proj",
|
30 |
+
"up_proj",
|
31 |
+
"o_proj",
|
32 |
"down_proj",
|
33 |
"v_proj",
|
34 |
"gate_proj",
|
35 |
+
"k_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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:e01f4bdc2db7cc3217b59761abf161494d43b5eb323647215b618e1076e0108e
|
3 |
+
size 3200671160
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "codellama/CodeLlama-34b-Python-hf",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
@@ -7,6 +8,7 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 2,
|
|
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 8192,
|
12 |
"initializer_range": 0.02,
|
@@ -23,7 +25,7 @@
|
|
23 |
"rope_theta": 1000000,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
-
"transformers_version": "4.
|
27 |
"use_cache": false,
|
28 |
"vocab_size": 32004
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
"_name_or_path": "codellama/CodeLlama-34b-Python-hf",
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 1,
|
10 |
"eos_token_id": 2,
|
11 |
+
"head_dim": 128,
|
12 |
"hidden_act": "silu",
|
13 |
"hidden_size": 8192,
|
14 |
"initializer_range": 0.02,
|
|
|
25 |
"rope_theta": 1000000,
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.46.3",
|
29 |
"use_cache": false,
|
30 |
"vocab_size": 32004
|
31 |
}
|
training_args.bin
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:7d8e99f39be421f9370a798bae77fe79ab37264580c72fe615711b95ec4b8a4e
|
3 |
+
size 6328
|