Training in progress, step 200
Browse files
adapter_config.json
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
-
"r":
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|
|
|
15 |
"megatron_core": "megatron.core",
|
16 |
"modules_to_save": null,
|
17 |
"peft_type": "LORA",
|
18 |
+
"r": 32,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5387250aff8e09528606187407f7ae47d3af6cbd293032f839175999c02585d
|
3 |
+
size 33571752
|
angle.config
CHANGED
@@ -1,11 +1,11 @@
|
|
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":
|
9 |
"lora_alpha": 32,
|
10 |
"lora_dropout": 0.05,
|
11 |
"bias": "none"
|
|
|
1 |
{
|
2 |
"model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
3 |
+
"max_length": 60,
|
4 |
"model_kwargs": {},
|
5 |
"pooling_strategy": "cls",
|
6 |
"lora_config_kwargs": {
|
7 |
"task_type": "CAUSAL_LM",
|
8 |
+
"r": 32,
|
9 |
"lora_alpha": 32,
|
10 |
"lora_dropout": 0.05,
|
11 |
"bias": "none"
|
runs/Apr07_14-16-18_instance-20240226-074643/events.out.tfevents.1712499390.instance-20240226-074643.1153283.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d10beeabab2721c90911a6cdad88595a2c8fb5240fc8881db90ee51877e90b0e
|
3 |
+
size 5249
|
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:7951b6ffc96969c7e663b89ec7c987693999c7bf7fceaf2b0453ed6d0c2b9b2c
|
3 |
size 5048
|