Training in progress, step 200
Browse files
adapter_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
-
"lora_alpha":
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"down_proj",
|
23 |
-
"k_proj",
|
24 |
-
"v_proj",
|
25 |
"o_proj",
|
|
|
26 |
"up_proj",
|
|
|
|
|
27 |
"q_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
12 |
+
"lora_alpha": 32,
|
13 |
"lora_dropout": 0.1,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"o_proj",
|
23 |
+
"down_proj",
|
24 |
"up_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
"q_proj",
|
28 |
+
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 639691872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7000c7edb92a9468eac36506437e43ab4cf10184b943a7ab9546ec928db20b8
|
3 |
size 639691872
|
angle.config
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
{
|
2 |
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
3 |
-
"max_length":
|
4 |
"model_kwargs": {},
|
5 |
"pooling_strategy": "cls",
|
6 |
"lora_config_kwargs": {
|
7 |
"task_type": "CAUSAL_LM",
|
8 |
"r": 64,
|
9 |
-
"lora_alpha":
|
10 |
"lora_dropout": 0.1,
|
11 |
"bias": "none",
|
12 |
"target_modules": [
|
13 |
"q_proj",
|
|
|
14 |
"o_proj",
|
15 |
"up_proj",
|
16 |
-
"v_proj",
|
17 |
-
"gate_proj",
|
18 |
"k_proj",
|
|
|
19 |
"down_proj"
|
20 |
]
|
21 |
},
|
|
|
1 |
{
|
2 |
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
3 |
+
"max_length": 85,
|
4 |
"model_kwargs": {},
|
5 |
"pooling_strategy": "cls",
|
6 |
"lora_config_kwargs": {
|
7 |
"task_type": "CAUSAL_LM",
|
8 |
"r": 64,
|
9 |
+
"lora_alpha": 32,
|
10 |
"lora_dropout": 0.1,
|
11 |
"bias": "none",
|
12 |
"target_modules": [
|
13 |
"q_proj",
|
14 |
+
"v_proj",
|
15 |
"o_proj",
|
16 |
"up_proj",
|
|
|
|
|
17 |
"k_proj",
|
18 |
+
"gate_proj",
|
19 |
"down_proj"
|
20 |
]
|
21 |
},
|
runs/Mar23_02-16-23_instance-20240226-074643/events.out.tfevents.1711160195.instance-20240226-074643.3613579.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66aed1c059cc3413c060e235f33afec6b1de9d59ae6dcfc9d9aafdef03d5e558
|
3 |
+
size 5624
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03ea38a21f34dfac031cbda7385810d20b697435671e70aa1b4d60b84eabc5f2
|
3 |
size 5048
|