Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
DeepSeek-V3.1-GGUF
like
78
Follow
Unsloth AI
9.01k
Transformers
GGUF
deepseek
deepseek_v3
unsloth
imatrix
conversational
arxiv:
2412.19437
License:
mit
Model card
Files
Files and versions
xet
Community
9
Train
Deploy
Use this model
danielhanchen
commited on
17 days ago
Commit
fe0ff4b
·
verified
·
1 Parent(s):
bae7454
Create params
Browse files
Files changed (1)
hide
show
params
+12
-0
params
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
{
2
+
"stop": [
3
+
"<|begin▁of▁sentence|>",
4
+
"<|end▁of▁sentence|>",
5
+
"<|User|>",
6
+
"<|Assistant|>"
7
+
],
8
+
"temperature": 0.6,
9
+
"min_p" : 0.01,
10
+
"repeat_penalty" : 1.0,
11
+
"top_p" : 0.95
12
+
}