Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
kawausorin
/
gemma-3-1b-it-unsloth-ft-merged-F16-gguf
like
0
Transformers
GGUF
English
text-generation-inference
unsloth
gemma3_text
conversational
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
kawausorin
commited on
Apr 8
Commit
0eec2b2
·
verified
·
1 Parent(s):
92c2b57
Upload 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.01,
8
+
"repeat_penalty" : 1.0,
9
+
"top_k" : 64,
10
+
"top_p" : 0.95,
11
+
"num_predict" : 32768
12
+
}