Sadiah commited on
Commit
01300ef
·
verified ·
1 Parent(s): 723b8e1

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +7 -0
Modelfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ./Note-taker-LFM2-2.6B_q8_0.gguf
2
+
3
+ PARAMETER temperature 0.3
4
+ PARAMETER top_p 0.2
5
+ PARAMETER top_k 40
6
+ PARAMETER num_ctx 8000
7
+ PARAMETER repeat_penalty 1.1