vincentmin
commited on
Commit
·
91705cc
1
Parent(s):
6f56c6a
Upload model
Browse files- adapter_config.json +23 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "test",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": [
|
5 |
+
true,
|
6 |
+
false,
|
7 |
+
true
|
8 |
+
],
|
9 |
+
"fan_in_fan_out": true,
|
10 |
+
"inference_mode": true,
|
11 |
+
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"merge_weights": false,
|
14 |
+
"modules_to_save": [
|
15 |
+
"classifier"
|
16 |
+
],
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 8,
|
19 |
+
"target_modules": [
|
20 |
+
"query_key_value"
|
21 |
+
],
|
22 |
+
"task_type": "SEQ_CLS"
|
23 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11324959481141e820a7ecebe7da458bac4c543330c35cb290d7c399ae4c96cc
|
3 |
+
size 4739780
|