mmrech commited on
Commit
8f362c6
·
verified ·
1 Parent(s): 394e66a

Stage 1 training - point localization

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -7
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -23,19 +23,16 @@
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
25
  "peft_type": "LORA",
26
- "peft_version": "0.18.0",
27
  "qalora_group_size": 16,
28
  "r": 16,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "down_proj",
33
- "gate_proj",
34
- "k_proj",
35
- "o_proj",
36
- "up_proj",
37
  "v_proj",
38
- "q_proj"
 
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
25
  "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
  "qalora_group_size": 16,
28
  "r": 16,
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
 
 
 
32
  "v_proj",
33
+ "q_proj",
34
+ "k_proj",
35
+ "o_proj"
36
  ],
37
  "target_parameters": null,
38
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44eff5b7afe8ec1c0a8d3c5be5e43cab3e02ed9cb6a779d9585be0b8ed987446
3
- size 36987736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad85f2cce2fcb71e90bbd67615bd2b436356c95d42546ed643165f4ce715a99
3
+ size 8749512