Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
Qwen3-Coder-480B-A35B-Instruct-GGUF
like
135
Follow
Unsloth AI
7.81k
Text Generation
Transformers
GGUF
unsloth
qwen3
qwen
imatrix
conversational
arxiv:
2505.09388
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
10
Train
Deploy
Use this model
danielhanchen
commited on
5 days ago
Commit
7e3293a
·
verified
·
1 Parent(s):
82ca541
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.7,
7
+
"min_p" : 0.00,
8
+
"repeat_penalty" : 1.05,
9
+
"top_k" : 20,
10
+
"top_p" : 0.8
11
+
}