Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
Qwen3-4B-Instruct-2507-GGUF
like
91
Follow
Unsloth AI
10.6k
Transformers
GGUF
qwen
qwen3
unsloth
conversational
arxiv:
2505.09388
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
danielhanchen
commited on
Aug 20
Commit
a06e946
·
verified
·
1 Parent(s):
196efa7
Create params
Browse files
Files changed (1)
hide
show
params
+11
-0
params
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
{
2
+
"stop": [
3
+
"<|im_start|>",
4
+
"<|im_end|>"
5
+
],
6
+
"temperature": 0.6,
7
+
"min_p" : 0.00,
8
+
"repeat_penalty" : 1.0,
9
+
"top_k" : 20,
10
+
"top_p" : 0.95
11
+
}