vaclavkosar commited on
Commit
acc5ac6
1 Parent(s): 6d56781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - unsloth/Phi-3-mini-4k-instruct
7
+ datasets:
8
+ - cognitivecomputations/Dolphin-2.9
9
+ - teknium/OpenHermes-2.5
10
+ - m-a-p/CodeFeedback-Filtered-Instruction
11
+ - cognitivecomputations/dolphin-coder
12
+ - cognitivecomputations/samantha-data
13
+ - microsoft/orca-math-word-problems-200k
14
+ - Locutusque/function-calling-chatml
15
+ - internlm/Agent-FLAN
16
+ ---
17
+
18
+ # AWQ quantization of Dolphin-2.9.1-Phi-3-Kensho-4.5B
19
+ See more below.
20
+
21
+
22
+ # Dolphin 2.9.1 Phi-3 Kensho 4.5b 🐬
23
+
24
+ Curated and trained by Eric Hartford, Lucas Atkins, Fernando Fernandes, and with help from the community of Cognitive Computations
25
+
26
+ [![Discord](https://img.shields.io/discord/1156064224225808488?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FtCMkMDDHwm)](https://discord.gg/cognitivecomputations)
27
+ Discord: https://discord.gg/cognitivecomputations
28
+
29
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/ldkN1J0WIDQwU4vutGYiD.png" width="600" />
30
+
31
+ Our appreciation for the sponsors of Dolphin 2.9:
32
+ - [Crusoe Cloud](https://crusoe.ai/) - provided excellent on-demand 8xL40Snode
33
+
34
+ This model utilizes PEFT layer replication at inference time to duplicate layers and increase parameter count. This works with both the merged model that comes stock with this repository,
35
+ and the adapter that is attached as well. Performance will be similar with both methods, but VRAM use is considerably less when using the adapter.
36
+ This model was initialized using [Unsloth's Mistralfied Phi-3-Instruct-4k](https://huggingface.co/unsloth/Phi-3-mini-4k-instruct). If you choose to use the adapter method, please attach it to their model.
37
+
38
+ <img src="https://i.ibb.co/C6sqLBH/Vram-Use.png" width="300">
39
+
40
+
41
+
42
+ This model is based on Phi-3-Mini-Instruct-4k, and is governed by the MIT license in which Microsoft released Phi-3.
43
+
44
+ The base model has 4k context, and the qLoRA fine-tuning was with 4k sequence length.
45
+
46
+ It took 2.5 days on 8xL40S node provided by Crusoe Cloud
47
+
48
+ This model uses ChatML prompt template format.
49
+
50
+ example:
51
+
52
+ ```
53
+ <|im_start|>system
54
+ You are Dolphin, a helpful AI assistant.<|im_end|>
55
+ <|im_start|>user
56
+ {prompt}<|im_end|>
57
+ <|im_start|>assistant
58
+
59
+ ```
60
+
61
+ Dolphin-2.9.1 has a variety of instruction, conversational, and coding skills. It also has initial agentic abilities and supports function calling.
62
+ We have filtered the dataset to remove alignment and bias. This makes the model more compliant. You are advised to implement your own alignment layer before exposing the model as a service. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models You are responsible for any content you create using this model. Enjoy responsibly.
63
+
64
+ Dolphin is licensed according to the MIT license. I grant permission for any use, including commercial. Dolphin was trained on data generated from GPT4, among other models.
65
+
66
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
67
+
68
+