Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
cognitivecomputations
/
dolphin-2.9.4-llama3.1-8b-gguf
like
56
Follow
Cognitive Computations
828
GGUF
9 datasets
Generated from Trainer
Inference Endpoints
conversational
License:
llama3.1
Model card
Files
Files and versions
Community
7
Deploy
Use this model
Create template
#6
by
k-mktr
- opened
17 days ago
base:
refs/heads/main
←
from:
refs/pr/6
Discussion
Files changed
+6
-0
Files changed (1)
hide
show
template
+6
-0
template
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
{{ if .System }}<|im_start|>system
2
+
{{ .System }}<|im_end|>
3
+
{{ end }}{{ if .Prompt }}<|im_start|>user
4
+
{{ .Prompt }}<|im_end|>
5
+
{{ end }}<|im_start|>assistant
6
+
{{ .Response }}<|im_end|>