Upload model
Browse files- adapter_config.json +31 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "openai/whisper-tiny",
|
3 |
+
"beta1": 0.85,
|
4 |
+
"beta2": 0.85,
|
5 |
+
"bias": "none",
|
6 |
+
"deltaT": 10,
|
7 |
+
"fan_in_fan_out": false,
|
8 |
+
"inference_mode": true,
|
9 |
+
"init_lora_weights": true,
|
10 |
+
"init_r": 12,
|
11 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"orth_reg_weight": 0.5,
|
15 |
+
"peft_type": "ADALORA",
|
16 |
+
"r": 8,
|
17 |
+
"rank_pattern": null,
|
18 |
+
"target_modules": [
|
19 |
+
"k_proj",
|
20 |
+
"q_proj",
|
21 |
+
"v_proj",
|
22 |
+
"out_proj",
|
23 |
+
"fc1",
|
24 |
+
"fc2"
|
25 |
+
],
|
26 |
+
"target_r": 8,
|
27 |
+
"task_type": null,
|
28 |
+
"tfinal": 800,
|
29 |
+
"tinit": 100,
|
30 |
+
"total_step": null
|
31 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:189674f46947032a3cf0df3650a0671d1f5e1b249ff648a38bae355d7d6907a7
|
3 |
+
size 3312397
|