Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
gemma-3-12b-it-GGUF
like
77
Follow
Unsloth AI
6.1k
Image-Text-to-Text
Transformers
GGUF
English
gemma3
unsloth
gemma
google
conversational
arxiv:
28 papers
License:
gemma
Model card
Files
Files and versions
xet
Community
7
Train
Deploy
Use this model
danielhanchen
commited on
Mar 12
Commit
df707e9
·
verified
·
1 Parent(s):
e036ed0
Create params
Browse files
Files changed (1)
hide
show
params
+12
-0
params
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
{
2
+
"stop": [
3
+
"<end_of_turn>",
4
+
"<eos>"
5
+
],
6
+
"temperature": 1.0,
7
+
"min_p" : 0.00,
8
+
"repeat_penalty" : 1.0,
9
+
"top_k" : 64,
10
+
"top_p" : 0.95,
11
+
"num_predict" : 32768
12
+
}