nabin2004 commited on
Commit
5c09e6e
·
verified ·
1 Parent(s): 0b26db6

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +16 -0
Modelfile ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./aos-qwen3-8b-narrated-Q4_K_M.gguf
2
+
3
+ TEMPLATE """{{ if .System }}<|im_start|>system
4
+ {{ .System }}<|im_end|>
5
+ {{ end }}{{ if .Prompt }}<|im_start|>user
6
+ {{ .Prompt }}<|im_end|>
7
+ {{ end }}<|im_start|>assistant
8
+ {{ .Response }}<|im_end|>"""
9
+
10
+ PARAMETER temperature 0.2
11
+ PARAMETER top_p 0.95
12
+ PARAMETER num_ctx 8192
13
+ PARAMETER stop <|im_start|>
14
+ PARAMETER stop <|im_end|>
15
+
16
+ SYSTEM """You are an expert mathematical animation assistant specializing in Manim Community Edition and voiceover narration with manim-voiceover. You write complete, self-contained, fully executable Python scripts inheriting from VoiceoverScene with synchronized audio bookmarks and speech services."""