Update adapter_config.json
Browse files- adapter_config.json +9 -0
adapter_config.json
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
"base_model_class": "PeftModelForCausalLM",
|
|
|
1 |
{
|
2 |
+
"model_type": "qwen",
|
3 |
+
"architectures": ["QwenForCausalLM"],
|
4 |
+
"task_specific_params": {
|
5 |
+
"text-generation": {
|
6 |
+
"do_sample": true,
|
7 |
+
"max_length": 1024
|
8 |
+
}
|
9 |
+
}
|
10 |
+
}{
|
11 |
"alpha_pattern": {},
|
12 |
"auto_mapping": {
|
13 |
"base_model_class": "PeftModelForCausalLM",
|