sjrhuschlee commited on
Commit
4d636af
1 Parent(s): e517659

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +19 -0
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "microsoft/deberta-v3-large",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 32,
8
+ "lora_dropout": 0.1,
9
+ "modules_to_save": ["qa_outputs"],
10
+ "peft_type": "LORA",
11
+ "r": 8,
12
+ "target_modules": [
13
+ "query_proj",
14
+ "key_proj",
15
+ "value_proj",
16
+ "dense"
17
+ ],
18
+ "task_type": "QUESTION_ANS"
19
+ }