histlearn commited on
Commit
46a5b7f
·
verified ·
1 Parent(s): 088811c

fix: limpa adapter_config fold_3 (remove campos PEFT 0.19+ que quebram widget HF)

Browse files
Files changed (1) hide show
  1. adapter_fold_3/adapter_config.json +24 -44
adapter_fold_3/adapter_config.json CHANGED
@@ -1,45 +1,25 @@
1
- {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": null,
6
- "base_model_name_or_path": "Qwen/Qwen3-Reranker-0.6B",
7
- "bias": "none",
8
- "corda_config": null,
9
- "ensure_weight_tying": false,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": false,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
- "layers_to_transform": null,
18
- "loftq_config": {},
19
- "lora_alpha": 32,
20
- "lora_bias": false,
21
- "lora_dropout": 0.1,
22
- "lora_ga_config": null,
23
- "megatron_config": null,
24
- "megatron_core": "megatron.core",
25
- "modules_to_save": null,
26
- "peft_type": "LORA",
27
- "peft_version": "0.19.1",
28
- "qalora_group_size": 16,
29
- "r": 16,
30
- "rank_pattern": {},
31
- "revision": null,
32
- "target_modules": [
33
- "v_proj",
34
- "o_proj",
35
- "k_proj",
36
- "q_proj"
37
- ],
38
- "target_parameters": null,
39
- "task_type": "CAUSAL_LM",
40
- "trainable_token_indices": null,
41
- "use_bdlora": null,
42
- "use_dora": false,
43
- "use_qalora": false,
44
- "use_rslora": false
45
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-Reranker-0.6B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_proj",
20
+ "o_proj",
21
+ "k_proj",
22
+ "q_proj"
23
+ ],
24
+ "task_type": "CAUSAL_LM"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }