Upload ./adapter_config.json with huggingface_hub
#1
by
sminpark
- opened
- adapter_config.json +17 -0
adapter_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "nlpai-lab/kullm-polyglot-12.8b-v2",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"feedforward_modules": [
|
6 |
+
"dense_4h_to_h"
|
7 |
+
],
|
8 |
+
"inference_mode": true,
|
9 |
+
"init_ia3_weights": true,
|
10 |
+
"modules_to_save": null,
|
11 |
+
"peft_type": "IA3",
|
12 |
+
"revision": null,
|
13 |
+
"target_modules": [
|
14 |
+
"query_key_value"
|
15 |
+
],
|
16 |
+
"task_type": "CAUSAL_LM"
|
17 |
+
}
|