Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
maidacundo
/
panda_agi_64_8_batch_gguf
like
0
Text Generation
Transformers
GGUF
English
qwen3
text-generation-inference
unsloth
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
maidacundo
commited on
24 days ago
Commit
08748d0
·
verified
·
1 Parent(s):
6611040
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
+
}