Raxia commited on
Commit
a425ca4
1 Parent(s): 897bf96

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +10 -25
adapter_config.json CHANGED
@@ -1,33 +1,18 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
  "base_model_name_or_path": "Raxia/distilbert-base-uncased-Buklat2",
5
- "bias": "none",
6
- "exclude_modules": null,
7
- "fan_in_fan_out": false,
8
- "inference_mode": true,
9
- "init_lora_weights": true,
10
- "layer_replication": null,
11
- "layers_pattern": null,
12
- "layers_to_transform": null,
13
- "loftq_config": {},
14
- "lora_alpha": 32,
15
- "lora_dropout": 0.01,
16
- "megatron_config": null,
17
- "megatron_core": "megatron.core",
18
- "modules_to_save": [
19
- "classifier",
20
- "score"
21
- ],
22
  "peft_type": "LORA",
23
  "r": 4,
24
- "rank_pattern": {},
25
- "revision": null,
26
  "target_modules": [
27
  "v_lin",
28
  "q_lin"
29
  ],
30
- "task_type": "SEQ_CLS",
31
- "use_dora": false,
32
- "use_rslora": false
33
- }
 
 
 
 
1
  {
 
 
2
  "base_model_name_or_path": "Raxia/distilbert-base-uncased-Buklat2",
3
+ "task_type": "SEQ_CLS",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "peft_type": "LORA",
5
  "r": 4,
6
+ "lora_alpha": 32,
7
+ "lora_dropout": 0.01,
8
  "target_modules": [
9
  "v_lin",
10
  "q_lin"
11
  ],
12
+ "init_lora_weights": true,
13
+ "inference_mode": true,
14
+ "fan_in_fan_out": false,
15
+ "modules_to_save": [
16
+ "classifier"
17
+ ]
18
+ }