Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Guilherme34
/
Samantha-v7-4b-Q4_K_M-GGUF
like
0
GGUF
llama-cpp
gguf-my-repo
conversational
Model card
Files
Files and versions
Community
Deploy
Use this model
Guilherme34
commited on
28 days ago
Commit
d4d7d53
·
verified
·
1 Parent(s):
c62ace5
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
+
}