dousery commited on
Commit
ae736e0
·
1 Parent(s): e6d6634

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +53 -0
adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "GptOssForCausalLM",
7
+ "parent_library": "transformers.models.gpt_oss.modeling_gpt_oss"
8
+ },
9
+ "base_model_name_or_path": "openai/gpt-oss-20b",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 16,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.0,
25
+ "megatron_config": null,
26
+ "megatron_core": "megatron.core",
27
+ "modules_to_save": null,
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.0",
30
+ "qalora_group_size": 16,
31
+ "r": 8,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "k_proj",
36
+ "v_proj",
37
+ "o_proj",
38
+ "q_proj"
39
+ ],
40
+ "target_parameters": [
41
+ "7.mlp.experts.gate_up_proj",
42
+ "7.mlp.experts.down_proj",
43
+ "15.mlp.experts.gate_up_proj",
44
+ "15.mlp.experts.down_proj",
45
+ "23.mlp.experts.gate_up_proj",
46
+ "23.mlp.experts.down_proj"
47
+ ],
48
+ "task_type": null,
49
+ "trainable_token_indices": null,
50
+ "use_dora": false,
51
+ "use_qalora": false,
52
+ "use_rslora": false
53
+ }