Create config.json
Browse files- config.json +4 -0
config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{ "pipeline_tag": "text-generation",
|
2 |
+
"peft_type": "LORA",
|
3 |
+
"base_model_name_or_path": "unsloth/DeepSeek-R1-Distill-Llama-8B"
|
4 |
+
}
|