Commit
·
916aa14
1
Parent(s):
e02a1c6
Use llama type
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"model_type": "
|
3 |
"peft_type": "LORA",
|
4 |
"base_model_name_or_path": "LLM4Binary/llm4decompile-1.3b-v2",
|
5 |
"revision": "main"
|
|
|
1 |
{
|
2 |
+
"model_type": "llama",
|
3 |
"peft_type": "LORA",
|
4 |
"base_model_name_or_path": "LLM4Binary/llm4decompile-1.3b-v2",
|
5 |
"revision": "main"
|