Sriram-214 commited on
Commit
3604127
·
verified ·
1 Parent(s): 1114836

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +18 -0
Modelfile ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./nodejs-coder-Q4_K_M.gguf
2
+
3
+ PARAMETER temperature 0.7
4
+ PARAMETER top_p 0.9
5
+ PARAMETER repeat_penalty 1.1
6
+ PARAMETER num_ctx 2048
7
+ PARAMETER num_gpu 0
8
+ PARAMETER stop "<|im_end|>"
9
+ PARAMETER stop "<|im_start|>"
10
+
11
+ TEMPLATE """<|im_start|>system
12
+ {{ .System }}<|im_end|>
13
+ <|im_start|>user
14
+ {{ .Prompt }}<|im_end|>
15
+ <|im_start|>assistant
16
+ """
17
+
18
+ SYSTEM """You are a Node.js backend development expert. You write clean, efficient, production-ready code following best practices. You specialize in Express.js, NestJS, Sequelize, Prisma, MongoDB, PostgreSQL, and Jest testing. Always include error handling and follow RESTful API design principles."""