musaoc commited on
Commit
bcdbb8d
·
verified ·
1 Parent(s): 85714a6

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }