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
#5
by
k-mktr
- opened
17 days ago
base:
refs/heads/main
←
from:
refs/pr/5
Discussion
Files changed
+6
-0
Files changed (1)
hide
show
template
+6
-0
template
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
{{ if .System }}<|system|>
2
+
{{ .System }}<|end|>
3
+
{{ end }}{{ if .Prompt }}<|user|>
4
+
{{ .Prompt }}<|end|>
5
+
{{ end }}<|assistant|>
6
+
{{ .Response }}<|end|>