Demonthos commited on
Commit
7e4dd9b
·
verified ·
1 Parent(s): bba5c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -87
README.md CHANGED
@@ -15,90 +15,3 @@ language:
15
  ---
16
 
17
  This is converted version of the Dolphin 2.6 Phi-2 model. Here is the original model: https://huggingface.co/cognitivecomputations/dolphin-2_6-phi-2
18
-
19
- # Readme of the original model card:
20
-
21
- Dolphin 2.6 Phi-2 🐬
22
-
23
- Discord https://discord.gg/SmbBewAM
24
-
25
- <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/ldkN1J0WIDQwU4vutGYiD.png" width="600" />
26
-
27
- This model's training was sponsored by [convai](https://www.convai.com/).
28
-
29
- This model is based on [Phi-2](https://huggingface.co/microsoft/phi-2) and is governed by Microsoft's microsoft-research-license which is prohibits commercial use
30
-
31
- trust_remote_code is required.
32
-
33
- New in 2.6
34
- - Fixed a training configuration issue that improved the quality a lot
35
- - Due to popular demand, added back samantha-based empathy data
36
- - Replaced synthia and pure-dove with Capybara
37
-
38
- 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
39
- You are responsible for any content you create using this model. Enjoy responsibly.
40
-
41
- ## Training
42
- It took 2 days to train 3 epochs on 4x A100s using qLoRA and Axolotl
43
-
44
- Prompt format:
45
- This model uses ChatML prompt format.
46
- ```
47
- <|im_start|>system
48
- You are Dolphin, a helpful AI assistant.<|im_end|>
49
- <|im_start|>user
50
- {prompt}<|im_end|>
51
- <|im_start|>assistant
52
-
53
- ```
54
-
55
- Example:
56
- ```
57
- <|im_start|>system
58
- You are an AI assistant expert at dolphin training<|im_end|>
59
- <|im_start|>user
60
- Please give ideas and a detailed plan about how to assemble and train an army of dolphin companions to swim me anywhere I want to go and protect me from my enemies and bring me fish to eat.<|im_end|>
61
- <|im_start|>assistant
62
- Assembling, training, and utilizing dolphins as your companions for transportation, protection, and fishing is no small task. However, with careful planning and execution, it can be accomplished. Here's a detailed guide on how to achieve this:
63
-
64
- 1. **Acquiring Dolphins**: Finding dolphins isn't easy, but you could potentially find them in the wild or at aquariums. For ethical reasons, we suggest acquiring adult dolphins that have been born into captivity. They may not have had as much exposure to humans as their wild counterparts, which makes them easier to handle.
65
-
66
- 2. **Creating a Safe Environment**: Build a large pool or enclosure where these dolphins can live comfortably while you train them. It should mimic their natural environment as closely as possible. Include elements like rocks (for resting), seaweed (for hiding), and water currents (to simulate ocean conditions).
67
-
68
- 3. **Training Sessions**: Begin by teaching basic commands such as "come", "stay", "sit", "roll over". Use positive reinforcement methods like treats and praise to encourage good behavior. Be patient; dolphins are intelligent creatures who need time to understand what they're being asked to do.
69
-
70
- 4. **Transportation Training**: Once your dolphins have mastered basic commands, start integrating travel into the mix. Place floating objects around the pool to represent different destinations. The goal here would be to get your dolphins to recognize these items and associate them with specific locations. Start with short trips and gradually increase the distance.
71
-
72
- 5. **Protection Skills**: To teach them protective skills, introduce simulated threats into the pool. This might involve using inflatable obstacles or having another trained animal pretend to attack. The dolphins will learn to react appropriately to these situations.
73
-
74
- 6. **Fishing Skills**: Teaching dolphins to catch fish involves introducing nets or toys into the pool and encouraging them to use their mouths to retrieve the object. Reward them when they successfully catch something.
75
-
76
- 7. **Socialization**: Dolphins thrive in social environments so ensure they spend plenty of time interacting with each other during their training sessions. This can help reduce stress levels and make training more effective.
77
-
78
- 8. **Dietary Needs**: Dolphins require a diet high in protein, fats, and minerals. Feed them fish rich in these nutrients several times per day. If necessary, consult with a marine biologist or veterinarian experienced in aquatic diets for advice.
79
-
80
- ```
81
-
82
- ## Gratitude
83
- - This model was made possible by the generous sponsorship of [Convai](https://www.convai.com/).
84
- - Huge thank you to Microsoft for training and publishing the weights of Phi-2
85
- - Thank you to Microsoft for authoring the Orca paper and inspiring this work.
86
- - HUGE Thank you to the dataset authors: @jondurbin, @ise-uiuc, @teknium, @LDJnr and @migtissera
87
- - And HUGE thanks to @winglian and the Axolotl contributors for making the best training framework!
88
- - [<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)
89
- - Thank you to all the other people in the Open Source AI community who have taught me and helped me along the way.
90
-
91
- ## Example Output
92
-
93
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/u-QpmJYgmwym0C8gorXzh.png)
94
-
95
- ## Future Plans
96
- Dolphin 3.0 dataset is in progress, and will include:
97
- - enhanced general chat use-cases
98
- - enhanced structured output
99
- - enhanced Agent cases like Autogen, Memgpt, Functions
100
- - enhanced role-playing
101
-
102
- [If you would like to financially support my efforts](https://ko-fi.com/erichartford)
103
-
104
- [swag](https://fa7113.myshopify.com/)
 
15
  ---
16
 
17
  This is converted version of the Dolphin 2.6 Phi-2 model. Here is the original model: https://huggingface.co/cognitivecomputations/dolphin-2_6-phi-2