CluelessNovice commited on
Commit
82d5ba7
1 Parent(s): 6483f50

Upload adapter model

Browse files
Files changed (3) hide show
  1. adapter_config.json +34 -35
  2. demo.adapter.zip +2 -2
  3. metadata.json +3 -0
adapter_config.json CHANGED
@@ -1,37 +1,36 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "westlake-repl/SaProt_35M_AF2",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 8,
14
- "lora_dropout": 0.1,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
- "modules_to_save": [
18
- "classifier",
19
- "classifier",
20
- "score"
21
- ],
22
- "peft_type": "LORA",
23
- "r": 8,
24
- "rank_pattern": {},
25
- "revision": null,
26
- "target_modules": [
27
- "key",
28
- "output.dense",
29
- "query",
30
- "value",
31
- "intermediate.dense"
32
- ],
33
- "task_type": "SEQ_CLS",
34
- "use_dora": false,
35
- "use_rslora": false,
36
- "training_data_type": "AA"
37
  }
 
1
  {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "westlake-repl/SaProt_35M_AF2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 8,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "classifier",
20
+ "score"
21
+ ],
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "key",
28
+ "query",
29
+ "output.dense",
30
+ "intermediate.dense",
31
+ "value"
32
+ ],
33
+ "task_type": "SEQ_CLS",
34
+ "use_dora": false,
35
+ "use_rslora": false
 
36
  }
demo.adapter.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f920303e393ce1c7c7239ccd91d3c412743732b206afd69c13728804fa9e54ec
3
- size 3769492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009e3896fadc352e6a1a2df9beb328811fb91e03c297f6f5f28625dc52b73df1
3
+ size 3769662
metadata.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "training_data_type": "AA"
3
+ }