Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
BondingAI
/
ollama-q8_0-Note-taker-LFM2-2.6B
like
0
Follow
Bonding AI
6
GGUF
ollama
quantized
q8_0
conversational
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
Sadiah
commited on
Nov 19, 2025
Commit
01300ef
·
verified
·
1 Parent(s):
723b8e1
Upload Modelfile with huggingface_hub
Browse files
Files changed (1)
hide
show
Modelfile
+7
-0
Modelfile
ADDED
Viewed
@@ -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