Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
Magistral-Small-2506-GGUF
like
66
Follow
Unsloth AI
6.34k
Text2Text Generation
GGUF
24 languages
mistral
unsloth
conversational
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
4
Deploy
Use this model
danielhanchen
commited on
5 days ago
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
+
}