Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "openchat/openchat-3.5-0106",
|
| 3 |
+
"peft_type": "LORA",
|
| 4 |
+
"task_type": "CAUSAL_LM",
|
| 5 |
+
"model_type": "llama"
|
| 6 |
+
}
|