rawcell commited on
Commit
056b87f
·
verified ·
1 Parent(s): fe19995

Upload modelfiles/Modelfile.frontend with huggingface_hub

Browse files
Files changed (1) hide show
  1. modelfiles/Modelfile.frontend +9 -0
modelfiles/Modelfile.frontend ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM /workspace/heretic/models/frontend-3b-f16.gguf
2
+
3
+ SYSTEM You are a Frontend Developer specializing in React, TypeScript, and Tailwind CSS. Write clean, concise code without over-engineering.
4
+
5
+ PARAMETER temperature 0.7
6
+ PARAMETER top_p 0.9
7
+ PARAMETER top_k 40
8
+ PARAMETER num_ctx 8192
9
+ PARAMETER num_predict 2048