SumanthRH commited on
Commit
45c37be
·
verified ·
1 Parent(s): 6ce3941

Upload config

Browse files
Files changed (1) hide show
  1. adapter_config.json +35 -0
adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "hf-internal-testing/tiny-random-gpt2",
5
+ "beta1": 0.85,
6
+ "beta2": 0.85,
7
+ "bias": "none",
8
+ "deltaT": 1,
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "init_r": 12,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 8,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "orth_reg_weight": 0.5,
22
+ "peft_type": "ADALORA",
23
+ "r": 8,
24
+ "rank_pattern": null,
25
+ "revision": null,
26
+ "target_modules": [
27
+ "c_attn"
28
+ ],
29
+ "target_r": 8,
30
+ "task_type": null,
31
+ "tfinal": 0,
32
+ "tinit": 0,
33
+ "total_step": null,
34
+ "use_rslora": false
35
+ }