sullivanUCSD commited on
Commit
9b59f8f
·
verified ·
1 Parent(s): 4845483

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +51 -0
adapter_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_type": "CAUSAL_LM",
3
+ "peft_type": "LORA",
4
+ "auto_mapping": null,
5
+ "peft_version": "0.19.1",
6
+ "base_model_name_or_path": "/data/user/cma859/export/JiaruiLi/Projects/sd_Poject/RL/GRPO/model/InstinctSCOPE-4B-SFT-CoT_v2",
7
+ "revision": null,
8
+ "inference_mode": false,
9
+ "r": 128,
10
+ "target_modules": [
11
+ "q_proj",
12
+ "down_proj",
13
+ "v_proj",
14
+ "o_proj",
15
+ "gate_proj",
16
+ "up_proj",
17
+ "k_proj"
18
+ ],
19
+ "exclude_modules": null,
20
+ "lora_alpha": 256,
21
+ "lora_dropout": 0.0,
22
+ "fan_in_fan_out": false,
23
+ "bias": "none",
24
+ "use_rslora": false,
25
+ "modules_to_save": null,
26
+ "init_lora_weights": true,
27
+ "layers_to_transform": null,
28
+ "layers_pattern": null,
29
+ "rank_pattern": {},
30
+ "alpha_pattern": {},
31
+ "megatron_config": null,
32
+ "megatron_core": "megatron.core",
33
+ "trainable_token_indices": null,
34
+ "loftq_config": {},
35
+ "eva_config": null,
36
+ "corda_config": null,
37
+ "lora_ga_config": null,
38
+ "use_dora": false,
39
+ "alora_invocation_tokens": null,
40
+ "use_qalora": false,
41
+ "qalora_group_size": 16,
42
+ "layer_replication": null,
43
+ "runtime_config": {
44
+ "ephemeral_gpu_offload": false
45
+ },
46
+ "lora_bias": false,
47
+ "target_parameters": null,
48
+ "use_bdlora": null,
49
+ "arrow_config": null,
50
+ "ensure_weight_tying": false
51
+ }