Question Answering
PEFT
mikecovlee commited on
Commit
be21cfd
1 Parent(s): 6b9059c

Upload 2 files

Browse files
Files changed (2) hide show
  1. adapter_config.json +18 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": "none",
3
+ "peft_type": "LORA",
4
+ "r": 16,
5
+ "lora_alpha": 32,
6
+ "lora_dropout": 0.05,
7
+ "target_modules": [
8
+ "q_proj",
9
+ "k_proj",
10
+ "v_proj",
11
+ "o_proj",
12
+ "gate_proj",
13
+ "down_proj",
14
+ "up_proj"
15
+ ],
16
+ "base_model_name_or_path": "Qwen/Qwen2.5-14B-Instruct",
17
+ "task_type": "QUESTION_ANS"
18
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4df5f33a104bc1a6f32aa6504394fdff90cab65e4fc568c2210b712c3fc1c6
3
+ size 275510218