GGUF
English
File size: 899 Bytes
2c120e9
 
 
 
 
577717e
2c120e9
 
 
 
 
 
 
 
 
 
 
f41ee15
2c120e9
c36b3a3
71a09e5
1dd2d80
a3076da
2c120e9
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: mit
language:
  - en
base_model:
  - cognitivecomputations/Dolphin-2.9.1-Phi-3-Kensho-4.5B-abliterated-v3
datasets:
  - cognitivecomputations/Dolphin-2.9
  - teknium/OpenHermes-2.5
  - m-a-p/CodeFeedback-Filtered-Instruction
  - cognitivecomputations/dolphin-coder
  - cognitivecomputations/samantha-data
  - microsoft/orca-math-word-problems-200k
  - Locutusque/function-calling-chatml
  - internlm/Agent-FLAN
---

# Dolphin 2.9.1 Phi-3 Kensho 4.5b (abliterated) 🐬 GGUF

> [!WARNING]
> ⚠️ This model does not work well, I have wasted my time quantizing it and you will waste your time downloading it.

This model uses ~ChatML~ Phi 3 (ignore below) prompt template format, and also needs \<br> as one of its end codes for some reason.
example:
```
<|im_start|>system
You are Dolphin, a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```