Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
cstr
/
Ministral-8B-Instruct-2410-GGUF
like
1
GGUF
10 languages
llama.cpp
mistral
License:
mrl
Model card
Files
Files and versions
Community
Train
Use this model
cstr
commited on
Oct 17
Commit
4dbf05f
•
1 Parent(s):
c08dced
Create params
Browse files
for ollama usage
Files changed (1)
hide
show
params
+7
-0
params
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
{
2
+
"num_ctx": 2048,
3
+
"stop": [
4
+
"[INST]",
5
+
"[/INST]"
6
+
]
7
+
}