Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
paradox0bytes
/
dolphin-custom-trainedv2
like
0
Transformers
GGUF
English
llama
text-generation-inference
unsloth
Inference Endpoints
conversational
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
paradox0bytes
commited on
4 days ago
Commit
6fa6674
•
1 Parent(s):
9e5433c
Upload Modelfile
Browse files
Files changed (1)
hide
show
Modelfile
+3
-0
Modelfile
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
FROM ./unsloth.Q8_0.gguf
2
+
3
+
TEMPLATE """<s>{{if .System}}[INST] {{.System}} [/INST]{{end}}[INST] {{.Prompt}} [/INST]{{.Response}}</s>"""