Upload config
Browse files- adapter_config.json +8 -0
adapter_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "w601sxs/b1ade-1b",
|
4 |
+
"inference_mode": true,
|
5 |
+
"peft_type": "LORA",
|
6 |
+
"revision": null,
|
7 |
+
"task_type": "CAUSAL_LM"
|
8 |
+
}
|