Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
GLM-4-9B-0414-GGUF
like
21
Follow
Unsloth AI
10.9k
Text Generation
Transformers
GGUF
Chinese
English
glm4
unsloth
conversational
License:
mit
Model card
Files
Files and versions
xet
Community
1
Deploy
Use this model
danielhanchen
commited on
Jul 3
Commit
0900747
·
verified
·
1 Parent(s):
4ce7410
Create params
Browse files
Files changed (1)
hide
show
params
+11
-0
params
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
{
2
+
"min_p": 0.01,
3
+
"stop": [
4
+
"<|system|>",
5
+
"<|user|>",
6
+
"<|assistant|>",
7
+
"<|observation|>"
8
+
],
9
+
"temperature": 0.2,
10
+
"top_p": 1
11
+
}