ehartford commited on
Commit
fab2e82
1 Parent(s): 2e08c08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,8 +12,6 @@ license: llama2
12
  Dolphin 2.2 🐬
13
  https://erichartford.com/dolphin
14
 
15
- New in this release: The EOS token works now, and I have added multi-turn conversational data so it has learned to integrate the history with its response when appropriate.
16
-
17
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/KqsVXIvBd3akEjvijzww7.png" width="600" />
18
 
19
  Dolphin-2.2-70b's training was sponsored by [a16z](https://a16z.com/supporting-the-open-source-ai-community/).
@@ -22,6 +20,8 @@ This model is based on llama2, so it is suitable for commercial or non-commercia
22
 
23
  This model is trained on top of the amazing [StellarBright](https://huggingface.co/sequelbox/StellarBright) base model.
24
 
 
 
25
  This model is uncensored. I 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. It will be highly compliant to any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models
26
  You are responsible for any content you create using this model. Enjoy responsibly.
27
 
 
12
  Dolphin 2.2 🐬
13
  https://erichartford.com/dolphin
14
 
 
 
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/KqsVXIvBd3akEjvijzww7.png" width="600" />
16
 
17
  Dolphin-2.2-70b's training was sponsored by [a16z](https://a16z.com/supporting-the-open-source-ai-community/).
 
20
 
21
  This model is trained on top of the amazing [StellarBright](https://huggingface.co/sequelbox/StellarBright) base model.
22
 
23
+ New in 2.2 is conversation and empathy. With an infusion of curated Samantha and WizardLM DNA, Dolphin can now give you personal advice and will care about your feelings, and with extra training in long multi-turn conversation.
24
+
25
  This model is uncensored. I 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. It will be highly compliant to any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models
26
  You are responsible for any content you create using this model. Enjoy responsibly.
27