Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
Magistral-Small-2506-GGUF
like
87
Follow
Unsloth AI
7.43k
GGUF
24 languages
mistral
unsloth
conversational
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
5
Deploy
Use this model
danielhanchen
commited on
Jun 10
Commit
b769727
·
verified
·
1 Parent(s):
29c5c0c
Create params
Browse files
Files changed (1)
hide
show
params
+9
-0
params
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
{
2
+
"stop": [
3
+
"</s>"
4
+
],
5
+
"temperature": 0.7,
6
+
"min_p" : 0.01,
7
+
"repeat_penalty" : 1.0,
8
+
"top_p" : 0.95
9
+
}