Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
unsloth
/
Phi-4-reasoning-plus-GGUF
like
30
Follow
Unsloth AI
5.17k
Text Generation
Transformers
GGUF
English
phi3
nlp
unsloth
math
code
phi
phi4
conversational
License:
mit
Model card
Files
Files and versions
xet
Community
1
Train
Deploy
Use this model
danielhanchen
commited on
2 days ago
Commit
80fff85
·
verified
·
1 Parent(s):
fdfc800
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.8,
7
+
"min_p" : 0.00,
8
+
"repeat_penalty" : 1.0,
9
+
"top_p" : 0.95,
10
+
"num_predict" : 32768
11
+
}